> For the complete documentation index, see [llms.txt](https://wiki.zacheller.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.zacheller.dev/exploit-dev-analysis.md).

# Exploit Dev/Analysis

- [Code Review](https://wiki.zacheller.dev/exploit-dev-analysis/code-review.md): See: https://pentesterlab.com/exercises/codereview/course
- [Tools](https://wiki.zacheller.dev/exploit-dev-analysis/code-review/tools.md)
- [Buffer Overflows](https://wiki.zacheller.dev/exploit-dev-analysis/buffer-overflows.md)
- [Static Analysis](https://wiki.zacheller.dev/exploit-dev-analysis/static-analysis.md)
- [Antivirus Scanning](https://wiki.zacheller.dev/exploit-dev-analysis/static-analysis/antivirus-scanning.md)
- [Hashing](https://wiki.zacheller.dev/exploit-dev-analysis/static-analysis/hashing.md): A fingerprint for malware
- [File strings](https://wiki.zacheller.dev/exploit-dev-analysis/static-analysis/file-strings.md)
- [Packed and Obfuscated Malware](https://wiki.zacheller.dev/exploit-dev-analysis/static-analysis/packed-and-obfuscated-malware.md)
- [Demo: UPX](https://wiki.zacheller.dev/exploit-dev-analysis/static-analysis/packed-and-obfuscated-malware/demo-upx.md)
- [Portable Executable File Format (PE)](https://wiki.zacheller.dev/exploit-dev-analysis/static-analysis/portable-executable-file-format-pe.md)
- [Tools](https://wiki.zacheller.dev/exploit-dev-analysis/static-analysis/portable-executable-file-format-pe/tools.md)
- [Linked Libraries and Functions](https://wiki.zacheller.dev/exploit-dev-analysis/static-analysis/portable-executable-file-format-pe/linked-libraries-and-functions.md)
- [PE File Headers and Sections](https://wiki.zacheller.dev/exploit-dev-analysis/static-analysis/portable-executable-file-format-pe/untitled.md)
