From 5638a5f9b54198830559cd47c88fd2fda84b1c16 Mon Sep 17 00:00:00 2001 From: JackofSpades707 Date: Tue, 6 Dec 2022 23:56:47 -0800 Subject: [PATCH 1/2] add frida, because it's awesome --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3cec332..7c5867f 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ A curated list of awesome reversing resources *Dynamic Analysis Tools* +* [Frida](https://frida.re/) * [ProcessHacker](http://processhacker.sourceforge.net/) * [Process Explorer](https://technet.microsoft.com/en-us/sysinternals/processexplorer) * [Process Monitor](https://technet.microsoft.com/en-us/sysinternals/processmonitor) From c1ef844fd9d3fec4ef8c663ae4a401836b44441a Mon Sep 17 00:00:00 2001 From: JackofSpades707 Date: Wed, 7 Dec 2022 00:05:36 -0800 Subject: [PATCH 2/2] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7c5867f..74e6353 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ A curated list of awesome reversing resources * [fREedom](https://github.com/cseagle/fREedom) * [Retdec](https://retdec.com/) * [Snowman](https://derevenets.com/) +* [dotPeek](https://www.jetbrains.com/decompiler/) ## Binary Analysis @@ -254,6 +255,8 @@ A curated list of awesome reversing resources * [dex2jar](https://github.com/pxb1988/dex2jar) * [Bytecode Viewer](https://bytecodeviewer.com/) * [IDA Pro](https://www.hex-rays.com/products/ida/index.shtml) +* [Jadx](https://github.com/skylot/jadx) +* [Smali](https://github.com/JesusFreke/smali) ## Yara