Packmad

Results 12 comments of Packmad

multidexlib2 works like a charm! thank you!

It looks like this code is doing what I wanted (I'm also intrested in abs classes): ``` def get_internal_classes(dex) -> Set[str]: ret = set() for c in dex.classes: for m...

I've been thinking a lot about the obfuscation of the resources. The problem is that it is not trivial... I have some ideas, but I'm not satisfied. But I can...

Are you sure that you "Ran the tool using only Rebuild, NewSignature and NewAlignment obfuscators to verify that the app is not using anti-repackaging techniques"? If you get an error,...

At the moment this project relies heavily on smali files and uses Apktool to decompile and rebuild the app. We need time to study [bundletool](https://github.com/google/bundletool) and if we can easily...

BTW any contribution to Obfuscapk is welcome :)

Have you tried the `-i` option? Maybe that'll do the trick.

> Can @packmad upload the sample to Koodous? Or another public service? Don't know what's wrong with Koodous, the upload is always broken. I have uploaded it on [apklab](https://www.apklab.io/apk.html?hash=4957d9c1b423ae045f27d97b1d0b1f32ba6a2ce56525a2e93bda7172ec18ad0c)

Yes, I am. That's an interesting question because it really depends on which obfuscation techniques do you use... I take my time to review each technique (for sure some of...

In fact, I'm also writing the rule to understand if there is some real-world usage of our tool. I'll post here any updates!