Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.memory.IMemoryFreeListener
Packages that use IMemoryFreeListener
Package
Description
Types used to represent a virtual memory used when analyzing native code.
-
Uses of IMemoryFreeListener 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 IMemoryFreeListenerModifier and TypeMethodDescriptionprotected List<IMemoryFreeListener>AbstractVirtualMemory.getFreeListeners()Methods in com.pnfsoftware.jeb.core.units.code.asm.memory with parameters of type IMemoryFreeListenerModifier and TypeMethodDescriptionvoidAbstractVirtualMemory.addFreeListener(IMemoryFreeListener listener) voidIVirtualMemory.addFreeListener(IMemoryFreeListener listener) voidAbstractVirtualMemory.removeFreeListener(IMemoryFreeListener listener) voidIVirtualMemory.removeFreeListener(IMemoryFreeListener listener)