You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
218 B

int _start() {
return 0;
}
// Compile with "clang --target=x86_64-pc-linux -c -g symbolize-64bit-addr.c".
// Link with "ld.lld -Ttext=0xffffffff00000000 symbolize-64bit-addr.o -o symbolize-64bit-addr.elf.x86_64".