sqlmap/extra/udfhack/linux
Bernardo Damele 0d559d14df Initial support for SQLite (90% approx).
Initial support for Firebird (30% approx).
Initial support for Access (10% approx).
Shared libraries code/installation scripts ported to 64bit, directory structure adapted.
Minor code adjustments.
2010-03-18 17:20:54 +00:00
..
32 Initial support for SQLite (90% approx). 2010-03-18 17:20:54 +00:00
64 Initial support for SQLite (90% approx). 2010-03-18 17:20:54 +00:00
README.txt Added README file 2010-02-25 14:17:32 +00:00

Before compiling, you need to adapt the following to your environment:

Variables in install.sh script:
--------------------------------------------------------------------------
Variable name			Variable description
--------------------------------------------------------------------------
USER                    Database management system administrative username
PORT                    Database management system port
VERSION                 Database management system version (PostgreSQL only)

Variable in Makefile (MySQL only):
--------------------------------------------------------------------------
Variable name			Variable description
--------------------------------------------------------------------------
LIBDIR                  Database management system absolute file system
                        path for third party libraries

Then you can launch './install.sh' if you want to compile the shared
object from the source code and create the user-defined functions on the
database management system.
If you only want to compile the shared object, you need to call only the
'make' command.