You can view this new open source DBI frameworkby clicking on this following link here.........
https://github.com/utds3lab/pemu
and read the papar with abstract provided below here......http://tinyurl.com/llbu4la
Abstract
Over the past 20 years, we have witnessed a widespread adoption
of dynamic binary instrumentation (DBI) for numerous
program analyses and security applications including program
debugging, profiling, reverse engineering, and malware
analysis. To date, there are many DBI platforms, and the most
popular one is PIN, which provides various instrumentation
APIs for process instrumentation. However, PIN does not
support the instrumentation of OS kernels. In addition, the execution
of the instrumentation and analysis routine is always
inside the virtual machine (VM). Consequently, it cannot support
any out-of-VM introspection that requires strong isolation.
Therefore, this paper presents PEMU, a new open source
DBI framework that is compatible with PIN-APIs, but supports
out-of-VM introspection for both user level processes
and OS kernels. Unlike in-VM instrumentation in which there
is no semantic gap, for out-of-VM introspection we have to
bridge the semantic gap and provide abstractions (i.e., APIs)
for programmers. One important feature of PEMU is its API
compatibility with PIN. As such, many PIN plugins are able
to execute atop PEMU without any source code modification.
We have implemented PEMU, and our experimental results
with the SPEC 2006 benchmarks show that PEMU introduces
reasonable overhead
https://github.com/utds3lab/pemu
and read the papar with abstract provided below here......http://tinyurl.com/llbu4la
Abstract
Over the past 20 years, we have witnessed a widespread adoption
of dynamic binary instrumentation (DBI) for numerous
program analyses and security applications including program
debugging, profiling, reverse engineering, and malware
analysis. To date, there are many DBI platforms, and the most
popular one is PIN, which provides various instrumentation
APIs for process instrumentation. However, PIN does not
support the instrumentation of OS kernels. In addition, the execution
of the instrumentation and analysis routine is always
inside the virtual machine (VM). Consequently, it cannot support
any out-of-VM introspection that requires strong isolation.
Therefore, this paper presents PEMU, a new open source
DBI framework that is compatible with PIN-APIs, but supports
out-of-VM introspection for both user level processes
and OS kernels. Unlike in-VM instrumentation in which there
is no semantic gap, for out-of-VM introspection we have to
bridge the semantic gap and provide abstractions (i.e., APIs)
for programmers. One important feature of PEMU is its API
compatibility with PIN. As such, many PIN plugins are able
to execute atop PEMU without any source code modification.
We have implemented PEMU, and our experimental results
with the SPEC 2006 benchmarks show that PEMU introduces
reasonable overhead