"snoopsf" is short for "SnoopSetFunction". This is a little utility
to let you watch programs patching your system libraries. As you know
(if you don't, you probably won't need this tool anyway :) ),
exec.library contains a function to patch your own code into any
library, called SetFunction(). "Snoopsf" intercepts this function and
pops up an requester whenenver a program patches a library, informing
you about what library is about to be patched and the offset of the
patched function.
See "snoopsf.doc" for more info!
|