flat assembler
Message board for the users of flat assembler.

Index > Windows > Need a includer.. HELP HELLO

Author
Thread Post new topic Reply to topic
sylwek32



Joined: 27 Apr 2006
Posts: 339
sylwek32 19 Aug 2006, 21:29
Hello,
i have programmed a lot of things in VB.. (visulabasic).
I need a program that links the vbRuntime into the EXE.

Example:
- my program is test.exe
- vbruntime is vbrun600.dll

vbrun600.dll > test.exe > test_package.exe

I dont want to use a standart linker because its
detected as virus because linkers (known linkers)
are detected as malware. I dont know why.
Post 19 Aug 2006, 21:29
View user's profile Send private message Reply with quote
okasvi



Joined: 18 Aug 2005
Posts: 382
Location: Finland
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 Razz

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...
Post 20 Aug 2006, 00:13
View user's profile Send private message MSN 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.