Some C code for writing PE Viruses.
Go to file
F fb5f2465a1 initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
pic-peter initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
README.md initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
aaa.c initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
aaa.h initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
export.c initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
export.h initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
infect.c initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
infect.h initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
main.c initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
make_write.c initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
pe.h initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
peb.c initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
peb.h initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
stdfuncs.c initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
stdfuncs.h initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
stub.asm initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
test.c initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
virus.c initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
virus.h initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
winfuncs.h initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
zzz.c initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00
zzz.h initial commit. I dind't work on this project for a while now but as far as I remember everything works pretty good ;) 2022-04-27 13:26:38 +02:00

README.md

This is my virus writing framework. Everythin is position independent (that's why strings are so stangely formated ;) ) you can load it everywhere in memory and still call stdlib or winapi functions. You can also find funcitons for adding PE sections and so on...

To compile it use the following order of source files: gcc aaa.c main.c rest zzz.c

Happy VXing