摘要:
in intel x86 instruction set, "jmp $" means jump to this instruction location, thus falling into an infinite loop.https://defuse.ca/online-x86-assembler.htm#disassemblythe instruction is "0xfeeb".Based on this instruction, we can create possibly the shortest C program that can co 阅读全文