Androhook
A frida based hooking framework for android devices used mainly for app research
Install / Use
/learn @gregthedoe/AndrohookREADME
AndroHook
A frida based hooking framework for android devices used mainly for app research.
It includes its own javascript wrapper for java objects called $J, which allows better handling for JAVA objects via reflection.
For example:
Java.perform(function () {
var $class1 = $J(Java.use('com.example.class1'));
console.log($class1.getFieldValue('field1').getFieldValue('field2'));
});
Install
Install dependencies
Installation requires nodejs to be in user's path.
For linux:
sudo apt install nodejs
For windows: https://nodejs.org/en/download/current/
Installing AndroHook
git clone https://github.com/gregthedoe/androhook.git
cd androhook
pip install -e .
# For SSL interception support, use:
pip install -e .[ssl]
Usage
adb shell /data/local/tmp/frida-server &
# For simple injection
injector.py -p com.example.package -s sample_script.js
# For SLL interception (if installed)
intercept_ssl.py --flow vending.flow com.android.vending
Related Skills
proje
Interactive vocabulary learning platform with smart flashcards and spaced repetition for effective language acquisition.
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
groundhog
400Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
