DROB (Dynamic Rewriter and Optimizer of Binary code)
https://github.com/davidhildenbrand/drob [github.com]
2019-08-17 22:45
This library implements application-guided rewriting of binary functions at runtime. Binary functions can be optimized and specialized based on runtime information. In contrast to transparent binary optimization, only selected binary functions are rewritten. No metadata (e.g. debug information) is required.
source: E