Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.sig.codeless.MatchingState
Packages that use MatchingState
Package
Description
Types for "code-less" signatures.
-
Uses of MatchingState in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless
Methods in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless that return MatchingStateModifier and TypeMethodDescriptionstatic MatchingStateMatchingState.deserialize(String statePath) CodelessSignatureManager.match(INativeCodeUnit<IInstruction> codeUnit, CodelessSignaturePackageEntry entry) Match given unit against given reference model.Methods in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless with parameters of type MatchingStateModifier and TypeMethodDescriptionbooleanCodelessSignatureManager.importState(INativeCodeUnit<IInstruction> codeUnit, MatchingState state) static voidMatchingState.serialize(MatchingState state, String outFolder)