Jump to content

AnotherLurker

Senior Member
  • Posts

    1,093
  • Joined

  • Last visited

Everything posted by AnotherLurker

    1. Show previous comments  7 more
    2. Rook

      Rook

      Android is not any better. If anything, might be worse

    3. Zahir

      Zahir

      Agreed, it tends to get slower as the time passes and its not user-friendly for me. Lags a lot (4GB Ram bruh) and basically sucks

    4. Rook
    5. ___Aaki___
  1. You can just compile this code (with com.apple.UIKit as the bundleID in a .plist), and have syscall and ptrace disabled in every app
  2. This tutorial should be updated for the newer versions of Theos; available here
  3. Yea that would work. As you can imagine, the more simple instructions, the better your chances of finding the arm64 locations
  4. It's not that simple. Unless they're simple instructions like add/sub, you won't be able to do that. Branches for example depend on offsets, which are much different, and it's highly unlikely there may be some guaranteed difference in the offsets from 32-bit and 64-bit.
  5. There really isn't much if you don't have strings. The only tool you have at your arsenal is comparing the 2 architectures. When programming an application, the same code is being converted into both armv7 and arm64, so if you compare those 2 (arm64 has some different instructions, but they do the same things), you should be able to find your way around
  6. Who knew? You should tell us this information before-hand.
  7. You add it to the Bottom, but nevertheless, position hardly matters
  8. Pokemon Go + Videophone by rpetrich https://imgur.com/a/vSIEY

  9. This is what Theos turns your code into when you compile https://a.cnutflaps.me/ndhs.png

    1. K3NNNY

      K3NNNY

      What that NSLog?

  10. This is what logos turns your code into: https://a.cnutflaps.me/ndhs.png

  11. Patched rasticrac to work on iOS 9.3.3: https://www.dropbox.com/s/wg8g9q3it3tnp5t/rc.sh?dl=1 Paste that in /usr/bin, and you should be good to go

×
  • 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