Leon Jacobs
Leon Jacobs
Hey! I am not 100% certain I understand what you are asking. Could you give some examples? Some pseudo output will help.
At the moment we can only find objc-c selectors that way. Swift methods will need some reversing/demangling. PR's welcome!
How did you enumerate the range applicable here? Happy for a PR to do the protection if it makes sense here.
Hey could you try `-s 'import ios_openstore.js'` instead?
I would love to yes, but, I would need some time to write sample code and test scenarios where it makes sense!
To be honest, I am not sure. It may very well be something that has changed in Android 8 given the age of the hook. I suggest we start by...
The debug flag now tells us where in the TypeScript agent the crash came from (rather than just saying `script.js: 5414`) :) > at src/android/userinterface.ts:30 It appears to be [this](https://github.com/sensepost/objection/blob/master/agent/src/android/userinterface.ts#L30)...
I quickly looked at this, and fixed up the activity casting. While it does not solve the original problem, it does get us a step closer again.
Do you perhaps have a sample application in mind we could target to build this?
I haven't looked into this yet, no. But, with @aph3rson information, [this](https://github.com/firebase/quickstart-android/blob/ff5b2e57a61cfdd73886c734f0ccb5064698d0a1/messaging/app/src/main/java/com/google/firebase/quickstart/fcm/java/MyFirebaseMessagingService.java#L59) may be a simple hook to get the data, then call methods to get "readable" information out of...