Explore
/
Sign In
/
Unknown
Unknown
Fork
Star
Artifacts
function
unreserved___libc_csu_init
disassembly.S
0 lines
|
25.8 KB
unreserved___libc_csu_init: 400980: f3 0f 1e fa endbr64 400984: 41 57 push r15 400986: 4c 8d 3d 13 14 00 00 lea r15, [rip + offset_to(0x401da0)] 40098d: 41 56 push r14 40098f: 49 89 d6 mov r14, rdx 400992: 41 55 push r13 400994: 49 89 f5 mov r13, rsi 400997: 41 54 push r12 400999: 41 89 fc mov r12d, edi 40099c: 55 push rbp 40099d: 48 8d 2d 04 14 00 00 lea rbp, [rip + offset_to(0x401da8)] 4009a4: 53 push rbx 4009a5: 4c 29 fd sub rbp, r15 4009a8: 48 83 ec 08 sub rsp, 0x8 4009ac: 48 c1 fd 03 sar rbp, 0x3 4009b0: e8 b3 fd ff ff call unreserved__init 4009b5: 48 85 ed test rbp, rbp 4009b8: 74 1c je bb_0x4009d6 4009ba: 31 db xor ebx, ebx 4009bc: 0f 1f 40 00 nop dword ptr [rax] bb_0x4009c0: 4009c0: 4c 89 f2 mov rdx, r14 4009c3: 4c 89 ee mov rsi, r13 4009c6: 44 89 e7 mov edi, r12d 4009c9: 41 ff 14 df call qword ptr [r15 + 8*rbx] 4009cd: 48 83 c3 01 add rbx, 0x1 4009d1: 48 39 dd cmp rbp, rbx 4009d4: 75 ea jne bb_0x4009c0 bb_0x4009d6: 4009d6: 48 83 c4 08 add rsp, 0x8 4009da: 5b pop rbx 4009db: 5d pop rbp 4009dc: 41 5c pop r12 4009de: 41 5d pop r13 4009e0: 41 5e pop r14 4009e2: 41 5f pop r15 4009e4: c3 ret
Loading...