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 TypeMethodDescriptionvoid
AbstractVirtualMemory.addFreeListener
(IMemoryFreeListener listener) void
IVirtualMemory.addFreeListener
(IMemoryFreeListener listener) void
AbstractVirtualMemory.removeFreeListener
(IMemoryFreeListener listener) void
IVirtualMemory.removeFreeListener
(IMemoryFreeListener listener)