This commit is contained in:
Triss 2021-01-23 05:54:32 +01:00
parent 3cfefabe72
commit 00632e9548
1 changed files with 7 additions and 0 deletions

View File

@ -75,6 +75,13 @@ $ ./hello.glibc.manip
be gay do crimes be gay do crimes
``` ```
```asm
$ objdump -drR hello.glibc.manip
106d: 48 8d 3d c1 00 00 00 lea 0xc1(%rip),%rdi # 1135 <main>
1070: R_X86_64_PC32 main2@@Base-0x4 # !!!
```
## Usage ## Usage
```sh ```sh