Hi, > Suchakra, was this the same dyninst as http://www.dyninst.org/dyninst? Just > curious.
Yes. Thats the one. I plan to work on a "mutator" prototype very soon to test if this is a good idea. Dyninst also allows modification and rewriting of instrumented binaries on disk as well. They also provide a language called DynC which allows writing snippets in a C like syntax. Here are some manuals to read : http://www.dyninst.org/manuals/dyninstAPI There is also a small demo they have : http://www.paradyn.org/tracetool.html I don't know if its compatible with new Dynisnt APIs but you get the picture what its capable of. Another approach we can think of is the compile time -pg flag on which uftrace/ftrace works on (but its not true dynamic instrumentation) -- Suchakra _______________________________________________ iovisor-dev mailing list [email protected] https://lists.iovisor.org/mailman/listinfo/iovisor-dev
