We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68c1db commit 4bb0da7Copy full SHA for 4bb0da7
scripts/static-pie-prestub-amd64-shorter.asm
@@ -34,7 +34,7 @@ _svc_alloc_rwx:
34
35
; Base91 decoder
36
_decode:
37
- mov al, 0x1f ; syscall preserves rax; hence at this point rax=9
+ mov al, 0x1f ; syscall preserves all registers except rcx, r11, rax; hence at this point rax=(previous rdi)=0
38
_decode_loop:
39
shl eax, 13
40
_decode_loop_2:
0 commit comments