flat assembler
Message board for the users of flat assembler.

Index > Projects and Ideas > Fasm builder !

Author
Thread Post new topic Reply to topic
Roman



Joined: 21 Apr 2012
Posts: 1796
Roman 30 Aug 2024, 04:33
Changed pe header, data, params, output file !
https://rutube.ru/video/private/43023cb6e6415e5aa4b5cc85b9c07708/?p=_64mkeZ3TvoZcJ1v2KIVQQ&r=plemwd

What new:
Code:
~#push and ~#pop_  ;for repeat text !
Example in code:
~#push1      ;slot 1 , all slots 2000_000.
add eax,1     ;push only put pointer to this txt addres in slot1
sub eax,ebx
;~               ;this mean end push1

;in some place code pop txt
~#pop_1   ;copy hear text from push1
~#pop^1  ;copy reversed text from down to up !

;for 32bit and 64bit fixed mechanizm
include: fileList.txt  ;in build\3.txt
in code ~#file4  4 mean number line from fileList.txt
~#file4 put only one line !

;This feature needed for this situation:
;In 64bit strtod out to xmm0 reg
cinvoke  strtod,FeditTxt,0
cvtsd2si eax,xmm0

;In 32bit strtod out to FPU st0(reg)
fistp [address]

;in build\3.txt
off:push,ifPr,dot4   ;this mean ignored when parsing code.
off: all  ;ignored all features.
    


Description:
Download
Filename: FasmBuilder32.rar
Filesize: 68.03 KB
Downloaded: 27 Time(s)



Last edited by Roman on 03 Sep 2024, 03:40; edited 26 times in total
Post 30 Aug 2024, 04:33
View user's profile Send private message Reply with quote
Roman



Joined: 21 Apr 2012
Posts: 1796
Roman 30 Aug 2024, 04:39
In file file.txt changed path and name.
Or in folder build\1.txt changing params.

In folder out\ find new builded files.

Remember ! Parsing only one file. file: path\name


Last edited by Roman on 03 Sep 2024, 04:03; edited 1 time in total
Post 30 Aug 2024, 04:39
View user's profile Send private message Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 20343
Location: In your JS exploiting you and your system
revolution 30 Aug 2024, 05:18
It looks like a template wrapper generator that is configured from a text file.

Is that a correct assessment?
Post 30 Aug 2024, 05:18
View user's profile Send private message Visit poster's website Reply with quote
Roman



Joined: 21 Apr 2012
Posts: 1796
Roman 30 Aug 2024, 05:29
Yes, this too.

Premake4.exe for mingw, changed my attitude to code assembly.
Post 30 Aug 2024, 05:29
View user's profile Send private message Reply with quote
Roman



Joined: 21 Apr 2012
Posts: 1796
Roman 04 Sep 2024, 04:06
Add rem! After ~#name0 write any text.
~#name0 copy text until not get symbol ; or 0 or enter
Code:
; ~#name0 ====Rem next code====
     Some code
; ~$name0
     Some code
; ~$name0
;~$name0 this line ignored parser
    
Post 04 Sep 2024, 04:06
View user's profile Send private message 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-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.