ghidra/Ghidra/Debug/TaintAnalysis
2025-08-21 13:22:49 +00:00
..
src GP-5879: Add callbacks to PcodeEmulator. Refactor for composition vice inheritance. 2025-08-21 13:22:49 +00:00
build.gradle GP-5891: Include Debugger javadocs in the build. 2025-08-11 13:12:28 +00:00
certification.manifest GP-1230: Add Taint Analysis prototype and emulator framework support 2022-08-22 14:17:04 -04:00
Module.manifest GP-1230: Add Taint Analysis prototype and emulator framework support 2022-08-22 14:17:04 -04:00
README.md GP-5727: Add Z3-based emulator and summarizer 2025-06-26 18:26:42 +00:00

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.