Class NativeSignaturePackageMetadata
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.sig.NativeSignaturePackageMetadata
Metadata associated with a signature package.
-
Method Summary
-
Method Details
-
create
public static NativeSignaturePackageMetadata create(ProcessorType proctype, String name, int uuid, int version, String description, String author, ICompiler targetCompiler, LibraryID libraryId) -
getTargetProcessorType
-
getName
-
getVersion
public int getVersion() -
getDescription
-
getAuthor
-
getCreationTimestamp
public long getCreationTimestamp() -
getTargetCompiler
Provides the compiler targeted by this signature package.- Returns:
- compiler, might be null
-
toString
-
getLibraryId
-
getUuid
public int getUuid()
-