Skip to content

Commit 686681e

Browse files
Merge pull request #33 from hslatman/hs_20160203
Adding dex-oracle, Androl4b and VectorAttackScanner
2 parents 582a4d7 + bee8378 commit 686681e

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

index.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ <h2><i class="fa fa-search"></i> Static Analysis Tools <a href="#static-analysis
140140
<li>
141141
<p><a href="http://pl.cs.colorado.edu/projects/thresher/" target="_blank">Thresher</a> - Thresher is a static analysis tool that specializes in checking heap reachability properties. Its secret sauce is using a coarse up-front points-to analysis to focus a precise symbolic analysis on the alarms reported by the points-to analysis.</p>
142142
</li>
143+
<li>
144+
<p><a href="https://github.com/JhetoX/VectorAttackScanner" target="_blank">VectorAttackScanner</a> - A tool to analyze Android apps to detect points to attack, such as intents, receivers, services, processes and libraries</p>
145+
</li>
143146
</ul>
144147
<a id="dynamic-analysis-tools" class="anchor" href="#dynamic-analysis-tools" aria-hidden="true"></a>
145148
<h2><i class="fa fa-cogs"></i> Dynamic Analysis Tools <a href="#dynamic-analysis-tools"><span class="octicon octicon-link"></span></a></h2>
@@ -251,6 +254,9 @@ <h2><i class="fa fa-unlock-alt"></i> Obfuscators & Deobfuscators Tools <a href="
251254
<li>
252255
<p><a href="https://github.com/thuxnder/dalvik-obfuscator" target="_blank">Dalvik Obfuscator</a> - A set of tools/scripts to obfuscate and manipulate dex files</p>
253256
</li>
257+
<li>
258+
<p><a href="https://github.com/CalebFenton/dex-oracle" target="_blank">dex-oracle</a> - A pattern based Dalvik deobfuscator which uses limited execution to improve semantic analysis</p>
259+
</li>
254260
<li>
255261
<p><a href="https://github.com/CalebFenton/simplify" target="_blank">Simplify</a> - Generic Android Deobfuscator</p>
256262
</li>
@@ -302,10 +308,13 @@ <h2><i class="fa fa-globe"></i> Online Analyzers <a href="#online-analyzers"><sp
302308
<h2><i class="fa fa-rocket"></i> Android Testing Distributions <a href="#android-testing-distributions"><span class="octicon octicon-link"></span></a></h2>
303309
<ul>
304310
<li>
305-
<p><a href="https://manifestsecurity.com/appie" target="_blank">Appie</a> - A portable software package for Android Pentesting and an awesome alternative to existing Virtual machines.It is a one stop answer for all the tools needed in Android Application Security Assessment, Android Forensics, Android Malware Analysis.</p>
311+
<p><a href="https://androidtamer.com" target="_blank">Android Tamer</a> - Android Tamer is a Virtual / Live Platform for Android Security professionals.</p>
306312
</li>
307313
<li>
308-
<p><a href="https://androidtamer.com" target="_blank">Android Tamer</a> - Android Tamer is a Virtual / Live Platform for Android Security professionals.</p>
314+
<p><a href="https://github.com/sh4hin/Androl4b" target="_blank">Androl4b</a> - An Android security virtual machine based on Ubuntu Mate. It includes a collection of the latest frameworks, tutorials and labs from different security geeks and researchers for reverse engineering and malware analysis</p>
315+
</li>
316+
<li>
317+
<p><a href="https://manifestsecurity.com/appie" target="_blank">Appie</a> - A portable software package for Android Pentesting and an awesome alternative to existing Virtual machines.It is a one stop answer for all the tools needed in Android Application Security Assessment, Android Forensics, Android Malware Analysis.</p>
309318
</li>
310319
<li>
311320
<p><a href="https://appsec-labs.com/AppUse/" target="_blank">AppUse</a> - AppUse is a VM (Virtual Machine) developed by AppSec Labs.</p>

0 commit comments

Comments
 (0)