H0r53
H0r53
I am using frida to hook functions inside of a Shared Object that is used by an Android APK. I've calculated the addresses of functions within the Shared Object I...
This is more of a question than an issue. Quite simply: **Does this script also support finding HMAC?** I'm reversing a binary that I'm quite sure uses HMAC with SHA1....
HTTP Toolkit appears to be sorting/modifying headers before they are sent. This makes the use of HTTP Toolkit easily detectable and renders the utility useless for any site that blocks...
I can stalk a process with the following: ``` Stalker.follow(threadId, { events: { call: false, ret: false, exec: false, block: false, compile: false }, transform: function (iterator) { var instruction...
Hello, and thank you for providing a great foundation for puppeteer / scraping. It looks like perhaps some of the code provided here is outdated. I'm working through the changes,...
## Bug Report * [X] Is your bug specific to GEF (not GDB)? - Try to reproduce it running `gdb -nx` * [X] Did you search through the [documentation](https://github.com/hugsy/gef/) first?...