mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-04 05:39:02 +00:00
Added notes on how to compile and get small shared libraries for UDF
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user