| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.memory.VMReader |
Virtual memory utility (outside of VirtualMemoryUtil) to read and map memory bytes to
native data types.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | VMReader.Buf | Reader object provided by #VMReader(byte[], INativeType, IVirtualMemory) the reader's read() method. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
VMReader(IVirtualMemory vm)
Create a reader.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| VMReader.Buf |
read(long addr, INativeType t)
Read bytes at the given memory address and treat them as an object of the provided type.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Read bytes at the given memory address and treat them as an object of the provided type.