IMachineContext | Definition of a machine context. |
INativeDebuggerUnit | |
INativeDecompilerPlugin<InsnType extends IInstruction> | |
INativeDisassemblerPlugin<InsnType extends IInstruction> | |
INativePlugin<InsnType extends IInstruction> | Native plugin consist of native disassembler and native decompiler plugins that are managed by the JEB Native Analyze sub-system. |
AbstractNativeDecompilerPlugin<InsnType extends IInstruction> | Skeleton implementation. |
AbstractNativeDisassemblerPlugin<InsnType extends IInstruction> | Skeleton implementation. |
AbstractNativePlugin<InsnType extends IInstruction> | Skeleton implementation. |
ChainedOperationResult<T> | Generic object representing the result of a unit of work (an operation) that is part of a chain of operations. |
ChainedOperationResult.ContinuationStatus | Status code to indicate if the result is meaningful and if the next operation should be performed. |