File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,11 @@ Regardless of mode used, the output CSV file contains metadata at the top of
4646the header consisting of the PANDA build date and the execution time. Note
4747that the header is written out each time coverage collection is enabled.
4848
49+ N.B. Loading the coverage plugin, even if it is disabled, impacts taint
50+ collection and propagation. It is not advisable to load the coverage plugin
51+ while taint is being collected as the results may be different than what would
52+ be produced if the coverage plugin were not loaded.
53+
4954This plugin can be used with the included ` coverage.py ` script in IDAPython.
5055` coverage.py ` colorizes the dissasembly in IDA Pro using the CSV file produced
5156by this plugin. It also provides options to add comments to the blocks noting
You can’t perform that action at this time.
0 commit comments