|
From: Nicholas N. <nj...@ca...> - 2004-06-04 09:42:52
|
On Fri, 4 Jun 2004, Josef Weidendorfer wrote: > > Could V use its interception mechanism here? Likewise for malloc() et al > > for statically linked binaries? > > This would be at compile time: the user has to link with V'pthread then. Or is > this already possible? Not necessarily; AIUI, V has a mechanism whereby if it's told to translate some code that in at the start of a particular function which it wants to intercept, it doesn't translate the original but translates its own version instead. But I could be wrong... N |