TODO Cafebabe checking

This commit is contained in:
Konloch 2021-07-04 01:51:58 -07:00
parent 3ed65ad03e
commit 854c4d622c

View file

@ -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())
{ {