Skip to content

Commit 9826a32

Browse files
Merge pull request #34 from hslatman/hs_20160207
ADBI by Samsung
2 parents 686681e + e5d8066 commit 9826a32

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,17 +227,20 @@ <h2><i class="fa fa-backward"></i> Reverse Engineering Tools <a href="#reverse-e
227227
<h2><i class="fa fa-indent"></i> Hooking Tools <a href="#hooking-tools"><span class="octicon octicon-link"></span></a></h2>
228228
<ul>
229229
<li>
230-
<p><a href="https://github.com/crmulliner/ddi" target="_blank">ADBI Framework</a> - Simple and easy to use toolkit for dynamic instrumentation of Dalvik code.</p>
231-
</li>
230+
<p><a href="https://github.com/samsung/adbi" target="_blank">ADBI</a> - Android Dynamic Binary Instrumentation (ADBI) is a tool for dynamically tracing Android native layer.</p>
231+
</li>
232232
<li>
233233
<p><a href="http://www.cydiasubstrate.com/" target="_blank">Cydia Substrate</a> - Cydia Substrate for Android enables developers to make changes to existing software with Substrate extensions that are injected in to the target process's memory.</p>
234234
</li>
235235
<li>
236-
<p><a href="http://forum.xda-developers.com/xposed/xposed-installer-versions-changelog-t2714053" target="_blank">Xposed Framework</a> - Xposed framework enables you to modify the system or application aspect and behaviour at runtime, without modifying any Android application package(APK) or re-flashing.</p>
237-
</li>
236+
<p><a href="https://github.com/crmulliner/ddi" target="_blank">Dynamic Dalvik Instrumentation Toolkit</a> - Simple and easy to use toolkit for dynamic instrumentation of Dalvik code.</p>
237+
</li>
238238
<li>
239239
<p><a href="http://www.frida.re/" target="_blank">Frida</a> - Inject JavaScript to explore native apps on Android</p>
240240
</li>
241+
<li>
242+
<p><a href="http://forum.xda-developers.com/xposed/xposed-installer-versions-changelog-t2714053" target="_blank">Xposed Framework</a> - Xposed framework enables you to modify the system or application aspect and behaviour at runtime, without modifying any Android application package(APK) or re-flashing.</p>
243+
</li>
241244
</ul>
242245
<a id="obfuscator-tools" class="anchor" href="#obfuscator-tools" aria-hidden="true"></a>
243246
<h2><i class="fa fa-unlock-alt"></i> Obfuscators & Deobfuscators Tools <a href="#obfuscator-tools"><span class="octicon octicon-link"></span></a></h2>

0 commit comments

Comments
 (0)