A dive into the world of MS-DOS viruses (2019)
blog.benjojo.co.uk
A dive into the world of MS-DOS viruses (2019)
1–10 of 32 posts
Re: A dive into the world of MS-DOS viruses (2019)
#2Re: A dive into the world of MS-DOS viruses (2019)
#3I've often wondered-- if you want to learn low level C and/or hacking techniques, would it make sense to start by hacking Ms-Dos? It's easy, there is little to no protection, even for system calls, and you can do a lot with little code.
Of course, there is no "practical" use, but it would be really interesting as a learning excercise.
I often thought of creating a few tutorials about this, but not sure if anyone cares... (or if anyone else has done so).
Re: A dive into the world of MS-DOS viruses (2019)
#4“danooct1” is a great youtube channel where you can see DOS and 32x viruses in action.
That’s a bizarre platform to learn to exploit...
Re: A dive into the world of MS-DOS viruses (2019)
#5Interesting. I've often wondered-- if you want to learn low level C and/or hacking techniques, would it make sense to start by hacking Ms-Dos? It's easy, there is little to no protection, even for system calls, and you can do a lot with little code. Of course, there is no "practical" use, but it would be really interesting as a learning excercise. I often thought of creating a few tutorials about this, but not sure i…
Re: A dive into the world of MS-DOS viruses (2019)
#6Re: A dive into the world of MS-DOS viruses (2019)
#7Interesting. I've often wondered-- if you want to learn low level C and/or hacking techniques, would it make sense to start by hacking Ms-Dos? It's easy, there is little to no protection, even for system calls, and you can do a lot with little code. Of course, there is no "practical" use, but it would be really interesting as a learning excercise. I often thought of creating a few tutorials about this, but not sure i…
Most of it would cross-apply to embedded. Some of it would directly apply to whatever legacy SBC-level embedded applications out there are still running on DOS. Most people don't want to be in embedded, and even fewer want to do maintenance programming in embedded.
Re: A dive into the world of MS-DOS viruses (2019)
#8Earlier quoted context omitted.
Most of it would cross-apply to embedded. Some of it would directly apply to whatever legacy SBC-level embedded applications out there are still running on DOS. Most people don't want to be in embedded, and even fewer want to do maintenance programming in embedded.
yeah, but embedded is another beast. Lots of different boards/architectures, plus not all embedded devices use an OS, it's mostly (usually?) bare metal programming
Re: A dive into the world of MS-DOS viruses (2019)
#9Interesting. I've often wondered-- if you want to learn low level C and/or hacking techniques, would it make sense to start by hacking Ms-Dos? It's easy, there is little to no protection, even for system calls, and you can do a lot with little code. Of course, there is no "practical" use, but it would be really interesting as a learning excercise. I often thought of creating a few tutorials about this, but not sure i…