|
1 | 1 | #!/usr/bin/env python |
2 | 2 |
|
3 | 3 | """ |
4 | | -$Id$ |
5 | | -
|
6 | | -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. |
7 | | -
|
8 | | -Copyright (c) 2006-2009 Bernardo Damele A. G. <[email protected]> |
9 | | - and Daniele Bellucci <[email protected]> |
10 | | -
|
11 | | -sqlmap is free software; you can redistribute it and/or modify it under |
12 | | -the terms of the GNU General Public License as published by the Free |
13 | | -Software Foundation version 2 of the License. |
14 | | -
|
15 | | -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY |
16 | | -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
17 | | -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more |
18 | | -details. |
19 | | -
|
20 | | -You should have received a copy of the GNU General Public License along |
21 | | -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 |
22 | | -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
| 4 | +dbgtool.py - Portable executable to ASCII debug script converter |
| 5 | +Copyright (C) 2009 Bernardo Damele A. G. |
| 6 | +web: http://bernardodamele.blogspot.com/ |
| 7 | + |
| 8 | +
|
| 9 | +This library is free software; you can redistribute it and/or |
| 10 | +modify it under the terms of the GNU Lesser General Public |
| 11 | +License as published by the Free Software Foundation; either |
| 12 | +version 2.1 of the License, or (at your option) any later version. |
| 13 | +
|
| 14 | +This library is distributed in the hope that it will be useful, |
| 15 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 17 | +Lesser General Public License for more details. |
| 18 | +
|
| 19 | +You should have received a copy of the GNU Lesser General Public |
| 20 | +License along with this library; if not, write to the Free Software |
| 21 | +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
23 | 22 | """ |
24 | 23 |
|
25 | 24 |
|
|
0 commit comments