Protecting Function Pointers in Binary.

Chao Zhang,Tao Wei,Zhaofeng Chen,Lei Duan,Stephen McCamant,Laszlo Szekeres
DOI: https://doi.org/10.1145/2484313.2484376
2013-01-01
Abstract:Function pointers have recently become an important attack vector for control-flow hijacking attacks. However, no protection mechanisms for function pointers have yet seen wide adoption. Methods proposed in the literature have high overheads, are not compatible with existing development process, or both. In this paper, we investigate several protection methods and propose a new method called FPGate (i.e., Function Pointer Gate). FPGate rewrites x86 binary executables and implements a novel method to overcome compatibility issues. All these protection methods are then evaluated and compared from the perspectives of performance and ease of deployment. Experiments show that FPGate achieves a good balance between performance, robustness and compatibility.
What problem does this paper attempt to address?