سؤال

I need to perform static taint analysis on my C program. I tried using Splint, no luck. Are there any other open source or freeware tools that are available to perform taint analysis?

If yes, can you please also mention about the way to use it or refer to any link. Appreciate your help. Thanks

هل كانت مفيدة؟

المحلول

Searching google I have found the following that support taint analysis for C programs:

  1. http://code.google.com/p/tanalysis/
  2. http://www.cs.umd.edu/~jfoster/cqual/ -- see their printf format string example

نصائح أخرى

I haven't tried it, but taintgrind (for Valgrind) is probably where I would start. It's on GitHub and seems reasonably "alive".

You can use SAINT: a static taint analysis tool for C to perform static taint analysis on C programs.

The tool is still in development.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top