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