Hello dear people . In the INTRO TO ASSEMBLY LANGUAGE module, I “run” after writing “breakpoint _start” in the gdb debugger tool. But I get <_start+0> values in the results. Example output :
→ 0x401000 <_start+0> movabs rax, 0x21796d6564616341
0x40100a <_start+0> xor rax, 0x21449
0x401010 <_start+0> xor rax, rax
I solved the question but I wonder why this happened. (I found it by guessing because the question asked to find the start + 16 value.)