Search

March 10, 2013
Issues »
...rbp]
  000000000000005B: 5D                 pop         rbp
  000000000000005C: C3                 ret

Note the "eax" assignment at offset 0x20...
March 09, 2013
Issues »
...ret = new wchar[10240];
    auto n = GetCurrentDirectoryW(to!DWORD(ret.length), ret.ptr);
    return ret...
March 09, 2013
General »
...ret = new wchar[10240];
    auto n = GetCurrentDirectoryW(to!DWORD(ret.length), ret.ptr);
    return ret...
March 08, 2013
General »
...wchar[] ret = new wchar[10240];
    writeln("call");
    auto n = GetCurrentDirectoryW(to!DWORD(ret.length), ret...
March 08, 2013
General »
...9.
	auto ret = inout(Lexer)(t, r.save, line, index);
	(cast(void**) &ret)[9] = (cast...
March 07, 2013
DMD »
...edi
call <function>

<function>:
mov <returnvalue>, (%edi)
ret
--------

Why would returning in a register be...
March 05, 2013
Issues »
...002D _ 83. C4, 0C
        leave                                           ; 0030 _ C9
        ret                                             ; 0031 _ C3
; __Dmain End of function


And...
March 01, 2013
Genel »
...zaman kurup kullanmamız gibi.

Peki call ve ret komutları ile dolu bir yorumlayıcı (öyle ya...
March 01, 2013
Genel »
...asm{
	pop EBX;
	mov adr[EBP],EBX;
	ret;
}
}
```


Zekeriya
-- 
[ Bu gönderi, <http://ddili.org/forum...
February 28, 2013
General »
...switchstart
  ret i32 0

.case1:                                           ; preds = %body
  ret i32 75

.case2:                                           ; preds = %body
  ret i32...
90 91 92 93 94 95 96 97 98 99 100 101
Next ›   Last »