| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.sig.NativeAttributeSignerID | |
Identifiers for attributes' signers, i.e. the algorithms to collect INativeAttribute from
a signed routine.
| 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
| |||||||||||
Signer to extract all comments from the signed routine
Signer to extract all labels from the signed routine