amiga-bootcamp/05_reversing/dynamic/README.md
2026-04-29 23:18:55 -04:00

10 lines
497 B
Markdown

[← Home](../../README.md) · [Reverse Engineering](../README.md)
# Dynamic Analysis & Debugging
## Contents
- [serial_debug.md](serial_debug.md) — Monitoring system output via the serial port
- [live_memory_probing.md](live_memory_probing.md) — Using wack, MonAm, and other on-device tools
- [enforcer_mungwall.md](enforcer_mungwall.md) — Detecting illegal memory access (MMU protection)
- [setfunction_patching.md](setfunction_patching.md) — Tracing and intercepting library vectors