windows2 Posted 9 hours ago Posted 9 hours ago Hey everyone, I’m trying to debug the disk.sys from Windows Vista on XP/2000. I’m not good in driver debugging, and even in XP though all the functions seem to exist, the driver doesn’t work. Maybe someone can understand what’s going wrong or point me in the right direction. windbg log : https://pastebin.com/zaKXc3ZM
user57 Posted 49 minutes ago Posted 49 minutes ago it looks like someone has tryed to debug a driver without having any knowledge debugging is not something you can do without any knowledge its not easy stuff either for example its a lot of math, its not like a script language a bare minimum to start with would be to know assembly https://www.ic.unicamp.br/~pannain/mc404/aulas/pdfs/Art Of Intel x86 Assembly.pdf but that´s the bare minimum its not stuff you can just do, like lifting a few weights around, or trying some drivers or some different versions, maybe putting a few different hardware types into a pc you litterally trying to make a own CPU - and not just putting it into a computer no you making it this time a-z
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now