Posted: Fri Mar 21, 2008 2:10 pm Post subject: About Debug Command
hi
i want to learn something about debug command
when i run cmd under windows xp then run debug command then run d0 command (example:d0:413)
i say some codes... i think assembler...
what is this codes?
i am debugging something but what?
what i should see at this lines...
i ask this because someone writes something about this but i think everything is false at the documentation...
thanks
Sponsor Sponsor
OneOffDriveByPoster
Posted: Fri Mar 21, 2008 3:58 pm Post subject: Re: About Debug Command
MANYAKUZAYLI @ Fri Mar 21, 2008 2:10 pm wrote:
when i run cmd under windows xp then run debug command then run d0 command (example:d0:413)
i say some codes... i think assembler...
The codes are a hex dump of the memory location specified. In Windows XP the addresses accessed by DEBUG are not the "real" ones though.
Quote:
what is this codes?
i am debugging something but what?
You are if you know what you are doing and you are debugging with DEBUG. DEBUG can be used for other purposes too.
MANYAKUZAYLI
Posted: Sat Mar 22, 2008 7:20 am Post subject: RE:About Debug Command
hmm so if i run debug
then run d0:413 i see 80 first line
what is this?
i read something if its 80 my system is clear bu another number your system is infected... i think this is so funny
OneOffDriveByPoster
Posted: Sat Mar 22, 2008 8:11 am Post subject: Re: About Debug Command
I think it is only funny because it is old or because you are using Windows XP. Try running this with a DOS boot disk and it may be quite interesting. BTW, where did you get the info from?
MANYAKUZAYLI
Posted: Tue Apr 01, 2008 11:26 am Post subject: RE:About Debug Command