Jump to content

Walking Hell

Senior Member
  • Posts

    641
  • Joined

  • Last visited

Everything posted by Walking Hell

  1. damn, this makes me scary enough to not develop and release tweaks anymore imagine being sued Thanks for warning bro
  2. ARCHS = armv7 arm64 TARGET = iphone:clang:latest:latest #CFLAGS = -fobjc-arc #THEOS_PACKAGE_DIR_NAME = debs include $(THEOS)/makefiles/common.mk TWEAK_NAME = AngryBirds2 AngryBirds2_FILES = Tweak.xm AngryBirds2_FRAMEWORKS = UIKit AngryBirds2_LDFLAGS += -Wl,-segalign,4000 include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" SUBPROJECTS += AngryBirds2 include $(THEOS_MAKE_PATH)/aggregate.mk
  3. well that did the trick, only why you use Thumbv8 HEX and not ARM HEX? now it get stuck at make package: anyways thanks for the help bae
  4. 0xB8559C is the offset MOV R0, R7 BX LR i converted and got this arm hex 0700A0E1 1EFF2FE1
  5. Hello community, i am trying to compile a code that i made with code inject generater from armconverter.com and i get the next error when i am trying to compile it. ==> Preprocessing Tweak.xm… ==> Compiling Tweak.xm (armv7)… Tweak.xm:13:23: error: implicit conversion from 'long long' to 'unsigned int' changes value from 504580047013621729 to 520040417 [-Werror,-Wconstant-conversion] writeData(0xB8559C, 0x0700A0E11EFF2FE1); What am i doing wrong?
  6. vid is long dead, needs a new mirror link, lol
  7. same here, doesn't seem to be "activated"
  8. this topic can be closed, repo is dead for some time.
  9. The “brewing” doesn’t work the strains are still 0
  10. Happy anniversary! and a good moment to try vip to, cheers
  11. i don't have many friends that do that for me
  12. Hello, i will show you here the new way of cracking applications. this guide or method might be hard for some users. Requirements: - brain.exe - macOS - python 2.7 - package manager like brew - usb lightning cable - jailbroken idevice on ios 11 now that u get that stuff, open cydia and add the repo: https://build.frida.re/ and install frida (7.10.1) on your idevice. next You get python from either the official website or use a brew. for brew : brew install python@2 now open an terminal and enter: git clone --recursive https://github.com/AloneMonkey/frida-ios-dump.git next step in terminal: cd to that folder. sudo pip install -r requirements.txt --upgrade (Python 2.7) and in terminal: brew install usbmuxd or if you are stuck follow those instructions: reddit guide or iphonedevwiki next: Run usbmuxd/iproxy SSH forwarding over USB (Default 2222 -> 22). e.g. iproxy 2222 22 (note: i used 127.0.0.1) To make the magic happen: make sure the idevice is connected via usb. edit the dump.py with IDLE check if the following lines of 32 to 35 are correct: User = 'root' Password = 'alpine' ## (your root password) Host = '127.0.0.1' Port = 2222 save and close it. Run ./dump.py Display name or Bundle identifier note: make sure the app that u want to crack/dump is also open on the idevice. and for app display list: Run ./dump.py -l when it's done properly: enjoy!
×
  • 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