forked from kenny67/AndroidReverseEngineering
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0318b1
commit 3d7cf1d
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# AndroidReverseEngineering | ||
|
||
安卓逆向工程 | ||
ELFRead、Frida、FridaDump、DexDump、SoDump、Ghidra、Xpose... | ||
|
||
### AboutFiles: | ||
|
||
1.Frida_Dump | ||
安卓app加固脱壳,获取dex和so文件 | ||
2.FridaDexDump | ||
安卓app加固脱壳,获取dex文件 | ||
|
||
3.Ghidra | ||
强大的逆向反编译器分析工具 | ||
4.ReadElf | ||
so文件结构分析 | ||
|
||
### Features: | ||
update and update |