Introduction - If you have any usage issues, please Google them yourself
BugScam is a collection of scripts for the commercial debugger IDA Pro
(http://www.datarescue.com) that will scan a given binary for problematic
uses of certain library functions (e.g. strcpy etc) and generate a nice
output file (HTML so far, LaTeX soon). It s release was inspired by the
fact that I had libaudit.idc (the "core" engine) lying on my harddisk
since early 2001, and never thought someone would bother with something
this simple-- but now in 2003 one can find commercial products
with almost identical functionality on the Web, and as such I decided to
release this as OpenSource.
Packet : 95302949bugscam.zip filelist
BUGSCAM/
BUGSCAM/analysis_scripts/
BUGSCAM/analysis_scripts/lstrcatA.idc
BUGSCAM/analysis_scripts/lstrcpyA.idc
BUGSCAM/analysis_scripts/MultiByteToWideChar.idc
BUGSCAM/analysis_scripts/sprintf.idc
BUGSCAM/analysis_scripts/wsprintfA.idc
BUGSCAM/analysis_scripts/_sprintf.idc
BUGSCAM/analysis_scripts/_strcat.idc
BUGSCAM/analysis_scripts/_strcpy.idc
BUGSCAM/reports/
BUGSCAM/reports/formatA.css
BUGSCAM/bugscam.conf
BUGSCAM/formatA.css
BUGSCAM/globalvar.idc
BUGSCAM/insert_global_var.idc
BUGSCAM/known_bugs.txt
BUGSCAM/libaudit.idc
BUGSCAM/probtbl_entry.html
BUGSCAM/probtbl_template.html
BUGSCAM/probtbl_xref.html
BUGSCAM/README.TXT
BUGSCAM/report.html
BUGSCAM/report_gen.idc
BUGSCAM/run_analysis.idc
BUGSCAM/table_entry.idc