Skip to content

Commit fe4817d

Browse files
authored
Merge pull request #3 from metzger100/1.Pullrequest
Added Bytecodeviewer, APKEasyTool, Ghidra and Cutter
2 parents 4e9ec88 + 914f767 commit fe4817d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -418,10 +418,14 @@ A collection of github repositories related to android modding.
418418

419419
[Apktool](https://github.com/iBotPeaches/Apktool) by iBotPeaches : A tool for reverse engineering Android apk files.
420420

421+
[ApkEasyTool](https://forum.xda-developers.com/t/tool-windows-apk-easy-tool-v1-59-2-2021-04-03.3333960/) by evildog1 : lightweight ApkTool-GUI with many features and adb-support (like adb install).
422+
421423
[kikfox](https://github.com/kikfox/kikfox) by kikfox : A resource obfuscated apk decompiling tool.
422424

423425
[jadx](https://github.com/skylot/jadx) by skylot : Dex to Java decompiler.
424426

427+
[Bytecode-Viewer](https://github.com/Konloch/bytecode-viewer) by Konloch : Powerfull GUI for multiple decompilers like JADX, Fernflower, Krakatau, smali and co.
428+
425429
[fernflower](https://github.com/fesh0r/fernflower) by fesh0r : Unofficial mirror of FernFlower Java decompiler.
426430

427431
[Cpp2IL](https://github.com/SamboyCoding/Cpp2IL) by SamboyCoding : WIP Tool to reverse Unity's IL2CPP build process back to the original managed DLLs.
@@ -583,10 +587,14 @@ A collection of github repositories related to android modding.
583587
[Tool-Converter-ASCII](https://github.com/MikaCybertron/Tool-Converter-ASCII) by MikaCybertron : Offline tool to Converter ASCII to Decimal & Decimal to ASCII.
584588

585589

586-
# IDA
590+
# IDA / reverse-engineering platforms
591+
587592

593+
[IDA-Pro-Leak](https://github.com/IDALeaker/IDA-Pro-Leak) by IDALeaker : Since the original ida pro leak repo got deleted, I decided to upload them here! Enjoy!
588594

589-
[IDA-Pro-Leak](https://github.com/IDALeaker/IDA-Pro-Leak) by IDALeaker : Since the original ida pro leak repo got deleted, I decided to upload them here! Enjoy!.
595+
[cutter](https://github.com/rizinorg/cutter) by rizinorg : It aims at being an advanced and customizable reverse engineering platform while keeping the user experience in mind. Cutter is created by reverse engineers for reverse engineers.
596+
597+
[Ghidra](https://github.com/NationalSecurityAgency/ghidra) by NSA : Ghidra is a software reverse engineering framework with a powerfull set of features and tools including a debugging mode.
590598

591599
[idaplugins-list](https://github.com/onethawt/idaplugins-list) by onethawt : A list of IDA Plugins.
592600

@@ -773,4 +781,3 @@ A collection of github repositories related to android modding.
773781
[iOS-Tweaks](https://github.com/onewayticket255/iOS-Tweaks) by onewayticket255 : The source code of the tweaks from the SarahH12099 Repo
774782

775783
[Game-Guardian-Easy-MemoryPatch](https://github.com/geokar2006/Game-Guardian-Easy-MemoryPatch) by geokar2006 : Path any lib hex by offset in game guardian scripts.
776-

0 commit comments

Comments
 (0)