Class VMReader
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 Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Reader object provided bythe reader's read()
method. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread
(long addr, INativeType t) Read bytes at the given memory address and treat them as an object of the provided type.
-
Constructor Details
-
VMReader
Create a reader.- Parameters:
vm
-
-
-
Method Details
-
read
Read bytes at the given memory address and treat them as an object of the provided type.- Parameters:
addr
-t
-- Returns:
-