Recent content by DDeveloper

  1. Tutorial APKKiller - Bypass APK Integrity and Signature Verification in C++

    Very knowledgeable. Thank you very much. Could you maybe give a link of that game which uses Syscall as I want to look more into that? :)
  2. Help! APK Mod Protection

    I doubt that would help since the VM needs to initialize all the strings. Currently there's only one way which I know and that would be to analyze the whole VM to see how it initializes those strings. However judging by the amount of code into it, It would take a significant amount of time to...
  3. Help! APK Mod Protection

    Here's what I have found so far in this protection. First of all there's a signature check. It can be easily bypassed by removing the "verifyIntegrity" method from the com.pairip.application class. There's a license check as well to check if user downloaded the app from playstore or not. It can...
  4. Tool [Android] SignatureKill v4.0

    @Tiuu I tried that already but it didn't work.
  5. Tool [Android] SignatureKill v4.0

    Sadly it didn't work for me :( but thanks a lot for sharing.
  6. Tutorial How to find decryption key for cocos2djs

    it had some additional Zlib compression, thanks to @LEGACY ツ i was able to compress it back. i saw this guide today but i already modded it last month lol.
  7. Tutorial How to find decryption key for cocos2djs

    wait the key is same 😆 , did we try the same game ? (Chinese Life Simulator)
  8. Tutorial How to unlink functions in IL2CPP and other native games

    Hello and it's DDeveloper but you can call DD 🙂
  9. Tutorial How to find decryption key for cocos2djs

    Yes, but people can try this first :) and if they cannot find it then they can proceed with IDA.
  10. Tutorial Intercepting HTTPS Traffic from Apps on Android 7 and above (ROOT)

    Http Canary is one of the most powerful packet sniffer tools out there but sadly it got removed from Playstore. It came handy for me but not now as i switched to a new device (rooted Android 10)
  11. Tutorial How to unlink functions in IL2CPP and other native games

    Thankyou for this Wonderful Guide :)
  12. Tutorial How to find decryption key for cocos2djs

    Why waste so much time in loading the Lib in IDA ? Follow this instead: 1. open the libcoco2djs.so in HxD 2. search for "jsb-adapter" (ignore quotes) the key is located between two dots and the second dot is just before "jsb-adapter" Here's a screenshot: In my case the key is...
  13. Tutorial LIST OF PLATINMODS MODDING TUTORIALS

    Thankyou very much
  14. Tutorial Hooking Tutorial {LGL Mod Menu Part II} (With video Tutorial)

    😆 eh When did Patching become Hooking ? @DVAツ