DEV Community

Discussion on: C Programming!

 
pavonz profile image
Andrea Pavoni • Edited

You risk to “brick” your computer if you mainly touch drivers with low-level access to hardware. Re-defining high-level syscalls related to “reads” should not damage your hardware ;-)

Edit:
Check this advanced example, I studied/played a lot with this (well, the first versions from the original author, Stealth):

github.com/trimpsyw/adore-ng

Thread Thread
 
madsalama profile image
Mahmoud Salama

That's insightful, thanks!
Gotta get going! I'm currently reading Robert Love's 'system programming' and I have been inspired with this post to contextualize a bit. Let's see! 🤓✌️

Thread Thread
 
pavonz profile image
Andrea Pavoni

In case you missed my edit to the previous content:

github.com/trimpsyw/adore-ng