-
Notifications
You must be signed in to change notification settings - Fork 2
Ygrex/dlffi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
dlffi is a LUA wrapper for both libdl.so and libffi.so dlffi allows to use native C functions from dynamically linked libraries in LUA without need to (re)compile specific wrappers and writting any C code the library has been tested on x86 and x86_64 in Debian only, with help of valgrind files provided: * liblua_dlffi.c - the library source * dlffi.lua - the LUA module; use this module instead of direct liblua_dlffi.so linking * dlfcn.supp - suppressions file for valgrind: suppresses false positives due to libdl usage * mysql.lua - wrapper for libmysqlclient.so without C code * test.lua - example for mysql.lua * COPYLEFT - license * README - this readme * Makefile - makefile
About
libdl and libffi LUA wrapper for direct linking C libraries
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published