Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 392 Bytes

design.md

File metadata and controls

15 lines (9 loc) · 392 Bytes

Perf-taint consists of two major software components: an LLVM pass used for extended taint instrumentation, and a runtime library linked to the resulting application to supply the necessary helper functions for tainting.

LLVM Pass

FIXME

Runtime library

FIXME

In future, we are planning to replace the current implementation with a more efficent one that generates a JSON offline.