Fixed the README.md

This commit is contained in:
eisbaer 2023-02-06 12:32:06 +01:00
parent a8b6c8f8b4
commit 5b54291b73
1 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,5 @@
This is my virus writing framework. Everything 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 or all the other functions like infect_devices() and so on.
This is my virus writing framework. Everything 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 and all the other functions like infect_devices() and so on.
To compile it use the following order of source files:
gcc aaa.c main.c rest zzz.c
@ -13,5 +13,3 @@ infect.c and virus.c do what the names make you expect.
the pic-peter folder is the PEter library in pic.
This code is not a ready to compile virus but rather some c code for virus exchangers/writers to look at and take ideas from.
Happy VXing