Jump to content

Aarivex

Senior Member
  • Posts

    184
  • Joined

  • Last visited

Everything posted by Aarivex

  1. Make sure to really use Python 2.7 and not 3 and also calling Python 2 (check your environment variables).
  2. pip should already be installed with the Python installation. If not, be sure to install the latest Python 2.7.9+
  3. You need to install the required dependencies. Run sudo pip install -r requirements.txt --upgrade.
  4. Yes. It works by dumping the application from the loaded memory, so indeed you have to open the application first.
  5. Some of you may know the Frida iOS dump script which uses Frida to create a cracked .ipa of any app running on your iOS via an SSH-to-USB tunnel. The repository for this can be found here: https://github.com/AloneMonkey/frida-ios-dump This works on macOS and Linux. Simply install Python 2.7, install the dependencies and run dump.py. But if you try this on Windows, it won't really work, because first, you will have some problems with the encoding/characters in an windows terminal. Using the Git Bash f.e. fixes this. But then the next problem is that windows has no internal zip command to create a zip archive to create the .ipa file. Because I don't want to take my Macbook every time just for Frida, I rewrote a few lines in the script to make this work on windows as well, which uses 7zip. dump_win.py: https://pastebin.com/q3n6Cgxz Download: MEGA.nz Note: The port can vary (22 in my file) because iFunbox opens the tunnel at that port. Either download the complete package or overwrite your dump.py with the dump_win.py one or download dump_win.py as another file and drag 7za.exe from the archive into your frida folder. If you're overdramatic, you can download the latest 7za.exe yourself at https://sourceforge.net/projects/sevenzip/ by going to Files > 7-Zip > latest version (19.00) and downloading 7zxxxx-extra.7z and extracting 7za.exe from there. If you're an WinRAR user, you can also use following file: dump_winrar.py: https://pastebin.com/iAR7x92J If WinRAR is installed at a different place rather than C:\Program Files\WinRAR, you can change the path at WINRAR_PATH (line 43). This does NOT work with the default windows terminal/cmd! At best get yourself Git (https://gitforwindows.org/) and use Git Bash. Hope you have fun with it!
  6. Lets take a look, thanks!
  7. Doesn't work anymore and nothing shows up in the settings either.
  8. nvm, it was bc i was too stupid to wait
  9. Is there any way to install an cracked ipa on my iPhone 7 - iOS 10.2 - nonjailbroken? I tryed it with Impactor, but first he stuck on signing ipa, then the text vanished.
  10. Thanks, but HTML can be learned easy in less than 10 minutes
  11. Still looking for support
  12. +100 posts (does that even exist lol)
  13. That game's just disgusting.
  14. Yeah, can't find nothing. Should i deactivate in the plist that it downloads the savegame from the server?
  15. I find the views in iGG now, but once i change it and go back to the game, the value stays - when i go back to iGG, the value resets.
  16. I cracked it with rasticrac and imported in IDA, but there are no functions that i need. How did other crackers made savegames then?
  17. I'm trying to edit my savegames from PewDiePies' Tuber Simulator and add myself more views. There are multiply savegame files, so i try to edit all of them. Then i look up the hex for the views and search them - no results. Why? Then i look if i can find it in iGG - no results. I'm using HxD as hex editor. Thanks.
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines