Jump to content

bR34Kr

ViP Pro
  • Posts

    1,323
  • Joined

  • Last visited

Everything posted by bR34Kr

  1. Emptied my inbox. You should be able to DM me. As for Ghidra's link: https://ghidra-sre.org/
  2. Make sure to send a link to the problematic topic(s) As for a quick solve, IPA files are ZIP files. So Filza will popup with a menu saying extract and you might be confusing the two. If not, then yeah try exploring the ZIP archive and seeing there's a README somewhere as the installation instructions might differ from a regular sideload
  3. I think you can pause the game from iDA. What I did with GamePlayer was search values and it'd freeze the game, maybe iGameGod has the same behaviour
  4. That's normal. The subs are probable real functions to which you don't have the name, so it's called subroutine_address. If you double click on them in the pseudocode view you should be able to decompile them as well
  5. On what device is LLDB running? And make sure that the forwarded ports are the same on your host, as sometimes it might go to 2222 for example. It should be visible in 3uTools.
  6. You can use Ghidra. It's a open source and fully functional alternative to IDA Pro that's very well maintained and created by the NSA. There's also other ways to get your hands on IDA pro that most people on this forum do...
  7. Unc0ver v7.0.0 is also out using Henze's Fugu14 https://unc0ver.dev/

  8. Linus Henze's jailbreak for iOS 14 is out!

     

  9. Since you're working from a host PC you can do whatever you want. See if you can connect something like ADB or a native emulator debugger to read memory. If not, you can try and capture the traffic being sent from and to the application and with a bit of reversing you can find out how the data is used and possibly decrypted so it's all done without knowledge from the app and on the host (so no need to read memory from the game possibly creating slowdowns).
  10. That seems like a bug with iGameGod! @Rook this one is for you
  11. Yupp exactly that. You need to install it.
  12. That's correct. What are the options on the next panel though? If there's something mentioning PATH be sure to toggle it.
  13. Ah see in the 'Output window' it can't find python64.dll You can try troubleshooting with this: https://hex-rays.com/blog/ida-and-common-python-issues/ Make sure that you have Python 2 for x86_64 and it is added to your PATH (configurable at installation)
  14. On the bottom left of your IDA window do you see the toggle between IDC and Python?
  15. Make sure you're using overb0ard and not jetsamctl. You also need to run it as root for it to work
  16. His repo can be found on his GitHub profile in his bio.
  17. Yupp that's the reason. Try installing overb0ard and expanding the memory limits for the given process, and as Rook said, there's a looooooot of results. That means it'll be a lot of toggling before you can find your value. https://github.com/Doregon/overb0ard
  18. Install Cr4shed to see what the cause is. I'd doubt it's memory exhaustion, but you can use tools like jetsamctl overb0ard to make that limit bigger.
  19. Try other apps as well. The issue might just be Pixel Gun 3D removing the menu if it can detect it.
  20. It is looking for /tweak.mk, that means that your Theos environment variables are unset. You need to set your $THEOS to theos' root directory per Theos' installation guide. I suggest you do a full reinstall and follow the guide. Using apps or tools to automate the process is not recommended and error prone.
  21. Yupp it's entirely possible they have an anti cheat setup or it may be as stupid as the game having a bigger z-index than the menu itself. I suggest you try using iGameGod as an alternative as it may work
  22. See how the app uses those functions as sometimes they may depend on others to function properly. They might also be getters for some kind of API which knows if you're actually a premium user or not so beware of that.
  23. Make sure you've installed it properly. So make sure your $THEOS environment variable is setup and you recursively cloned the GitHub repo. The template should be placed in $THEOS/templates, not $THEOS/template
×
  • 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