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 TypeMethodDescriptionvoidAbstractVirtualMemory.addProtectionListener(IMemoryProtectionListener listener) voidIVirtualMemory.addProtectionListener(IMemoryProtectionListener listener) voidAbstractVirtualMemory.removeProtectionListener(IMemoryProtectionListener listener) voidIVirtualMemory.removeProtectionListener(IMemoryProtectionListener listener)