View Full Version : assembler, nasm or fasm?
Crystal321
October 10th, 2006, 17:33
I am going to move to asm at the moment to help out with my reverse engineering knowledge. I wanted an assembler that supports both linux and windows, but i've been struggling in choosing between nasm or fasm, because they both have there ups and downs and seem quite popular. Has anybody has experience with them in the reverese enineering field, or any advice on other possible solutions?
LLXX
October 11th, 2006, 23:10
Of the two I'd go with fasm since it's efficient (being written with and can assemble itself) and supports many features for its size. Nasm just seems incredibly bloated in comparison.
Actually I'd prefer TASM or one of the tiny assemblers I've written...
0xf001
November 3rd, 2006, 16:31
hi Crystal321,
i never used fasm, but I can give you my opinion about nasm - I use it on linux and cygwin, its simple, powerful and works well. Maybe about fasm one could say the same? I just googled it, it looks also good
I think it does not matter too much, take the one which looks more sympathic to you and go for it. It should not be difficult to try the other later.
Quote:
or one of the tiny assemblers I've written... |
which would then be? when they could be a choice, why dont you name them?
regards, 0xf001
LLXX
November 3rd, 2006, 19:09
You probably won't know what I'm talking about if I named them.
Lasm, Lasm32, LXasm, Ah40, L
0xf001
November 4th, 2006, 05:29
haha LLXX,
man, i meant it like this: if you want to recommend assemblers to somebody who asks for them, you could have given a name and link to them (as they might be "unknown" and are your own), so the asking person would be helped to make a choice
ok i "give up" (shut up)
regards, 0xf001
smoke
November 9th, 2006, 11:28
I'd also go with fasm .. small and efficient .. + it has a good support (forum etc) and its being updated very frequently..
g3nuin3
November 9th, 2006, 13:07
I personally use fasm as well.. along with the RadASM IDE, which supports it quite well. Using gORC as my resource compiler and voila..
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.