From 91ad7e27a21777e7333c3480eda46c0522d96902 Mon Sep 17 00:00:00 2001 From: Lev T11v Date: Mon, 5 Jul 2021 00:25:14 +0200 Subject: [PATCH] Added online decompiler --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6aaadca..8f5def9 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,7 @@ Check solve section for steganography. - [Boomerang](https://github.com/BoomerangDecompiler/boomerang) - Decompile x86/SPARC/PowerPC/ST-20 binaries to C. - [ctf_import](https://github.com/docileninja/ctf_import) – run basic functions from stripped binaries cross platform. - [cwe_checker](https://github.com/fkie-cad/cwe_checker) - cwe_checker finds vulnerable patterns in binary executables. +- [Decompiler.com](https://www.decompiler.com/) - C#, Python, Android and Java online decompiler. - [demovfuscator](https://github.com/kirschju/demovfuscator) - A work-in-progress deobfuscator for movfuscated binaries. - [Frida](https://github.com/frida/) - Dynamic Code Injection. - [GDB](https://www.gnu.org/software/gdb/) - The GNU project debugger.