Minor enhancement to internal --profile function

This commit is contained in:
Bernardo Damele
2010-05-21 15:06:05 +00:00
parent 20d05cc404
commit 03fb84e29f
5 changed files with 2248 additions and 24 deletions

View File

@@ -85,9 +85,12 @@ Kasper Fons <thefeds@mail.dk>
for reporting a few bugs
Jose Fonseca <jose.r.fonseca@gmail.com>
for his Gprof2Dot utility for converting profiler output
to dot graph(s) included in sqlmap tree inside extras,
http://gprof2dot.jrfonseca.googlecode.com/hg/gprof2dot.py
for his Gprof2Dot utility for converting profiler output to dot
graph(s) and for his XDot utility to render nicely dot graph(s),
both included in sqlmap tree inside extra folder. These libraries
are used for sqlmap development purposes only
http://code.google.com/p/jrfonseca/wiki/Gprof2Dot
http://code.google.com/p/jrfonseca/wiki/XDot
Alan Franzoni <alan.franzoni@gmail.com>
for helping me out with Python subprocess library