Skip to content

Commit 37d3f02

Browse files
Merge pull request #40 from hslatman/hs_fridump
Fridump added + small fix
2 parents 8fe1b5d + 7f090ef commit 37d3f02

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<html>
33
<head>
4-
<meta charset="utf-8">an
4+
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
66
<title>Mobile Security Wiki</title>
77
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
@@ -59,6 +59,9 @@ <h2><i class="fa fa-folder"></i> Forensics Tools <a href="#forensics-tools"><spa
5959
phones from LG, Samsung, Sanyo and other manufacturers.
6060
</p>
6161
</li>
62+
<li>
63+
<p><a href="https://github.com/Nightbringer21/fridump" target="_blank">fridump</a> - Fridump is an open source memory dumping tool, primarily aimed at penetration testers and developers.</p>
64+
</li>
6265
<li>
6366
<p><a href="https://github.com/504ensicsLabs/LiME" target="_blank">LiME</a> - LiME (formerly DMD) is a Loadable Kernel Module (LKM), which allows the acquisition of volatile memory from Linux and Linux-based devices, such as those powered by Android.</p>
6467
</li>
@@ -229,7 +232,7 @@ <h2><i class="fa fa-backward"></i> Reverse Engineering Tools <a href="#reverse-e
229232
</li>
230233
<li>
231234
<p><a href="https://github.com/evilsocket/smali_emulator" target="_blank">smali_emulator</a> - Emulates a smali source file generated by apktool, for example to defeat obfuscation and encryption found in APKs.</p>
232-
</li>
235+
</li>
233236
<li>
234237
<p><a href="https://github.com/ajinabraham/Xenotix-APK-Reverser" target="_blank">Xenotix APK Reverser</a> - An open source Android Application Package (APK) decompiler and disassembler powered by dex2jar, baksmali and jd-core</p>
235238
</li>

0 commit comments

Comments
 (0)