Jump to content

Aarivex

Senior Member
  • Posts

    184
  • Joined

  • Last visited

Everything posted by Aarivex

  1. So I created a theos tweak using the latest iOSGods template, wrote the Tweak.xm and now I want to make the tweak, yet I get following error: clang-5.0: error: invalid iOS deployment version '-miphoneos-version-min=12.2', iOS 10 is the maximum deployment target for 32-bit targets [-Winvalid-ios-deployment-target] What do I need to change in order to make it compile? I'm running iOS 12.4, using the 12.2 SDK. My Makefile is the default one with armv7 armv64 args. Thanks!
  2. Yes. It works by dumping the application from the loaded memory, so indeed you have to open the application first.
  3. 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!
  4. Lets take a look, thanks!
  5. I have both the 10.3 & 12.2 (from https://github.com/DavidSkrundz/sdks) SDK's located inside the sdks folder. When running make package (install), I get this error that exits the compiling: clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation) make[3]: *** [/var/theos/makefiles/instance/library.mk:33: /var/root/untispremiumhack/.theos/obj/arm64/UntisPremiumHack.dylib] Error 1 rm /var/root/untispremiumhack/.theos/obj/arm64/Tweak.xm.mm make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/root/untispremiumhack/.theos/obj/arm64/UntisPremiumHack.dylib] Error 2 make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2 make: *** [/var/theos/makefiles/master/rules.mk:111: UntisPremiumHack.all.tweak.variables] Error 2 My Makefile: ARCHS = armv7 arm64 TARGET = iphone:clang:latest:latest #THEOS_PACKAGE_DIR_NAME = debs PACKAGE_BUILDNAME = iOSGods.com #DEBUG = 0 FINALPACKAGE = 1 FOR_RELEASE = 1 #GO_EASY_ON_ME = 1 include $(THEOS)/makefiles/common.mk TWEAK_NAME = UntisPremiumHack UntisPremiumHack_FILES = Tweak.xm UntisPremiumHack_FRAMEWORKS = UIKit UntisPremiumHack_LDFLAGS += -Wl,-segalign,4000 include $(THEOS_MAKE_PATH)/tweak.mk SUBPROJECTS += UntisPremiumHackSettings # To compile your project as a Tweak only, comment out or remove this line.include $(THEOS_MAKE_PATH)/aggregate.mk I'm using the iOSGods template, but the error is also there with the default tweak template. Any help is appreciated, as I'm new into theos.
  6. Doesn't work anymore and nothing shows up in the settings either.
  7. well lets just pretend that you've read whats inside the brackets. i already looked up for help here and elsewhere.
  8. Soo, what tweaks do you guys use to get in-app purchases and/or manipulate some memory values? I'm currently using LocaliAPStore and newly iOSGods iAP Cracker. I wish I could use iAPCrazy 2 too, but the icon just doesn't seem to show up on the screen (i searched and tried different repos, mainly using the main repo) - maybe someone could help out here.
  9. Hi. Got a response and unfortunately, we need another way around. I will see what I can do here.
  10. Good evening. Hope y'all have a nice day. The developments on the update have started and the core part is written. Sadly, because of some W3C updates and the implementation of the CORS / Same Origin Policy that disallows clients to create an frame of any page that has set the X-Frame-Options to sameorigin, it won't work to load the iOSGods.com page. I've contacted DiDA & hope to find a solution. Tried a proxy to bypass, but core functions won't work and also it's a kinda nasty approach and won't look that reliable. Let's see.
  11. Jeeez, 3 years since I did this on my crappy laptop. Nostalgic to see the things in the past, now that so much has changed. Will work on an update.
  12. A Macbook Pro would be cool.
  13. Hey. I was wondering if there is some way to get or crack in-app purchases for StoreKit games without having a jailbreak. I'm currently on 1.12.2. Or is the only possibility to make an modified ipa and install that? I'd like to mod some games (Angry Birds 2 f.e.), but I couldn't find any recent things about it. Additional question: Is it possible to modify the current savegame jailed? Sincerely.
  14. Good luck y'all, hope you guys will have an good start in 2k17
  15. That game's just disgusting.
  16. Will pause this project, seems like nobody is using it.
  17. Will take a look 2n8
×
  • 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