Hi'ya smart people, I'm using Frida to intercept a specific method in a Unity game, and I'm getting an access violation exception thrown on the address I'm trying to hit. Frida 15 with the JavaScript API is what i'm using, on an iPhone 5s running 13.6.1, jailbroken with unc0ver. I'm assuming this is because of ASLR, however, this has not happened to me before upgrading to 15 recently, so it might just be something I'm missing. Code snippet for reference: const moduleBaseAddress = Module.getBaseAddress('naughtyapp'); console.log('Found module base address: ' + moduleBaseAddress); // moduleBaseAddress changes on every run, so ASLR, right? const pointer = moduleBaseAddress.add('0x15c2bec'); console.log('Found pointer: ' + pointer); // pointer here changes on every run, so ASLR, right? Interceptor.attach(pointer, { onEnter(args) { console.log("Whoop! Working, now do something naughty here..."); }, onLeave() { console.log("Well, think it is time we leave, whatcha thing?"); } }); I'm very new to Frida, and most of what I've been able to achieve has been by example, however, I cannot find a tangible solution on the interwebs that has any form of solution that works. Got told by someone on another forum that you guys are really good with these type of things so, hopefully, someone on here can help me out, would greatly appreciate it, or if there is a better way to intercept where the pointers just never change, would like to know about that as well. Appreciate the time and effort on this query.
from iOSGods RSS Feed https://ift.tt/3dZUxpF
Subscribe to:
Post Comments (Atom)
-
Yubo Yoti bypass Requirements: Yubo app Jailbroken iPhone Apps Manager Brain Steps: Open Apps Manager Locate Yubo in Apps Manager and open i...
-
Modded/Hacked App: Simply Guitar by JoyTunes by JoyTunes Bundle ID: com.joytunes.SimplyGuitar iTunes Store Link: https://ift.tt/2ANDd7d Mod ...
-
I don't know how this happened, i was trying to install Kinemaster modded version on my iPhone 7 running iOS 14.0.1, maybe it's beca...
-
Hey everyone I am running Ipad 6th generation running ios 14.0 32 gb capacity with 19.1 gb left I used sideloadly yesterday to install an ap...
-
Hello! I am using this for practice using a dummy Snapchat account I've made and created a My Eyes Only tab. Now, if you don't know ...
-
Hello, does anyone know why I cannot use my Apple password or password from apple servers? Sideloadly version 0.16.1 Checking iOS version......
-
As the title says upon installing Last Day on Earth with sideloadly i get this error ERROR: Guru Meditation 6020bc@89:f11511 Call to np_clie...
-
Hello friends, So I have a problem with Sideloadly, I installed it on my (32x bit Windows 7) laptop (SONY) and tried opening it, but when I ...
-
Hello, I am currently running with an iPhone XR on IOS 12.2. I am trying to install ipa files through cydia impactor but keep receiving this...
-
Netflix is now offering users a chance to win a free subscription for 83 years. The company calls it the “immortal” Netflix account. T...
No comments:
Post a Comment