Search

April 16, 2013
Learn »
...varInitialized = false;
> bool initVar() {
>     bool ret;
>     synchronized { ret = varInitialized;}
>     return ret;
> }
>
> I know there are...
April 16, 2013
Learn »
...varInitialized = false;
bool initVar() {
   bool ret;
   synchronized { ret = varInitialized;}
   return ret;
}

I know there are...
April 05, 2013
General »
...overflow overwriting some internal pointers say a ret address). The assert aborting on something fishy...
April 05, 2013
Genel »
...içinde olabilir!) **CMP** ve **JMP** komutları yanısıra **RET** ile programa kaldığı yerde geri dönmesi fazladan...
April 04, 2013
Learn »
...ESP,4

L61:        pop ESI
        xor EAX,EAX
        pop EBX
        pop ECX
        ret


Bye,
bearophile
April 03, 2013
General »
...in { assert(inContract(args)); }
	out(RetType ret) { assert(outContract(ret)); }
	body {
		return dotDotDotMagic(args);
	}

	void...
April 01, 2013
Learn »
...call is an inline call function, the ret returns it. The stuff before it is...
April 01, 2013
Learn »
...rbp
0x000000000000007e <+62>:    pop    rbp
0x000000000000007f <+63>:     ret

This looks nothing like what I expected...
March 31, 2013
Issues »
...procId, tNodeId) {}
}

struct MsgLogFlush
{
  mixin MsgReqMixin;
}

Ret[] iterAnnotStruct(Ret, alias Op, int index, string member...
March 31, 2013
Issues »
...EAX
        pop EDI
        pop ESI
        pop ECX
        ret 4


eq2:
        push EBX
        mov EDX, EAX...
88 89 90 91 92 93 94 95 96 97 98 99
Next ›   Last »