News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

HexDump utility

Started by gwapo, June 20, 2006, 08:28:36 AM

Previous topic - Next topic

gwapo

Hi,

Here's another toy I wrote using MASM, its a very simple hex dump utility:
http://community.devpinoy.org/blogs/cvega/archive/2006/06/19/3526.aspx

You can't find anything new from there...but at least I thought it was cool
and a good start for a bigger utility I am thinking. I'll update you guys soon.

Cheers,

-chris

[attachment deleted by admin]

Ehtyar

cool, ty :) might help the dude who wanted to know how instructions are "stored" in pe format.

gwapo

Reading from hex dump to understand PE format would make it very difficult  :dazzled:., I suggest use a different tool for seeing what's inside PE format, i.e., DumpBin or DumpPE utilities that are distributed with MASM32.

Anyway, I am adding more features to this utility soon, in which I am hoping to make it a full Hex editing utility.

Cheers,

-chris

Ehtyar

i believe he wanted to know how the bytes are stored, as i mentioned in the above post. as hex is the most common way to represent the bytes that make up an executable, i recomend he try a hex editor :)