public class

VMReader

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.memory.VMReader

Class Overview

Virtual memory utility (outside of VirtualMemoryUtil) to read and map memory bytes to native data types.

Summary

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

Public Constructors

public VMReader (IVirtualMemory vm)

Create a reader.

Public Methods

public VMReader.Buf read (long addr, INativeType t)

Read bytes at the given memory address and treat them as an object of the provided type.