These came from IDA's analysis.
The output from disassembers are often cryptic.
Is this the right code for invoke ShowWindow?
I am looking for the code that makes the window that takes up some "valuable" restate on top of my browser window.
I figured out that push 1 is SW_ShowNormal.
Code:
push 5 ; nCmdShow
push eax ; hWnd
mov [esi+0BCh], eax
call ds:ShowWindow
Locked, and a warning for Magnum :green
We do not allow "Reverse engineering" of other people's work or questions about this in here.
And IMHO this is NOT a good way to learn.