wmkhoo / taintgrind

A taint-tracking plugin for the Valgrind memory checking tool
GNU General Public License v2.0
249 stars 42 forks source link

Valgrind web link #47

Closed paulfloyd closed 1 year ago

paulfloyd commented 2 years ago

I'm one of the Valgrind developers, and I'd like to update the web site a little.

https://valgrind.org/gallery/users.html mentions taintcheck as a CMU tool, but the link is dead.

This looks like the PDF http://bitblaze.cs.berkeley.edu/papers/taintcheck-full.pdf

Is this the same codebase? I guess not.

wmkhoo commented 2 years ago

No, this tool is based on Flayer (https://code.google.com/archive/p/flayer/) and this paper https://research.google.com/pubs/archive/33253.pdf

On Wed, 9 Nov 2022 at 23:29, Paul Floyd @.***> wrote:

I'm one of the Valgrind developers, and I'd like to update the web site a little.

https://valgrind.org/gallery/users.html mentions taintcheck as a CMU tool, but the link is dead.

This looks like the PDF http://bitblaze.cs.berkeley.edu/papers/taintcheck-full.pdf

Is this the same codebase?

— Reply to this email directly, view it on GitHub https://github.com/wmkhoo/taintgrind/issues/47, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAM4GS3ERZDLU52ARTCSKZLWHO7MTANCNFSM6AAAAAAR3R2HMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

paulfloyd commented 2 years ago

OK thanks, I fixed the other broken link and added links to this project and the two other links that you provided.