views:

144

answers:

4

I'm looking for a good introductory text on the theory of static analysis for bug finding. Any recommendations?

+2  A: 

Is the wikipedia article introductory enough? It has many links to more in depth information.

There's also a podcast on software engineering radio.

Here, here and here are some academic papers, but they may be harder to read and to understand.

lothar
+1  A: 

Try this paper which was the first to introduce what became Microsoft's Prefast tool. That's one of the most successful static analysis tools.

Steve Rowe
+2  A: 

See this question.

Flash Sheridan
there's a lot of good stuff in that question and set of responses, which I came across right after posting mine, alas. Thanks!
glenra