Posts: 593
Threads: 44
Joined: Apr 2022
Reputation:
43
While I encourage all types of code to be written and studied I would caution anyone on posting such a piece of code. You could, hypothetically, be held responsible for any damage a script-kiddy may inflict on a system(s) using your code, modified or not.
The furthest I have ever taken it, and then I even took pause to consider my actions, was sharing "joke" style programs that would do things like simulate the command prompt and give silly responses to commands or take over the GUI for a short period of time pasting bullet holes on the screen wherever the user clicked. Even something like this may prompt a user to reset their system thinking it has been infected causing them to lose unsaved work and hence, inflicting damage.
It's a slippery slope in my opinion. Tread lightly.
Software and cathedrals are much the same — first we build them, then we pray.
QB64 Tutorial
Posts: 224
Threads: 7
Joined: Apr 2022
Reputation:
14
I think that's just so called malware, Steve. A computer virus has to reproduce itself, inject its own code into other executables or email copies of itself. maybe it's possible with OPEN "x.exe" FOR BINARY AS #1 but could you inject something as bloated as QB64PE output as well?
Posts: 1,510
Threads: 53
Joined: Jul 2022
Reputation:
47
A determined hacker could write in any programming language. Since QB64(PE) just waters down BASIC code to C++ it might be the bed for some "real adjustments".
Now there are such things as "malware hunters" in how some Linux distributions are being advertised. After Kali Linux there seems to be a great obsession with not leaving a trace after enough web surfing, and with finding the "enemy" before they find you.
Posts: 439
Threads: 17
Joined: Apr 2022
Reputation:
21
Ask me about Windows API and maybe some Linux stuff