Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.memory.VMReader.Buf
Packages that use VMReader.Buf
Package
Description
Types used to represent a virtual memory used when analyzing native code.
-
Uses of VMReader.Buf in com.pnfsoftware.jeb.core.units.code.asm.memory
Methods in com.pnfsoftware.jeb.core.units.code.asm.memory that return VMReader.BufModifier and TypeMethodDescriptionVMReader.read(long addr, INativeType t) Read bytes at the given memory address and treat them as an object of the provided type.