Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryChanges
Packages that use MemoryChanges
Package
Description
IR emulator facility.
Types used to represent a virtual memory used when analyzing native code.
-
Uses of MemoryChanges in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.emulator
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.emulator that return MemoryChangesModifier and TypeMethodDescriptionEEmulator.getMemoryChanges()A convenience method to retrieve memory changes performed during emulation. -
Uses of MemoryChanges in com.pnfsoftware.jeb.core.units.code.asm.memory
Methods in com.pnfsoftware.jeb.core.units.code.asm.memory that return MemoryChangesModifier and TypeMethodDescriptiondefault MemoryChangesIVirtualMemoryShim.getChanges()Collect the changes made between the original memory and the current shim state.IVirtualMemoryShim.getChanges(boolean collectWrittenPages, boolean collectCreatedPages) Collect the changes made between the original memory and the current shim state.