Quote:
Originally posted by volodya
IDA produces compiler-understandable results. Of course, it is possible. Copy and paste it from IDA screen and use it in your program.
|
Also need to be care about call conventions (ex: __fastcall and so on). In MSVC 6.0 you can try __declspec(naked) to prevent compiler from additional prolog/epilog creation.