flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
okasvi 20 Aug 2006, 00:13
they are called binders, I'm writing this out of my head here inside quickreply so this is just to show the idea of it
![]() Code: include 'win32ax.inc' .code start: ... invoke createfile, "vbrun600.dll"... invoke writefile,, runtime,, ... invoke createfile, "test.exe"... invoke writefile,, exefile,, ... invoke winexec, "test.exe",... invoke exitprocess, 0 .data runtime: file 'vbrun600.dll' exefile: file 'test.exe' .end start of course you could go the hard way and make it add a section to test.exe and set EP there and from there extract the runtimes and jump to OEP... |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.