mirror of
https://github.com/alfishe/amiga-bootcamp.git
synced 2026-06-13 00:26:28 +00:00
More interesting hot stuff!
This commit is contained in:
parent
0aafceb31e
commit
b01763982e
22 changed files with 2542 additions and 7 deletions
10
05_reversing/dynamic/README.md
Normal file
10
05_reversing/dynamic/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[← 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue