Skip to content

add warning about coverage plugin impacting taint results #1583

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions panda/plugins/coverage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ Regardless of mode used, the output CSV file contains metadata at the top of
the header consisting of the PANDA build date and the execution time. Note
that the header is written out each time coverage collection is enabled.

N.B. Loading the coverage plugin, even if it is disabled, impacts taint
collection and propagation. It is not advisable to load the coverage plugin
while taint is being collected as the results may be different than what would
be produced if the coverage plugin were not loaded.

This plugin can be used with the included `coverage.py` script in IDAPython.
`coverage.py` colorizes the dissasembly in IDA Pro using the CSV file produced
by this plugin. It also provides options to add comments to the blocks noting
Expand Down
Loading