Search:

Type: Posts; User: Elledan

Search: Search took 0.01 seconds.

  1. Thread: what is wine

    by Elledan
    Replies
    19
    Views
    3,133

    Wine is a layer on top of Linux which translates...

    Wine is a layer on top of Linux which translates system calls from Win32 programs into the correct Linux system calls and the other way around.

    Sounds simple, yet it's extremely difficult, since...
  2. Thread: decompileing?

    by Elledan
    Replies
    4
    Views
    1,603

    It's easy to convert a binary into assembler...

    It's easy to convert a binary into assembler code, and it's even possible to convert it into C/C++ or any other programming language, yet the result won't be pretty and probably in no way resemble...
  3. Replies
    14
    Views
    2,042

    If you've got a function in which a variable is...

    If you've got a function in which a variable is created, normally this variable would be created in the stack and would be cleared after the function returns the result (or not, if it returns void)....
  4. Replies
    2
    Views
    1,568

    Two words: alphabetical order :)

    Two words: alphabetical order :)
Results 1 to 4 of 4