-
-
Save Cih2001/f16216f81a9ae9f1a92b1a4db33daac5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main: | |
.LFB2: | |
.cfi_startproc | |
endbr64 | |
push rbp | |
.cfi_def_cfa_offset 16 | |
.cfi_offset 6, -16 | |
mov rbp, rsp | |
.cfi_def_cfa_register 6 | |
sub rsp, 32 | |
mov BYTE PTR -6[rbp], 29 | |
mov BYTE PTR -5[rbp], 48 | |
mov BYTE PTR -4[rbp], 57 | |
mov BYTE PTR -3[rbp], 57 | |
mov BYTE PTR -2[rbp], 58 | |
mov BYTE PTR -1[rbp], 85 | |
mov QWORD PTR -32[rbp], 0 | |
mov QWORD PTR -24[rbp], 0 | |
lea rdx, -32[rbp] | |
lea rax, -6[rbp] | |
mov rsi, rdx | |
mov rdi, rax | |
call _ZNK10obfuscatorILj6EE11deobfoscateEPh | |
lea rax, -32[rbp] | |
mov rsi, rax | |
lea rdi, .LC0[rip] | |
mov eax, 0 | |
call printf@PLT | |
mov eax, 0 | |
leave | |
.cfi_def_cfa 7, 8 | |
ret | |
.cfi_endproc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment