OpenDBX,一个开源的、简单的、可以访问多种数据库的C类库。使用动态载入模块方式,即dlopen打开相应驱动模块的so的方式,是有点ODBC的味道。不过支持的数据类型以及SQL查询的功能有限。 支持的数据库包括:Firebird/Interbase, MS SQL Server, MySQL, Oracle, PostgreSQL, SQLite 2 and 3, and Sybase ASE 等 引自 http://www.oschina.net/p/opendbx
android平台上的注入代码,目标进程中写入shellcode, shellcode会调用dlopen来载入library -android platform to inject code into the target process to write shellcode, the shellcode calls dlopen to load the library