-
Tried to connect mobile using objection with USB serial, it's not working. I could not find inofrmation in objection wiki. Please find the information below.
Model: Oneplus
Rooted: Yes
adb devic…
-
Is Objection patchipa is compatible with node version v8.12.0
Thanks
-
I'm trying to patch apk and get this error:
```
objection patchapk --source com.****.apk --skip-resources
No architecture specified. Determining it using `adb`...
Detected target device architec…
-
i have class [ClassName] and method [- setSomething].
How can i call with JS API withount Interceptor this method?
-
i just updated Mac from High Sierra to latest os Mojave
and node to v8.12.0
after that
patch ipa is failing
-
Hello,
I'm following the steps to connect on real device and everything seems to be working until I use `ios-deploy`. The command actually succeeds and I can see the lldb in terminal, however I wai…
-
I have just patched an IPA and I'm trying to run it using objection explore, however I got the following error:
frida.ProtocolError: unable to communicate with remote frida-server; please ensure th…
-
after trying inserting Frida gadget to ipa according to
https://www.nccgroup.trust/us/about-us/newsroom-and-events/blog/2016/october/ios-instrumentation-without-jailbreak/
and using objection h…
-
Hi,
I have a problem with using a Java.cast inside an onButtonClick event overwrite in Android.
This is my hooking code:
Java.perform(function () {
var hook = Java.use('com.test.…
-
Related to Issue #127 , I completely missed that the `objection/hooks/ios/filesystem/pwd.js` has the same "String()" issue leading to a "[hook failure] cannot string coerce Symbol". Apologies!