## Disassemblers/Decompilers * [Ghidra](https://ghidra-sre.org) * [Binary Ninja](https://binary.ninja/) ## Bytecode Analysis * [dnSpy](https://github.com/dnSpyEx/dnSpy) ## Dynamic Analysis * [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) * [Autoruns](https://technet.microsoft.com/en-us/sysinternals/bb963902) ## Debugging * [WinDbg](https://msdn.microsoft.com/en-us/windows/hardware/hh852365.aspx) * [OllyDbg v1.10](http://www.ollydbg.de/) * [OllyDbg v2.01](http://www.ollydbg.de/version2.html) ## Android * [Android Developer Studio](http://developer.android.com/sdk/index.html) * [APKtool](http://ibotpeaches.github.io/Apktool/) * [dex2jar](https://github.com/pxb1988/dex2jar) * [Bytecode Viewer](https://bytecodeviewer.com/)

2
0