Eric Bodden
Eric Bodden
Tutorials on the old Soot website should be validated and converted into some format that is easier to maintain, presumably Wiki pages. Suggestions are welcome.
Java 11 will likely support new constant-pool entries in the form of CONSTANT_Dynamic, see JEP 309: http://openjdk.java.net/jeps/309 ASM will be upgraded to be able to parse and represent those entries:...
Hi all. Some of our industry partners would like to use DroidBench but currently are reluctant to do so due to a missing license. May I suggest to add one?...
I am not sure whether this is a problem with the rule set or tool: When I specify... KeyGenerator kg = KeyGenerator.getInstance("RSA"); Cipher c = Cipher.getInstance("AES/CBC"); c.init(Cipher.ENCRYPT_MODE, key, iv); ......
Hello. When trying to run the profiler, I get this error message. Previously I tried flamegraph directly and received the same error. I had hoped that using this project would...
Currently, Heros models exceptions such that they generate a return edge, but at the side of the caller, Heros fails to detect that the control flow may then have to...
It seems that in IDE we always want to return the all-bottom edge function at initial seeds, if the input is zero. This should be added as a default to...
Through tests on our new server I found that there is very high lock contention on the lock on the JumpFunctions table. This should be fixed. Somehow we need much...