TODO Cafebabe checking

This commit is contained in:
Konloch 2021-07-04 01:51:58 -07:00
parent 3ed65ad03e
commit 854c4d622c
1 changed files with 4 additions and 0 deletions

View File

@ -109,6 +109,10 @@ public class FileViewer extends ResourceViewer
});
return;
}
//check for CAFEBABE
//ClassRead then quick-decompile using Pane1 Decompiler
// (If none selected, try Pane2, Pane3, default to Proycon)
//hex viewer
else if (BytecodeViewer.viewer.forcePureAsciiAsText.isSelected())
{