Skip to content

Commit

Permalink
asm.h: ASM_WRITE_HELLO_X86_64(): '\n' = 0x0a
Browse files Browse the repository at this point in the history
Signed-off-by: Rong Tao <[email protected]>
  • Loading branch information
Rtoax committed Aug 6, 2024
1 parent 657081c commit 503eb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patch/asm.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
#define ASM_WRITE_HELLO_X86_64() ({ \
__asm__("mov $0x1, %al\n" \
"mov %al, %dil\n" \
"push $0xa20206f\n" \
"push $0x00000a6f\n" \
"push $0x6c6c6548\n" \
"mov %rsp, %rsi\n" \
"mov $0xc, %dl\n" \
Expand Down

0 comments on commit 503eb5b

Please sign in to comment.