7 ms·
I assume this point of this is to catch apps that download and execute malicious dex bytecode at runtime via DexClassLoader? There was an interesting paper abo
by klewelling 12y ago
I assume this point of this is to catch apps that download and execute malicious dex bytecode at runtime via DexClassLoader?
There was an interesting paper about insecure use of DexClassloader by many top apps: http://blog.iseclab.org/2014/03/06/execute-this-looking-at-code-loading-techniques-in-android/ http://blog.iseclab.org/2014/03/06/execute-this-looking-at-c...