polytracker
polytracker copied to clipboard
An LLVM-based instrumentation tool for universal taint tracking, dataflow analysis, and tracing.
- [ ] Formally define a high-level use-case that will be solved by this method - [ ] What tracing/instrumentation tool will we use? PIN? DynamoRIO? - [ ] What...
> > We should probably still run tests with a couple Python versions though just in case. > > Hmm, should we really? We essentially dictate the python version in...
There has been various discussions about compressing the tdag. A few approaches in use/considered are: * Remove slack in tdag by shifting sections to the front of the file (have...
As this was a proof of concept at the time it was written I figured it was easier to create a new one. We weren't really sure what changes we...
- [ ] Develop a minimal use case where we want to compare two completely different parsers to see if they have a differential. Perhaps an image format like PNG...
> Is it recorded somewhere what version of the compiler-rt that is included here? I think it would be good to add that information somewhere. _Originally posted by @hbrodin in...
> I'm not sure. Since we built a modified version of the whole `compiler-rt` previously, we did have XRAY included in it. The `compiler-rt` excerpt from this PR doesn't have...
> We could consider adding the git commit hash of the version from which we forked, but I think this is otherwise fine. We might want to update our base...