TODO Cafebabe checking
This commit is contained in:
parent
3ed65ad03e
commit
854c4d622c
1 changed files with 4 additions and 0 deletions
|
@ -109,6 +109,10 @@ public class FileViewer extends ResourceViewer
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
//check for CAFEBABE
|
||||||
|
//ClassRead then quick-decompile using Pane1 Decompiler
|
||||||
|
// (If none selected, try Pane2, Pane3, default to Proycon)
|
||||||
|
|
||||||
//hex viewer
|
//hex viewer
|
||||||
else if (BytecodeViewer.viewer.forcePureAsciiAsText.isSelected())
|
else if (BytecodeViewer.viewer.forcePureAsciiAsText.isSelected())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue