The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Magnum on May 06, 2010, 04:20:21 PM

Title: Crypic output
Post by: Magnum on May 06, 2010, 04:20:21 PM
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
Title: Re: Crypic output
Post by: BogdanOntanu on May 06, 2010, 04:25:31 PM
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.