A forum for reverse engineering, OS internals and malware analysis 

Forum for announcements and questions about tools and software.
 #14501  by p4r4n0id
 Sat Jul 07, 2012 8:13 am
Hi Guys,

Do you know any good windows tainting tools?

Thx,

p4r4n0id
 #14523  by Cr4sh
 Sun Jul 08, 2012 7:42 pm
Unfotunately, powerful and friendly (for integration with the 3-rd party code analysis software) taint analysis tools are not available for public :cry:
Few weeks ago I tried to contact with the autors of dytan framework (to ask for binaries or source code), but got no ansver.
Last edited by Cr4sh on Sun Jul 08, 2012 7:46 pm, edited 1 time in total.
 #14524  by Cr4sh
 Sun Jul 08, 2012 7:45 pm
kareldjag/michk wrote: Unfortunately most tools available are for Linux or Mac
Hm, what exactly mac/linux tools for dynamic taint analysis of programs without source code you can advise?
 #14539  by kareldjag/michk
 Mon Jul 09, 2012 9:24 pm
Stoped my fuzzing experience when appeared the pointlessness-for my concern- of this activity...
Due to the vulnerability assessmentt business (Idefense, Vupen, Immunitysec etc.), we can not expect effective tools by one click download to our hands...
TaintScope, wich seems very interesting is currently not public, and i guess that it is not due to vulnerability/software assessment market (Red CyberArmy ? ).
Still a few tools like theses ones, that might disappoint some people
zzuf http://caca.zoy.org/wiki/zzuf
fuzzgrind http://esec-lab.sogeti.com/pages/Fuzzgrind

Flayer and Avalache related to the well known Valgrind framework
http://code.google.com/p/flayer/
http://code.google.com/p/avalanche/

rgds