The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Vineel Kumar Reddy Kovvuri on January 15, 2012, 08:57:12 PM

Title: meaning of assembly instruction generated in ollydbg
Post by: Vineel Kumar Reddy Kovvuri on January 15, 2012, 08:57:12 PM
Hi All,


I am debugging an application in ollydbg. I am unable to understand the meaning of the following assembly line.
Please let me know the meaning of DS:[<&MSVCR80._wcmdln>] in the image attached.
(http://img705.imageshack.us/img705/699/20120116022102.jpg)

Isn't it a call to function _wcmdln?

thanks in advance.
Title: Re: meaning of assembly instruction generated in ollydbg
Post by: Gunner on January 15, 2012, 09:40:31 PM
Trying to reverse an app that is not yours?  Did you look up the function on the net?  It is fully documented!
Title: Re: meaning of assembly instruction generated in ollydbg
Post by: BogdanOntanu on January 15, 2012, 10:13:37 PM
Reversing of other people's applications is not allowed by forum rules.