Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.memory.IMemoryPropertyListener
Packages that use IMemoryPropertyListener
Package
Description
Types used to represent a virtual memory used when analyzing native code.
-
Uses of IMemoryPropertyListener 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 IMemoryPropertyListenerModifier and TypeMethodDescriptionprotected List<IMemoryPropertyListener>
AbstractVirtualMemory.getPropertyListeners()
Methods in com.pnfsoftware.jeb.core.units.code.asm.memory with parameters of type IMemoryPropertyListenerModifier and TypeMethodDescriptionvoid
AbstractVirtualMemory.addPropertyListener
(IMemoryPropertyListener listener) void
IVirtualMemory.addPropertyListener
(IMemoryPropertyListener listener) void
AbstractVirtualMemory.removePropertyListener
(IMemoryPropertyListener listener) void
IVirtualMemory.removePropertyListener
(IMemoryPropertyListener listener)