Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where can I get a free EXE2BIN program (asm included)

Free Assembler Software

Where can I get a free EXE2BIN program (asm included)

by  straiph  Posted    (Edited  )
The following link will take you to where you can download the zip file containing the exe and asm file for exe2bin.

http://www.simtel.net/pub/pd/40325.html

The asm file is provided so that you can, if required, change the code for example remove the checking. Once checking is removed it will create a com file of pure code regardless of its content.

Please be aware of any copywrite laws as I will not take resposibilty.
Straiph

Notes:
1. I removed the jmp far ptr check and it created the com file just fine.
2. When I put a null field at the end for variable space sometimes it gets chopped off.
3. A file of 512 bytes returns zero length so I just added an extra byte and it worked just fine.

If you find any other querks contact me and I will ammend the list. (I think you can send me an email by clicking on my name but Im not quite sure)
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top