VisualCodeGrepper icon
VisualCodeGrepper icon

VisualCodeGrepper

 Like

VCG is an automated code security review tool that handles C/C++, Java, C#, VB and PL/SQL. It has a few features that should hopefully make it useful to anyone conducting code security reviews, particularly where time is at a premium:

VisualCodeGrepper screenshot 1

License model

  • FreeOpen Source

Platforms

  • Windows
  No rating
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  C++
  2.  C-sharp

 Tags

VisualCodeGrepper News & Activities

Highlights All activities

Recent activities

Show all activities

VisualCodeGrepper information

  • Developed by

    Nick Dunn and John Murray
  • Licensing

    Open Source (GPL-3.0) and Free product.
  • Alternatives

    16 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  537 Stars
  •  117 Forks
  •  19 Open Issues
  •   Updated Jul 6, 2023 
View on GitHub

Our users have written 0 comments and reviews about VisualCodeGrepper, and it has gotten 0 likes

VisualCodeGrepper was added to AlternativeTo by XtinaS on Apr 27, 2016 and this page was last updated Dec 28, 2022.
No comments or reviews, maybe you want to be first?
Post comment/review

What is VisualCodeGrepper?

VCG is an automated code security review tool that handles C/C++, Java, C#, VB and PL/SQL. It has a few features that should hopefully make it useful to anyone conducting code security reviews, particularly where time is at a premium:

  1. In addition to performing some more complex checks it also has a config file for each language that basically allows you to add any bad functions (or other text) that you want to search for
  2. It attempts to find a range of around 20 phrases within comments that can indicate broken code (“ToDo”, “FixMe”, “Kludge”, etc.)
  3. It provides a nice pie chart (for the entire codebase and for individual files) showing relative proportions of code, whitespace, comments, ‘ToDo’ style comments and bad code

Official Links