Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tool for analyzing VB6 source code (like Understand from SciTools) [closed]

Does anyone know of a tool to analyze/navigate VB6 source code like the tool from scitools?

http://www.scitools.com/products/understand/

like image 554
Stécy Avatar asked Jul 24 '09 13:07

Stécy


People also ask

What is code analysis tool?

Source code analysis tools, also known as Static Application Security Testing (SAST) Tools, can help analyze source code or compiled versions of code to help find security flaws. SAST tools can be added into your IDE. Such tools can help you detect issues during software development.

Is an open source static source code analyzer that reports on issues found within application code?

Brakeman. It is a free and open-source code vulnerability scanner and specially designed for the Ruby on Rails applications. It is a static code analyzer that scans the Rails application code to find security issues at any stage during development.


1 Answers

Maybe Project Analyzer is an alternative?
Also you could take a look at codesmart 2009 for VB6

like image 103
Kb. Avatar answered Sep 23 '22 16:09

Kb.