mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
7 lines
218 B
Markdown
7 lines
218 B
Markdown
# Taint Analysis Module
|
|
|
|
This module is both a useful feature and a good reference for implementing a custom emulator
|
|
|
|
Users: see the help pages in Ghidra.
|
|
|
|
Developers: see the javadocs for the `ghidra.taint` package.
|