Hello everyone, My colleagues and I are working on a dynamic analysis project and we were hoping to be able to instrument V8. I was wondering if anyone has had experience in trying to obtain execution traces from V8 using Pin <https://software.intel.com/en-us/articles/pin-a-dynamic-binary-instrumentation-tool>. Currently we have been unable to actually record any traces (even with the -execv flag, which allows Pin to follow forks/clone). I've been trying to trace both the V8 shell and d8 with external javascript files, but the resulting traces from Pin are empty (even though the javascript files are executed and I get the output I am expecting). If anyone has any suggestions or previous experiences for why V8 doesn't get traced by Pin, I'd love to hear them!
Thank you for your time and patience! -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
