I didn't vote for this video, but I'm glad it won! As someone who develops hardware that needs to interact with Windows drivers, the kernel debugger seems very useful for figuring out what the driver's "quirks" (bugs) are to workaround them.
Just tested Cutter with simple win32 program although I don't understand much of the disassembly it generated. Thank you for the amazing video. Keep it up 👍👍
Sir, The uttmost respect to your work you have made malware reverse engg onboarding very easy with this video this is how MicroSoft must make their docs not some tedious legthy cryptic docs. In the next Video please try to run windows on raspberry pi so that we can learn the same way to reverse windows arm64 drivers
Bro, how to read the contents of a dll file, and change it in a windows machine? And thank you for your prominent efforts to improve your channel to give us valueable knowledge about low level stuff
I have a video on making snake with curses, but its a good idea, ill consider also making a vid dedicated to making a simple tui visual editor or something like that using curses
You want to send keystrokes? Why not do that from user mode using for example SendInput? learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-sendinput
I didn't vote for this video, but I'm glad it won! As someone who develops hardware that needs to interact with Windows drivers, the kernel debugger seems very useful for figuring out what the driver's "quirks" (bugs) are to workaround them.
Just tested Cutter with simple win32 program although I don't understand much of the disassembly it generated. Thank you for the amazing video. Keep it up 👍👍
I'm really learning a crazy lot from your videos. Always looking forward to any new content!
Never fail to excite us! Keep up the good work!
I know I put 'neat' on most of your videos, and here it comes again: Neat. x)
Sir, The uttmost respect to your work you have made malware reverse engg onboarding very easy with this video this is how MicroSoft must make their docs not some tedious legthy cryptic docs.
In the next Video please try to run windows on raspberry pi so that we can learn the same way to reverse windows arm64 drivers
amazing video👍
So cool, please keep doing that stuff
Bro, how to read the contents of a dll file, and change it in a windows machine?
And thank you for your prominent efforts to improve your channel to give us valueable knowledge about low level stuff
You can use cutter for that :)
It would be cool if you could do this with some off the shelf drivers, although Im pretty sure that youtube wouldn’t like that.
Can you create a video for installing the visual studio build tools on Ubuntu 22.04 pls?
hey Nir, as a possible video idea, could you maybe make a video on making a simple TUI app using ncurses/curses in C?
I have a video on making snake with curses, but its a good idea, ill consider also making a vid dedicated to making a simple tui visual editor or something like that using curses
@@nirlichtmanawesome, thank you!
Thank you!
Wow, so cool! Thanks.
love your channel
Please help me, how to simulate keyboard with kernel mode driver. Thank you.
You want to send keystrokes? Why not do that from user mode using for example SendInput? learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-sendinput
@@nirlichtman because the game cancel the user mode keysend. please help about this rhank you.
@@isyankarmakarna9865sorry can't help since I don't know how to do this in the kernel, good luck!
@@nirlichtman u r writing kernel driver u don t know how to do it?
This was very cool.
Great video again 👏👏👏💪💪💪💪
Interesting video!