Software Tools: Difference between revisions
Polymorphic7 (talk | contribs) m Some python decompilers added |
Polymorphic7 (talk | contribs) m More stuff added |
||
| Line 44: | Line 44: | ||
*[https://github.com/x64dbg/Scylla NtQuery Scylla] - is a Windows Portable Executable imports reconstructor open source and part of x64dbg. | *[https://github.com/x64dbg/Scylla NtQuery Scylla] - is a Windows Portable Executable imports reconstructor open source and part of x64dbg. | ||
====API monitoring ring3 (Windows)==== | |||
*[http://jacquelin.potier.free.fr/winapioverride32/ WinAPIOverride] - is an advanced api monitoring software for 32 and 64 bits processes. You can monitor and/or override any function of a process. | |||
*[http://www.rohitab.com/apimonitor Rohitab API Monitor] - is a free software that lets you monitor and control API calls made by applications and services. Its a powerful tool for seeing how applications and services work or for tracking down problems that you have in your own applications. | |||
====Debugger / disassembler for unmanged binaries==== | ====Debugger / disassembler for unmanged binaries==== | ||
| Line 64: | Line 70: | ||
*[https://github.com/uxmal/reko Reko] - Reko is a binary decompiler for static analysis (ARM, x86-64, M68K, Aarch65, RISC-V and dotnet) | *[https://github.com/uxmal/reko Reko] - Reko is a binary decompiler for static analysis (ARM, x86-64, M68K, Aarch65, RISC-V and dotnet) | ||
====Debugging and Profiling dynamic analysis (Linux)==== | |||
*[https://valgrind.org/ valgrind] - Valgrind is a GPL'd system for debugging and profiling Linux programs. With Valgrind's tool suite you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. | |||
====Debugger / disassembler for manged binaries==== | ====Debugger / disassembler for manged binaries==== | ||