bcv-vf/src/the/bytecode/club/bytecodeviewer
Adrian Herrera c67fb67fb6 Added new "set security manager to null" heuristic to the MaliciousCodeScanner
This new heuristic will look for the following instruction sequence:

aconst_null
invokestatic java/lang/System.setSecurityManager

This sequence will set the security manager to null, which is usually
indicative of a malicious Java applet trying to escape the Java sandbox.
2014-12-28 15:07:21 +10:30
..
api 2.3.0 Release 2014-12-19 13:18:51 -08:00
decompilers 2.4.0 Release 2014-12-21 07:05:42 -08:00
gui Added new "set security manager to null" heuristic to the MaliciousCodeScanner 2014-12-28 15:07:21 +10:30
obfuscators 2.3.0 Release 2014-12-19 13:18:51 -08:00
plugins Added new "set security manager to null" heuristic to the MaliciousCodeScanner 2014-12-28 15:07:21 +10:30
searching 2.3.0 Release 2014-12-19 13:18:51 -08:00
BytecodeViewer.java 2.4.0 Release 2014-12-21 07:05:42 -08:00
FileChangeNotifier.java 2.3.0 Release 2014-12-19 13:18:51 -08:00
FileDrop.java 2.3.0 Release 2014-12-19 13:18:51 -08:00
JarUtils.java 2.4.0 Release 2014-12-21 07:05:42 -08:00
RuntimeOverride.java 2.3.0 Release 2014-12-19 13:18:51 -08:00
Settings.java 2.4.0 Release 2014-12-21 07:05:42 -08:00
ZipUtils.java 2.3.0 Release 2014-12-19 13:18:51 -08:00