I am trying to enhance my (poor) knowledge of ASM by doing crackmes. I stumbled across an odd one, an ELF 32bit.
Its name is "bootme", but if I launch it, it does a segfault.
I used gdb and noticed that the segfault is due to the instruction "CLI". Indeed an user (event root) is not allowed to execute this instruction. Only the kernel is allowed.
Here's my question: How can I execute this program?