Hacker News new | ask | show | jobs
by nickpsecurity 2632 days ago
https://en.wikipedia.org/wiki/List_of_tools_for_static_code_...
1 comments

That's static analysis, but not symbolic execution. Looking at the JavaScript section, you can't do any of the stuff described in the article with JSLint.
Abstract interpretation is a wider concept than symbolic execution; check the post in the top thread answered by user mjn to get more info; the fb and mozilla ones seem to focus on more mainstream languages.
The parent said "static analysis" tools. That's what I gave them.