bcv-vf/src
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
..
com/jhe/hexed 2.3.0 Release 2014-12-19 13:18:51 -08:00
me/konloch/kontainer/io 2.3.0 Release 2014-12-19 13:18:51 -08:00
resources First Commit 2014-10-18 16:39:09 -07:00
the/bytecode/club/bytecodeviewer Added new "set security manager to null" heuristic to the MaliciousCodeScanner 2014-12-28 15:07:21 +10:30