[Tools][Plugins] 0xdea/frida-scripts

This commit is contained in:
pe3zx 2018-04-01 20:31:30 +07:00
parent 43cf38725a
commit 3dd1801925

View File

@ -1409,6 +1409,10 @@ My curated list of awesome links, resources and tools
<tr>
<td colspan="2"><b>Frida</b></td>
</tr>
<tr>
<td><a href="https://github.com/0xdea/frida-scripts">0xdea/frida-scripts</a></td>
<td>A collection of my Frida.re instrumentation scripts to facilitate reverse engineering of mobile apps.</td>
</tr>
<tr>
<td><a href="https://github.com/brompwnie/uitkyk">brompwnie/uitkyk</a></td>
<td>Uitkyk is a custom Android Frida libary which provides an API to analyze Android applications for malicious activity. This is a PoC library to illustrate the capabilities of performing runtime analysis on Android. Additionally Uitkyk is a collection of resources to assist in the identification of malicious Android applications at runtime.</td>