Class ModuleId
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.sig.codeless.ModuleId
Identifier of a module participating in codeless signatures.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UNKNOWN_MODULE_ID
Identifier used for unknown modules.
-
-
Constructor Details
-
ModuleId
Create a module identifier.- Parameters:
fileName- module file name
-
-
Method Details
-
isUnknown
public boolean isUnknown()Determine whether this identifier represents an unknown module.- Returns:
- true if this identifier is unknown
-
hashCode
public int hashCode() -
equals
-
toString
-
getFileName
Get the module file name.- Returns:
- module file name
-