Packmad

Results 7 issues of Packmad

I used dexlib2 one years ago, now I'm using `dexlib2:2.2.1` and my old code doesn't work. Moreover seems that Multidex support has been included. How can I fix my code...

Added "Simone Aonzo" from EURECOM + [S3 eurecom group](https://www.s3.eurecom.fr/people.html) + [Tweet](https://twitter.com/packm4d/status/1511282740880097280?s=20&t=t7RdvqB8nErgF5Up6Le2Xw) # Contributing to CSrankings Thanks for contributing to CSrankings! Here are some guidelines to getting your pull request accepted....

**Describe the bug** The field `classes` of the class `lief.DEX.File` returned by `lief.DEX.parse` contains classes that are not defined in the DEX file, but also classes that are used in...

Parser
Nice to have

Given the fact that Yara is [very limited](https://github.com/VirusTotal/yara/issues/1145) when it comes to Android, I have created the only reliable rule to detect a plugin of Obfuscapk. Unfortunately, I don't have...

loader.py ``` import time import frida def my_message_handler(message, payload): print message print payload device = frida.get_usb_device() pid = device.spawn(["com.example.a11x256.frida_test"]) device.resume(pid) time.sleep(1) # Without it Java.perform silently fails session = device.attach(pid)...

I'm running this "test.js": ``` Java.perform(function () { var Activity = Java.use("com.example.MainActivity"); Activity.onResume.implementation = function () { console.log("[*] onResume() got called!"); this.onResume(); }; }); ``` `$ frida -U -l test.js...

Running org.openyolo.demoapp.passwordlogin, I get the following exception: ``` 05-01 17:13:30.014 20647-20647/org.openyolo.demoapp.passwordonly E/AndroidRuntime: FATAL EXCEPTION: main Process: org.openyolo.demoapp.passwordonly, PID: 20647 java.lang.RuntimeException: Error receiving broadcast Intent { act=org.openyolo.credential:B35070BB6CF9ED52 cat=[com.google.bbq.QUERY] flg=0x10 pkg=org.openyolo.demoapp.passwordonly (has...