Skip to content
olliencc edited this page Apr 12, 2013 · 5 revisions

What is Grepify?

Basically a regex engine with a Windows GUI with some short cuts and pre-defined profiles to aid security focused code reviews.

What can Grepify do?

  • Scan ASCII files for matches to the 'profiles' (list of regexes) you supply quickly
  • Skip over defined 'comments' in the code (again another set of regexes)
  • Skip over files with test in the name or path
  • Allow you to double click on result, have it open in your editor of choice and seek to the correct line
  • Show the file in Explorer
  • Export the results as CSV

Screenshot

Main screenshot

Clone this wiki locally