some tools request

...let us know what you think, free speech!
Post Reply
scatter
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 366
Joined: 01 Jan 2014, 05:22
10

some tools request

Post by scatter »

Does anyone know an open source code analyser like for buffer overruns and other vulns? thx in advance

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: some tools request

Post by ayu »

Not specifically for detecting vulns, but still good to have

Code: Select all

http://valgrind.org/
"The best place to hide a tree, is in a forest"

scatter
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 366
Joined: 01 Jan 2014, 05:22
10

Re: some tools request

Post by scatter »

thx cats this will help coz am going to review millions of lines of code with my new distro ^ ^

scatter
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 366
Joined: 01 Jan 2014, 05:22
10

Re: some tools request

Post by scatter »

thats a memory bounds checker AFAIK.its run time a bit like a debugger and I don't need a debugger I need a source code analyser :/

scatter
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 366
Joined: 01 Jan 2014, 05:22
10

Re: some tools request

Post by scatter »

found them in case someone oneday will need them
http://spinroot.com/static/" onclick="window.open(this.href);return false;

User avatar
DNR
Digital Mercenary
Digital Mercenary
Posts: 6114
Joined: 24 Feb 2006, 17:00
18
Location: Michigan USA
Contact:

Re: some tools request

Post by DNR »

Its never just one site - it is a collection of sites and then you consider the weight of the results presented by the different tools/scanners. I don't have a third party software running in the background - I just call on them when they are needed. This makes it easier to baseline your system and keep it lean.

Besides online code checkers, I also post the code for others to read - for the zero days :wink:

DNR
-
He gives wisdom to the wise and knowledge to the discerning. He reveals deep and hidden things; he knows what lies in Darkness, and Light dwells with him.

scatter
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 366
Joined: 01 Jan 2014, 05:22
10

Re: some tools request

Post by scatter »

Yup fact I understand ur point but online code checkers won't help when its about going through thousands of lines of codes, the only good tool I found is made by oracle called Parfait bug checker
http://llvm.org/devmtg/2009-10/Cifuente ... hecker.pdf" onclick="window.open(this.href);return false;
it has a good reputation on internet but it seems they stopped offering it for public and its used internally by Oracle

Post Reply