Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.items.INativeMethodDataItem
Packages that use INativeMethodDataItem
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
This package and sub-packages contain types used by the native code analysis pipeline, including
gendec (the generic decompiler).Types relating to the disassembler engine.
Native code items, including code items and data items.
Types for library code signatures (siglib) generation and identification.
-
Uses of INativeMethodDataItem in com.pnfsoftware.jeb.core.units.code
Methods in com.pnfsoftware.jeb.core.units.code with parameters of type INativeMethodDataItemModifier and TypeMethodDescriptionstatic CodePointerCodePointer.createFrom(INativeMethodDataItem routineData) Create a code pointer from routine data. -
Uses of INativeMethodDataItem in com.pnfsoftware.jeb.core.units.code.asm
Methods in com.pnfsoftware.jeb.core.units.code.asm with parameters of type INativeMethodDataItemModifier and TypeMethodDescriptionINativeContext.createMethodReference(String name, IPrototypeItem prototype, INativeMethodDataItem methodData) Create a method reference backed by native method data. -
Uses of INativeMethodDataItem in com.pnfsoftware.jeb.core.units.code.asm.analyzer
Method parameters in com.pnfsoftware.jeb.core.units.code.asm.analyzer with type arguments of type INativeMethodDataItemModifier and TypeMethodDescriptionvoidINativeCodeAdvancedAnalyzer.analyzeInternalRoutines(Collection<? extends INativeMethodDataItem> methods) Analyze a specific list of internal routines. -
Uses of INativeMethodDataItem in com.pnfsoftware.jeb.core.units.code.asm.items
Methods in com.pnfsoftware.jeb.core.units.code.asm.items that return INativeMethodDataItemModifier and TypeMethodDescriptionINativeMethodItem.getData()If the method is internal, retrieve the method's definition object.Methods in com.pnfsoftware.jeb.core.units.code.asm.items with parameters of type INativeMethodDataItemModifier and TypeMethodDescriptionIMethodManager.createMethodReference(String name, IPrototypeItem prototype, INativeMethodDataItem methodData) Create a method reference.IMethodManager.createMethodReference(String name, IPrototypeItem prototype, INativeMethodDataItem methodData, int flags) Create a method reference. -
Uses of INativeMethodDataItem in com.pnfsoftware.jeb.core.units.code.asm.sig
Method parameters in com.pnfsoftware.jeb.core.units.code.asm.sig with type arguments of type INativeMethodDataItemModifier and TypeMethodDescriptionNativeSignatureDBManager.match(INativeCodeAnalyzer<? extends IInstruction> _gca, Collection<INativeMethodDataItem> routines, boolean uniqueMatchOnly, boolean maximumConfidenceLevel, boolean includeAlreadyMatched) Match a list of native routines against the currently loaded signatures packages for this analysis.