Jump to content

i0s_tweak3r

Senior Member
  • Posts

    809
  • Joined

  • Last visited

Everything posted by i0s_tweak3r

  1. Instead of trying to change instruction to ADDS R0, #0 would it be better to just NOP it? I prolly should've done that in the first place... (Since the instruction is telling it to do something I don't want to happen, and it should keep the R0 at same value then.)
  2. I think I see where I messed up. The thumb hex output is 0x0030, which is closer to original value. It's thumb-2 I guess. That changes instruction to MOVS R0, R6 If whatever's in R6=0, or the same value as before incrementing, it may be correct. To answer question, When I loaded binary it said it had both arm and thumb instructions. I thought maybe since the game was old that's why it didn't look like a typical arm64 binary. Also when trying to thin binary it gave "must be fat file" error typical of apps I download and crack on my arm64 device. Going to test binary patch to see if it works...
  3. I'm trying to hack the number of saves in a game so it doesn't increment. It appears I found the right instruction, which originally read, ADDS R0, #1 at text: 000520FA I wanted to get offset, original value, and hacked value, so I highlighted entire instruction, hit "patch program/change word" in IDA, and it gave me offset, original value, then I entered my hacked hex that armconverter gave me when I entered ADDS R0, #0 (Trying to add value of zero into Register 0 instead of incrementing 1) Armconverter gave me the hex: 0xE2911000 for that instruction After entering that change, the resulting instruction in IDA (The ASRS that's highlighted) is totally different. Any help would be greatly appreciated. Edited to add: I'm using an arm64 binary, IDA x64, but used the 32 bit segment of armconverter because it's a 32 bit instruction.
  4. Added a new working link if you can't navigate through the Chinese or if you have issues with first link. It gives a Yalu 102 app to install straight from safari with a 1 year profile.
  5. I've been using it every night. I just realized Fear The Walking Dead was made by same ppl as Walking Dead and is kind of a prequel. I thought it was a cheesy spin-off before. Now I'm hooked on that until Walking dead comes back on.
  6. The last hack for this app got patched curious what's in this hidden content... Edit: It gives a good start for hacking it. Was able to do the rest pretty quickly.
  7. Working on a couple cheats for free premium using IDA, these 2 apps have so many checks and balances tho validating every event, its frustrating.  Especially since they are  apps for musicians- most of those apps are the easiest to hack. Of course I get set on picking the hardest.  Not giving up tho, feel like I'm getting close.

     

  8. I want a Torah.... or maybe a Koran. Hook me up!
  9. Hmm... maybe it got shut down or they killed it. Was working beautifully. Will drop by again to see if I get same error.... Edit: Whole webpage is different now. It's all in Chinese. I'm going to have to use google translator on PC or something to figure out if there is still a working link on there. Were you able to use it? Was working yesterday?
  10. Can you put a check mark on Aussie's post that solved ur issue, so the topic gets marked "answered", and people searching can easily find what helped you?
  11. Do you have any flex patches or tweaks that modify Cydia in any way? (That you know of) Anything you installed recently before the problem started? If you have flex you can easily check if that is the problem (a bad flex patch). Also, like was mentioned before, have you tried opening it in safe mode? That would help rule out if you have a tweak causing it.
  12. That's what I thought, just was being a little paranoid. I'll mark this as solved if it goes away after re-logging in. Thanks!
  13. Are you familiar with IDA? Maybe this guide can help you... https://doc.lagout.org/security/Reverse_Engineering_for_Beginners-en-A5.pdf
  14. Title says it all. Keep getting popup from iTunes saying to log in to check for pending in app purchases. Getting really annoying, but I'm kind of afraid of re-logging in in case it's from a hack I was working on, or a cracked / pirated app communicating with iTunes. Im currently logged in, can download apps and make (fake) IAP's and probably real ones already. I've tried respringing and that didn't solve it. I think I might have accidentally hit "update" in iTunes for a pirated app, or tried to use free IAP tweak on a pirated app, which usually doesn't work. I have a lot of apps from both Vshare and Appcake and don't feel like deleting a million apps trying to problem-solve. Any ideas? (I don't want a sudden charge hitting my account after re-logging in.)
  15. Do any other aspects of jailbreak work? Does terminal open? Flex or any other jailbreak app/tweaks?
  16. Your device would have to be on iOS 10.0-10.2, its the same compatibility as regular final realease of Yalu 102. (B7 I think was the version for everything 64 bit except iPhone 7's higher then 10.1)
  17. There's no need to change date unless you download the Chinese version straight from ur device. Also have you tried having device plugged in, and then removing charger when it's time to go to lock screen? That's what worked for me last. Also u didn't start phone the way I suggested, holding power/sleep and volume up at the same time, and then releasing power when you see the Apple logo, but holding volume up until you get to lockscreen. If you never got the storage full error, the jailbreak most likely never succeeded, hence why no Cydia. Check out this tutorial I made, and watch the video. I know ur device didn't randomly reboot but I am 99.99% sure it's the same bug that is not allowing you to rejailbreak.
  18. Tell me about it. I used to play that one a lot, was 2nd highest for "popularity" with 100 Million likes, but I used winnings from poker to play the slots, and eventually I got a JP and was able to be rich for a while. Lost over a billion tho and fell into the trap of buying chips. There is one cheat for BFC for the tournaments, you can use Gamegen to speed up gameplay, allowing you to spin more times than other ppl in tourney, but I've heard if you speed it up more then 3X they catch on and ban you. Someone on here made an awesome cheat though for Double Win Vegas Slots, with a Mod Menu, I think it was Zahirsher. It's really cool if you get bored of GSN casino.
  19. Just went there myself it's working. Try downloading from a computer, or get the free Mega app. Its a file sharing app/ cloud service, and if you have app installed on device, you can tap "Open in Mega" and it'll download the file, and from there you can "save to folder" / "open in", etc. all on ur device.
  20. Excited I'm finally making progress with IDA.  Now I'm  crossing my fingers that no one is hacking the same game right now lol. I wanna use a mod menu template, it's actually perfect because one of the offsets freezes time in game so it won't end until you turn it off, but you also will be able to get extra high score and coins from never running out of time.

     So far have only hacked the binary tho, haven't put offsets and writeData in armconverter, or know if they will be correct since I didn't do anything about compensating for the ASRL.

    If the whole patcher is made in IDA tho do you still need to adjust them, or just if using lldb / gdb?

     

    1. KFCzZz

      KFCzZz

      It's "ASLR" not "ASRL" 

    2. Pro

      Pro

      5 hours ago, KFCzZz said:

      It's "ASLR" not "ASRL" 

      shut ur mouf

    3. i0s_tweak3r

      i0s_tweak3r

      I get dyslexic after 3AM lol. 

  21. I believe Windows 10 requires USB port, and setting up USB tunnel with iFunbox, but as was already said, I'm pretty sure it doesn't work on 8.4 anyway, or is very buggy at best.
  22. Awesome tutorial/ e-book on how different compilers work, how to reverse engineer many types of executables, and understand how they are displayed and function in IDA. I don't know how much it's actually oriented towards beginners, since it seems to assume you have some basic knowledge of C, but regardless you can cruise through and learn very quickly. Went through over 200 pages today, and learned more about Arm64 in a couple hours then I had previously in last 5 months. It even has stuff on gdb for those that still use it. Awesome free reference tool for anyone interested in IDA / Reverse Engineering. (Not just for iOS) Covers most 32 and 64 bit compilers. https://doc.lagout.org/security/Reverse_Engineering_for_Beginners-en-A5.pdf
  23. Thx... Thx... Thx... Thx...
  24. Yeah I'd like to make one if I get a new computer. When I do tho I think I'm finally gonna go for a Mac. The PC I have is getting dated and is too slow/ lacking in available memory to build a virtual Mac on it, plus I don't have the MacOS. I've wanted a Mac for years tho I need to just treat myself and buy one.
×
  • 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