objection
objection copied to clipboard
📱 objection - runtime mobile exploration
**Describe the bug** when I run objection with _--startup-script_, objection just exit the REPL due to resume command **To Reproduce** Steps to reproduce the behavior: 1. objection --gadget "" explore...
After opening the app with: objection --gadget com.app explore Whatever i write after that ex: env, android hooking list classes etc, i get this error: An unexpected internal exception has...
I am getting this error whenever trying to explore :( Android 10 (Non-Rooted)
``` public abstract class FridaParent { public int a; } ``` ``` public class FridaChild extends FridaParent{ public int b; } ``` ``` FridaChild child = new FridaChild(); child.b =...
during an assessment i was hooking function that was their argument is byte array and their return value are byte array. How could we read this data. (i think you...
com.android.settings on (Android: 8.0.0) [usb] # frida An unexpected internal exception has occurred. If this looks like a code related error, please file a bug report! 'filename' Python stack trace:...
It would be convenient to **pause** when a given hook is reached, so that we can for instance retrieve file from the file system at this exact moment. For example,...
Following this guide on [disabling ssl pinning on obfuscated apps](https://blog.nviso.eu/2019/04/02/circumventing-ssl-pinning-in-obfuscated-apps-with-okhttp) and this guide on [working with jobs](https://github.com/sensepost/objection/wiki/Working-with-Jobs), I'm trying to understand the steps to get the following script working: ```...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
**Describe the bug** On a freshly built Ubuntu 18.04 VM, the `objection explore` command failed with the following output: ``` Using USB device `Pixel 2` Unable to connect to the...