资 源 简 介
LibTune Project Website
LibTune target: Improving performance of existing running applications on Windows platform without the need to re-write and re-compile.
This target will be achieved by exchanging existing function calls at load time with more efficient ones by using dynamic binary instrumentation (Intel PinTool).
Short Overview
LibTune is a Dynamic binary instrumentation tool that allows the user to optimize an already compiled application, without changing the source code. LibTune is actually a Pin tool.
What is Pin? Pin is a dynamic binary instrumentation framework for the IA-32 and x86-64 instruction-set architectures that enables the creation of dynamic program analysis tools.
The tools created using Pin, called Pin tools, can be used to perform program analysis on user applications in Linux and Windows.
This project was focused on Windows platform impleme