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 TypeMethodDescriptionvoidAbstractVirtualMemory.addAllocListener(IMemoryAllocListener listener) voidIVirtualMemory.addAllocListener(IMemoryAllocListener listener) voidAbstractVirtualMemory.removeAllocListener(IMemoryAllocListener listener) voidIVirtualMemory.removeAllocListener(IMemoryAllocListener listener)