jorgschulze73

Results 8 issues of jorgschulze73

Running latest `frida-inject-15.1.24-android-arm64`, I am unable to inject into running process by specifying package name: `./frida-inject-15.1.24-android-arm64 -n -s --runtime=v8 -e` It returns `Process not found` despite target process definitely being...

I understand this is probably a very specific use-case, but I was wondering if there's any way I can leverage gum in order to hook Java methods from a codebase...

I wanted to do some experiments with `GumArm64Relocator;` at first, I noticed that the header is not included in the precompiled frida-gum assets. But after further investigation, I concluded that...

As per title, I would like to know if it's possible to use gum in order to replace some instructions in a binary at rest (on disk) rather than loaded...

Starting with iOS15 Apple got rid of the `LC_DYLD_INFO_ONLY` load command and replaced it with `LC_DYLD_CHAINED_FIXUPS` and `LC_DYLD_EXPORTS_TRIE` commands. It seems that the Darwin grafter utility does not support these:...

I'm trying to embed Python interpreter in a C++ application with no external dependencies and found this project. I downloaded latest install-only prebuilt assets for arm64 macOS but when trying...

This project depends on `com.chrisplus.rootmanager` library, which is hosted at the Springs Plugins repository. Since that repository is not accessible anymore (see [here](https://spring.io/blog/2020/10/29/notice-of-permissions-changes-to-repo-spring-io-fall-and-winter-2020)), it looks like it's not possible to...

There's been many changes to Dobby in the last year and now DobbyDrill doesn't work with it anymore. Do you plan to update it?