| com.pnfsoftware.jeb.core.units.code.debug.IDebuggerVirtualMemory |
Extension of the virtual memory interface providing additional methods useful in the context of a process controlled by a debugger.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.IVirtualMemory
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract long |
findBytes(long address, long maxsize, byte[] pattern)
Search a memory area for a specific byte sequence.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.IVirtualMemory
| |||||||||||
Search a memory area for a specific byte sequence.
| address | base address - in the case of a 64-bit address above 2^63 bytes, the address is theoretically negative |
|---|---|
| maxsize | size of the area to be searched, at most 2^63 bytes - consequently, a full 64-bit memory space search must be done in two operations |
| pattern | a sequence of bytes to look for - at least 1 byte |