; assembly | /* r2dec pseudo code output */ | /* balber_berdecoder.t/none @ 0x405280 */ | #include | ; (fcn) method.BloombergLP::s_baltst::MyChoiceWithDefaultValues.reset__ () | int64_t method_BloombergLP::s_baltst::MyChoiceWithDefaultValues_reset_ (uint32_t arg1) { | rdi = arg1; | /* BloombergLP::s_baltst::MyChoiceWithDefaultValues::reset() */ 0x00405280 push rbx | 0x00405281 mov rbx, rdi | rbx = rdi; 0x00405284 cmp dword [rdi + 0x30], 1 | | if (*((rdi + 0x30)) == 1) { 0x00405288 jne 0x4052a6 | 0x0040528a cmp qword [rbx + 0x20], 0x17 | | if (*((rbx + 0x20)) != 0x17) { 0x0040528f je 0x40529e | 0x00405291 mov rsi, qword [rbx] | rsi = *(rbx); 0x00405294 mov rdi, qword [rbx + 0x28] | rdi = *((rbx + 0x28)); 0x00405298 mov rax, qword [rdi] | rax = *(rdi); 0x0040529b call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x0040529e mov qword [rbx + 0x18], 0xffffffffffffffff | *((rbx + 0x18)) = 0xffffffffffffffff; | } 0x004052a6 mov dword [rbx + 0x30], 0xffffffff | *((rbx + 0x30)) = 0xffffffff; 0x004052ad pop rbx | 0x004052ae ret | return rax; | }