flat assembler
Message board for the users of flat assembler.

Index > Main > disassembler for fasm?

Goto page Previous  1, 2
Author
Thread Post new topic Reply to topic
rugxulo



Joined: 09 Aug 2005
Posts: 2341
Location: Usono (aka, USA)
rugxulo 20 Sep 2005, 07:29
Juras wrote:
ndisasm is a good disassembler, also OpenWatcom C/C++ has its disassembler, which understands .obj files and a good debugger (with MMX, SSE support)...


Code:
@echo off
REM Tested on DR-DOS 7.03 Lite and (partially) WinXP Home SP2
REM rugxulo@NOSPAM.PLEASE.bellsouth.net
REM Monday, September 19, 2005   7:11pm

if not exist cm*.zip if not exist ext*.zip goto usage
if not exist %1.asm goto usage

if "%WATCOM%"=="" set PATH=.\binw;%PATH%
if "%WATCOM%"=="" set WATCOM=.

unzip32 -qqn cm*.zip
unzip32 -qqn ext*.zip

wasm.exe -d3 %1.asm
wlink debug all format dos com file %1.obj name %1.com
wd %1.com %2 %3 %4 %5 %6 %7 %8 %9
goto exit

:usage
echo.
echo  ftp://ftp.openwatcom.org/watcom/zips-1.3/
echo.
echo 1. ( CM_CORE_DOSWIN.ZIP )    867,335   (includes WLINK.EXE, WASM.EXE)
echo 2. ( CM_CORE_ALL.ZIP    )    115,098   ('' WLSYSTEM.LNK)
echo 3. ( CM_DBG_MISC1.ZIP   )    554,522   ('' WD.EXE)
echo 4. ( CM_DBG_ALL.ZIP     )     26,218   ('' CPP.PRS)
echo 5. ( EXT_DOS4GW.ZIP     )    268,440   ('' DOS4GW.EXE)
echo    ======================  1,831,613   (total bytes)
echo.
echo  These files above (at least!) are required.
echo.

:exit
    


EDIT: Bah, just look here for OpenWatcom 1.6 (unless you want 1.3 for some odd reason).


Last edited by rugxulo on 28 Dec 2006, 21:21; edited 1 time in total
Post 20 Sep 2005, 07:29
View user's profile Send private message Visit poster's website Reply with quote
rugxulo



Joined: 09 Aug 2005
Posts: 2341
Location: Usono (aka, USA)
rugxulo 25 Sep 2005, 01:23
This program will write a disassembly to file (as well as edit the binary, etc):

Biew (Binary vIEW for DOS, OS/2, Win, BSD, Linux) is a free, portable, advanced file viewer with built-in editor for binary, hexadecimal and disassembler modes. It contains a highlight AVR/Java/Athlon64/Prescott/K7-Athlon/Cyrix-M2 disassembler, full preview of MZ, NE, PE, LE, LX.

http://sourceforge.net/project/showfiles.php?group_id=1475

Llama Boy wrote:


also, a few hex editors (free ones) i have seen do it too.



Last edited by rugxulo on 08 Oct 2005, 21:51; edited 1 time in total
Post 25 Sep 2005, 01:23
View user's profile Send private message Visit poster's website Reply with quote
mrpink



Joined: 03 Jun 2005
Posts: 27
Location: Germany
mrpink 08 Oct 2005, 11:52
The latest version of IDA(4.3) can be downloaded from

ftp://ftp.simtel.net/pub/simtelnet/winxp/progmisc/freeida43.exe
Post 08 Oct 2005, 11:52
View user's profile Send private message Reply with quote
penang



Joined: 01 Oct 2004
Posts: 59
penang 21 Oct 2005, 10:24
[quote="Matrix"]FASM is not that popular yet to be a disassembler for it.

but you can translate other assembly laguage to FASM,

i know [url=http://www.softpedia.com/get/Programming/Debuggers-Decompilers-Dissasemblers/WDASM.shtml]W32Dasm 8.94[/url] , good debugger and decompiler too.
example download url, ... $75 to buy, free to try[/quote]

The site for the developer of W32DASM, URsoftware, http://members.cox.net/w32dasm/, is invalid.

A google search get this site, www.ursoftware.com as ursoftware, but a check on their product listing at www.ursoftware.com/products.htm doesn't include W32DASM.

Therefore, I am not sure if the new ursoftware is the same as the one producing W32DASM.
Post 21 Oct 2005, 10:24
View user's profile Send private message Reply with quote
Reverend



Joined: 24 Aug 2004
Posts: 408
Location: Poland
Reverend 21 Oct 2005, 17:18
First, w32dasm is no longer updated so it's better to use IDA -> the current 4.3 freeware version has many interesting functions and imho is a much better choice than w32dasm. Second, if you really want w32dasm try wdism10 (or sth like this) which is a version modified binary by some reverser that has better functionality.
Post 21 Oct 2005, 17:18
View user's profile Send private message Visit poster's website Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  
Goto page Previous  1, 2

< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.