Skip to content

Added Bytecodeviewer, APKEasyTool, Ghidra and Cutter #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,10 +418,14 @@ A collection of github repositories related to android modding.

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

[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).

[kikfox](https://github.com/kikfox/kikfox) by kikfox : A resource obfuscated apk decompiling tool.

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

[Bytecode-Viewer](https://github.com/Konloch/bytecode-viewer) by Konloch : Powerfull GUI for multiple decompilers like JADX, Fernflower, Krakatau, smali and co.

[fernflower](https://github.com/fesh0r/fernflower) by fesh0r : Unofficial mirror of FernFlower Java decompiler.

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


# IDA
# IDA / reverse-engineering platforms


[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!

[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!.
[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.

[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.

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

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

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