flat assembler
Message board for the users of flat assembler.

Index > Main > Output File

Author
Thread Post new topic Reply to topic
comrade



Joined: 16 Jun 2003
Posts: 1150
Location: Russian Federation
comrade 14 Sep 2003, 23:45
Is it possible to make FASM output to given filename?
Something like:
Code:
format PE native at 1000h to "driver.sys"    

_________________
comrade (comrade64@live.com; http://comrade.ownz.com/)
Post 14 Sep 2003, 23:45
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number Reply with quote
comrade



Joined: 16 Jun 2003
Posts: 1150
Location: Russian Federation
comrade 15 Sep 2003, 04:29
I added to and align directives, so you can do like:
Code:
format PE GUI 4.0 to 'shit.exe' on 'circle.com' at 500000h align 400h    


Description:
Download
Filename: new.zip
Filesize: 12.17 KB
Downloaded: 1148 Time(s)


_________________
comrade (comrade64@live.com; http://comrade.ownz.com/)
Post 15 Sep 2003, 04:29
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number Reply with quote
Tommy



Joined: 17 Jun 2003
Posts: 489
Location: Norway
Tommy 15 Sep 2003, 07:32
What about support of the following:
Code:
format MZ to 'shit.exe'    

and use of it on other lines:
Code:
format MZ
to 'shit.exe'
db 14h
align 4
db 15h    
Post 15 Sep 2003, 07:32
View user's profile Send private message Visit poster's website Reply with quote
pelaillo
Missing in inaction


Joined: 19 Jun 2003
Posts: 878
Location: Colombia
pelaillo 15 Sep 2003, 08:08
Great Very Happy
I was thinking on something similar, but this is nicer !
Post 15 Sep 2003, 08:08
View user's profile Send private message Yahoo Messenger Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< 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.