I loaded down the RAR-Example made from arkane. How to create a SelfExtractor and so on...
He coded
icldata FILE "sfx.rar"
dlldata FILE "unrar.dll"
This FILE command (doesn't seem to exist in MASM) includes the whole sfx.rar and unrar.dll into the EXE, I think. So what I have to type to do the same (put the whole file into the EXE).
thanx for help
ChigpA
He coded
icldata FILE "sfx.rar"
dlldata FILE "unrar.dll"
This FILE command (doesn't seem to exist in MASM) includes the whole sfx.rar and unrar.dll into the EXE, I think. So what I have to type to do the same (put the whole file into the EXE).
thanx for help
ChigpA
I already responded to your thread at the main section. :)
bin2asm filename.dll filename.asm nameofthelabelyouwant
http://www.asmcommunity.net/board/index.php?topic=10228&pagenumber=2
:)
bin2asm filename.dll filename.asm nameofthelabelyouwant
http://www.asmcommunity.net/board/index.php?topic=10228&pagenumber=2
:)