8 lines · c
1int main() {2 // This instruction is not valid, but we have an ability to set3 // software breakpoint.4 // This results in illegal instruction during execution, not fail to set5 // breakpoint6 asm volatile(".2byte 0xaf");7}8 1int main() {2 // This instruction is not valid, but we have an ability to set3 // software breakpoint.4 // This results in illegal instruction during execution, not fail to set5 // breakpoint6 asm volatile(".2byte 0xaf");7}8