Name: Anonymous 2014-10-30 20:35
Found this while reversing a program:
Am I missing something or are these the stupidest two instructions ever emitted by a C++ compiler?
mov esi, ds:MessageBoxA
call esi ; MessageBoxA
Am I missing something or are these the stupidest two instructions ever emitted by a C++ compiler?