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 MatchingState
MatchingState.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 TypeMethodDescriptionboolean
CodelessSignatureManager.importState
(INativeCodeUnit<IInstruction> codeUnit, MatchingState state) static void
MatchingState.serialize
(MatchingState state, String outFolder)