| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.WellKnownUnitTypes |
Well-known binary types for unit identifiers. Plugin
writers may use one of those types, as they see fit. They are in no way limited to those types;
those types are solely provided for convenience.
When writing plugins for one of the following type, it is recommended to use the associated type string. They provide several advantages, both visual and functional:
getIconData.
Types starting with the prefix pfxTypeDecompiler should be treated as decompilers by
front-end clients.
Types starting with the prefix pfxTypeDebugger should be treated as debuggers by
front-end clients.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | pfxTypeDebugger | ||||||||||
| String | pfxTypeDecompiler | ||||||||||
| String | typeARM | ||||||||||
| String | typeARM64 | ||||||||||
| String | typeARMT32 | ||||||||||
| String | typeAndroidApk | ||||||||||
| String | typeAndroidDex | ||||||||||
| String | typeAndroidOptimizedDex | ||||||||||
| String | typeAppleMacho | ||||||||||
| String | typeBinary | ||||||||||
| String | typeC | ||||||||||
| String | typeCertificate | ||||||||||
| String | typeComposite | ||||||||||
| String | typeCpp | ||||||||||
| String | typeGeneric | ||||||||||
| String | typeGzip | ||||||||||
| String | typeHtml | ||||||||||
| String | typeIntelX86 | ||||||||||
| String | typeIntelX86_64 | ||||||||||
| String | typeJava | ||||||||||
| String | typeJavaScript | ||||||||||
| String | typeLinuxElf | ||||||||||
| String | typeMIPS | ||||||||||
| String | typeMIPS64 | ||||||||||
| String | typeMicrosoftExcel | ||||||||||
| String | typeMicrosoftExcelOpenXML | ||||||||||
| String | typeMicrosoftOle | ||||||||||
| String | typeMicrosoftOutlook | ||||||||||
| String | typeMicrosoftPowerpoint | ||||||||||
| String | typeMicrosoftPowerpointOpenXML | ||||||||||
| String | typeMicrosoftThumbs | ||||||||||
| String | typeMicrosoftWord | ||||||||||
| String | typeMicrosoftWordOpenXML | ||||||||||
| String | typePdf | ||||||||||
| String | typePython | ||||||||||
| String | typeRarArchive | ||||||||||
| String | typeStream | ||||||||||
| String | typeTar | ||||||||||
| String | typeText | ||||||||||
| String | typeVBScript | ||||||||||
| String | typeWinPe | ||||||||||
| String | typeXml | ||||||||||
| String | typeZipArchive | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| WellKnownUnitTypes() | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||