Merge pull request #59 from hslatman/hs_pma_starter

Practial Malware Analysis Starter Kit added
This commit is contained in:
Ryan Shipp 2016-05-16 07:53:19 -06:00
commit 0e914482fa

View File

@ -598,6 +598,8 @@ of commonly used file format (including PE & ELF).
Analysis Tutorials by Dr. Xiang Fu are a great resource for learning practical malware analysis.
* [Malware Samples and Traffic](http://malware-traffic-analysis.net/) - This
blog focuses on network traffic related to malware infections.
* [Practical Malware Analysis Starter Kit](https://bluesoul.me/practical-malware-analysis-starter-kit/) - This package contains most of the
software referenced in the Practical Malware Analysis book.
* [RPISEC Malware Analysis](https://github.com/RPISEC/Malware) - These are the
course materials used in the Malware Analysis course at at Rensselaer Polytechnic
Institute during Fall 2015.