public class

NativeSignaturePackageMetadata

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.sig.NativeSignaturePackageMetadata

Class Overview

Metadata associated with a signature package.

Summary

Public Methods
static NativeSignaturePackageMetadata create(ProcessorType proctype, String name, int uuid, int version, String description, String author, ICompiler targetCompiler, LibraryID libraryId)
String getAuthor()
long getCreationTimestamp()
String getDescription()
LibraryID getLibraryId()
String getName()
ICompiler getTargetCompiler()
Provides the compiler targeted by this signature package.
ProcessorType getTargetProcessorType()
int getUuid()
int getVersion()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static NativeSignaturePackageMetadata create (ProcessorType proctype, String name, int uuid, int version, String description, String author, ICompiler targetCompiler, LibraryID libraryId)

public String getAuthor ()

public long getCreationTimestamp ()

public String getDescription ()

public LibraryID getLibraryId ()

public String getName ()

public ICompiler getTargetCompiler ()

Provides the compiler targeted by this signature package.

Returns
  • compiler, might be null

public ProcessorType getTargetProcessorType ()

public int getUuid ()

public int getVersion ()

public String toString ()