Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.memory.IMemoryAllocListener
Packages that use IMemoryAllocListener
Package
Description
Types used to represent a virtual memory used when analyzing native code.
-
Uses of IMemoryAllocListener in com.pnfsoftware.jeb.core.units.code.asm.memory
Methods in com.pnfsoftware.jeb.core.units.code.asm.memory that return types with arguments of type IMemoryAllocListenerModifier and TypeMethodDescriptionprotected List<IMemoryAllocListener>
AbstractVirtualMemory.getAllocListeners()
Methods in com.pnfsoftware.jeb.core.units.code.asm.memory with parameters of type IMemoryAllocListenerModifier and TypeMethodDescriptionvoid
AbstractVirtualMemory.addAllocListener
(IMemoryAllocListener listener) void
IVirtualMemory.addAllocListener
(IMemoryAllocListener listener) void
AbstractVirtualMemory.removeAllocListener
(IMemoryAllocListener listener) void
IVirtualMemory.removeAllocListener
(IMemoryAllocListener listener)