Added notes on how to compile and get small shared libraries for UDF

This commit is contained in:
Bernardo Damele
2011-04-12 09:53:52 +00:00
parent b50b4cd961
commit 7c61931b96
3 changed files with 45 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
Files in this folder can be used to compile shared objects that define
some user-defined functions for MySQL and PostgreSQL. They are licensed
under the terms of the GNU Lesser General Public License and their
compiled versions are available on the official sqlmap subversion
Files in this folder can be compiled as shared libraries. These define
some user-defined functions (UDF) for MySQL and PostgreSQL. They are
licensed under the terms of the GNU Lesser General Public License and
their compiled versions are available on the official sqlmap subversion
repository[1].
[1] https://svn.sqlmap.org/sqlmap/trunk/sqlmap/udf/