On May 23, 2007, Andreas Weller wrote: > Hi! > I've a "black-box" (Linux) program - so no source available - using a > sqlite database. Is there any way I can monitor/log the queries made to > the database?
Create a library with the functions you want to hook, and dlopen/LoadLibrary the sqlite lib, and pass the querys on. > Thanks > > > Regards, > Andreas Weller > > --------------------------------------------------------------------------- >-- To unsubscribe, send email to [EMAIL PROTECTED] > --------------------------------------------------------------------------- >-- -- Thomas Fjellstrom [EMAIL PROTECTED] ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

