News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Dump file (file scanner)

Started by jimg, September 06, 2017, 07:37:37 AM

Previous topic - Next topic

jimg

The following is a program I use to take a quick look at the contents of a file.  It will accept any file of any size that the ReadFile api can read.  It dumps a screen full of binary data to the screen in Hex or Decimal and/or Ascii.  I wrote it because the editor I was previously using had gotten bloated and slow and didn't have some options I wanted.  You can enter any binary string in the search option.  It will accept command line or drag and drop files.  There are still some warts and the ui could use some help but it is perfectly functional otherwise, and I need to move onto to some other project for awhile.   Full source is included.  Enjoy.

Original 9/6/17  121 dnlds
Updated 5/14/18

jj2007

Works fine, Jim :t

And I don't see every day a 4,000 lines source here ;)

felipe

Jimg, i will see this work from you, soon as i can (i have been busy lately). But i already appreciate it. Thanks for sharing your work with us.
:icon14:  :icon14:  :icon14:

felipe

Nice program. When i get time i will see the code.  :icon14:

jimg

Very minor update above.  Added FILE_SHARE_WRITE so could dump file opened by another process.

Siekmanski

Creative coders use backward thinking techniques as a strategy.

jj2007


zedd151

Nice little program. I will add it to my collection of utilities.

I once thought of doing something similar, but as always I got sidetracked and forgot about it until I saw this today.