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 TypeMethodDescriptionvoidAbstractVirtualMemory.addPropertyListener(IMemoryPropertyListener listener) voidIVirtualMemory.addPropertyListener(IMemoryPropertyListener listener) voidAbstractVirtualMemory.removePropertyListener(IMemoryPropertyListener listener) voidIVirtualMemory.removePropertyListener(IMemoryPropertyListener listener)