by rae the coder (1 Submission)
Category: Files/File Controls/Input/Output
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(3 Votes)

I made this project after reading a paper about asm. they were talking about how programers
were amazzed to find out that a program will still run even when appended by another.
then they took it to the next step, prepending an still getting it to work. then an
even greater step, filling the programs white space up with code and running the program
+ the code that filled the white space without any errors.
i got it to work in asm and wondered if there was any way to get any kind of prepend, append,
or white space fill effect in a vb writen app. all i got was the prepend. append only
worked if i knew what compiler made the program (masm hehehe, not vb6 or vc++...sorry lads).
Assumes
I made this project after reading a paper about asm. they were talking about how programers
were amazzed to find out that a program will still run even when appended by another.
then they took it to the next step, prepending an still getting it to work. then an
even greater step, filling the programs white space up with code and running the program
+ the code that filled the white space without any errors.
i got it to work in asm and wondered if there was any way to get any kind of prepend, append,
or white space fill effect in a vb writen app. all i got was the prepend. append only
worked if i knew what compiler made the program (masm hehehe, not vb6 or vc++...sorry lads).
Side Effects
Bigger exe's, slow execution
Download Prepend PE(VB) to a PE file w/o damage to the original PE (32 KB)