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 |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Read bytes at the given memory address and treat them as an object of the provided type.