Granary / granary2

Dynamic binary translation framework for instrumenting x86-64 user space Linux programs
MIT License
39 stars 5 forks source link

Add a lir function to inject an InjectedBlock between a block and its successor. #109

Closed pgoodman closed 9 years ago

pgoodman commented 9 years ago

This would simplify a bunch of instrumentation, and wouldn't require the dependence of BlockFactory or InstrumentationTool::InstrumentControlFlow. This could let me simplify the newer version of the wrap_func tool.

pgoodman commented 9 years ago

This is now done.