public final enum

NativeAttributeSignerID

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pnfsoftware.jeb.core.units.code.asm.sig.NativeAttributeSignerID

Class Overview

Identifiers for attributes' signers, i.e. the algorithms to collect INativeAttribute from a signed routine.

Summary

Enum Values
NativeAttributeSignerID  COMMENT  Signer to extract all comments from the signed routine  
NativeAttributeSignerID  LABEL  Signer to extract all labels from the signed routine  
NativeAttributeSignerID  UNKNOWN   
Public Methods
static NativeAttributeSignerID valueOf(String name)
final static NativeAttributeSignerID[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final NativeAttributeSignerID COMMENT

Signer to extract all comments from the signed routine

public static final NativeAttributeSignerID LABEL

Signer to extract all labels from the signed routine

public static final NativeAttributeSignerID UNKNOWN

Public Methods

public static NativeAttributeSignerID valueOf (String name)

public static final NativeAttributeSignerID[] values ()