Control-flow Monitoring Method Based on Function Signature

薛永岭,黄皓,张博
DOI: https://doi.org/10.3969/j.issn.1000-3428.2009.09.046
2009-01-01
Abstract:Current software attacks often build on exploits that subvert machine-code execution.This paper proposes a new signature monitoring technique to enhance the control-flow integrity of program.It uses the execution of function as the basic item of the control-flow of the program.To get more exact intent of program,it scans the source code,and gets the information of function call sequence.According to the information,the model of program’s intent can be built.The model is used to monitor the program in runtime.Experimental results show the monitoring system makes the program more secure to reject the control-flow attacks.
What problem does this paper attempt to address?