Research Article

Fine-Grained Control-Flow Integrity Based on Points-to Analysis for CPS

Listing 3

Function jump table of indirect function calls.
1 pointer_one_FET:
2 jmp foo;
3 jmp bar;
4 pointer_two_FET:
5 jmp foo;
6 jmp bar;
7 pointer_three_FET:
8 jmp foo;