On Wed, 2007-05-23 at 07:21 -0700, Joe Wilson wrote: > > 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? > > If it's dynamically linked, just replace libsqlite3.so with your own.
How should be my own libsqlite3.so looking like. Can you explain the way I should make the library? I would like to learn this technique :) > If it is statically linked and has -g symbols, use gdb. > If it's stripped, x86 assembler is not that hard to learn. > Thanks, Lloyd ______________________________________ Scanned and protected by Email scanner ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

