diff --git a/README b/README index 7c0a7ce..f2386dd 100644 --- a/README +++ b/README @@ -35,9 +35,9 @@ Prompted by the move to GitHub, the need to support Python 3 in addition to reso ## Projects and products using _pefile_ - * Didier Stevens' [pecheck](https://blog.didierstevens.com/2018/06/12/update-pecheck-py-version-0-7-3/), a tool for displaying PE file info, handles for PEiD files better then _pefile_ does - * [MAEC](http://maec.mitre.org) MAEC is a standardized language for encoding and communicating high-fidelity information about malware based upon attributes such as behaviors, artifacts, and attack patterns. MAEC [converts](https://github.com/MAECProject/pefile-to-maec) _pefile_'s output into their XML format. - * [Qiew](https://github.com/mtivadar/qiew) Qiew - Hex/File format viewer. + * Didier Stevens' [pecheck](https://blog.didierstevens.com/2018/06/12/update-pecheck-py-version-0-7-3/), a tool for displaying PE file info, handles PEiD files better then _pefile_ does + * [MAEC](http://maec.mitre.org) is a standardized language for encoding and communicating high-fidelity information about malware based upon attributes such as behaviors, artifacts, and attack patterns. MAEC [converts](https://github.com/MAECProject/pefile-to-maec) _pefile_'s output into their XML format. + * [Qiew](https://github.com/mtivadar/qiew) - Hex/File format viewer. * [VirusTotal](http://www.virustotal.com/) * [bbfreeze](http://pypi.python.org/pypi/bbfreeze) * **pyemu**: [download](https://www.openrce.org/repositories/browse/codypierce), [whitepaper](https://www.blackhat.com/presentations/bh-usa-07/Pierce/Whitepaper/bh-usa-07-pierce-WP.pdf) @@ -45,7 +45,7 @@ Prompted by the move to GitHub, the need to support Python 3 in addition to reso * [Immunity Debugger 1.1](https://www.openrce.org/blog/view/882/Immunity_Debugger_v1.1_Release) * [PyInstaller](http://www.pyinstaller.org/) * [Cuckoo](http://docs.cuckoosandbox.org/en/latest/) - * [MultiScanner](https://github.com/mitre/multiscanner) + * [MultiScanner](https://github.com/MITRECND/multiscanner) ## Additional resources