Add process monitor

This commit is contained in:
rshipp 2015-05-09 14:04:20 -06:00
parent 77cf9ac720
commit 6e6db3ec1a

View File

@ -231,6 +231,8 @@ the [browser malware](#browser-malware) section.*
for static analysis of Linux binaries.
* [OllyDbg](http://www.ollydbg.de/) - An assembly-level debugger for Windows
executables.
* [Process Monitor](https://technet.microsoft.com/en-us/sysinternals/bb896645.aspx) -
Advanced monitoring tool for Windows programs.
* [Pyew](https://github.com/joxeankoret/pyew) - Python tool for malware
analysis.
* [strace](https://sourceforge.net/projects/strace/) - Dynamic analysis for