Hooker is an opensource venture for dynamic analyses of Android applications. This venture gives different devices and applications that can be use to consequently capture and adjust any API calls made by a targeted application.
It use Android Substrate system to catch these calls and total all their relevant data (parameters, returned values, …). Gathered data can either be put away in an ElasticSearch or in JSON records.
An arrangement of python scripts is additionally given to automatize the execution of an examination to gather any API calls made by a set of applications.
Android-Hooker is a proof of idea depending on the Substrate system. That implies Hooker can’t work if Substrate isn’t accurately introduced on your device. For the occasion, the creators have effectively introduced Substrate on gadgets with Android variants 4.1 and 4.2.
Hooker is made of multiple modules:
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…