|
计算机应用 2008
Recovery of callback function for static binary translation
|
Abstract:
The recovery of callback function is a difficult problem in static binary translation. For the static binary translation of using C language as backend, this paper put forward a technique of analyzing the gap code and plugging codes into the target programs which searched the callback function address based on the source function address. This method can be implemented effectively. The speed of translated code running exceeds the speed of using interpreter.