Reverse Engineering Simple Windows Driver

Поделиться
HTML-код
  • Опубликовано: 15 янв 2025

Комментарии • 28

  • @michaeletzkorn
    @michaeletzkorn 10 месяцев назад +12

    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.

  • @mono9613
    @mono9613 10 месяцев назад +2

    I'm really learning a crazy lot from your videos. Always looking forward to any new content!

  • @Kim-e4g4w
    @Kim-e4g4w 10 месяцев назад +2

    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 👍👍

  • @p-ql7by
    @p-ql7by 10 месяцев назад +4

    Never fail to excite us! Keep up the good work!

  • @justinnamilee
    @justinnamilee 10 месяцев назад +1

    I know I put 'neat' on most of your videos, and here it comes again: Neat. x)

  • @legigatrain216
    @legigatrain216 10 месяцев назад +2

    Thank you!

  • @isaacsong-so5um
    @isaacsong-so5um 10 месяцев назад +2

    amazing video👍

  • @aayush_deo_ranchi
    @aayush_deo_ranchi 10 месяцев назад

    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

  • @nonoroberto8219
    @nonoroberto8219 10 месяцев назад

    So cool, please keep doing that stuff

  • @smithclk
    @smithclk 6 месяцев назад

    Wow, so cool! Thanks.

  • @alexandrohdez3982
    @alexandrohdez3982 10 месяцев назад

    Great video again 👏👏👏💪💪💪💪

  • @jannatgaoshiqqalb3598
    @jannatgaoshiqqalb3598 10 месяцев назад

    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

    • @nirlichtman
      @nirlichtman  10 месяцев назад

      You can use cutter for that :)

  • @isyankarmakarna9865
    @isyankarmakarna9865 9 месяцев назад

    Please help me, how to simulate keyboard with kernel mode driver. Thank you.

    • @nirlichtman
      @nirlichtman  9 месяцев назад

      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

    • @isyankarmakarna9865
      @isyankarmakarna9865 9 месяцев назад

      @@nirlichtman because the game cancel the user mode keysend. please help about this rhank you.

    • @nirlichtman
      @nirlichtman  9 месяцев назад

      @@isyankarmakarna9865sorry can't help since I don't know how to do this in the kernel, good luck!

    • @isyankarmakarna9865
      @isyankarmakarna9865 9 месяцев назад

      @@nirlichtman u r writing kernel driver u don t know how to do it?

  • @homework8969
    @homework8969 10 месяцев назад

    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.

  • @alargeboat
    @alargeboat 10 месяцев назад

    hey Nir, as a possible video idea, could you maybe make a video on making a simple TUI app using ncurses/curses in C?

    • @nirlichtman
      @nirlichtman  10 месяцев назад

      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

    • @alargeboat
      @alargeboat 9 месяцев назад

      @@nirlichtmanawesome, thank you!

  • @w-i-s-e_a-p-p-l-e
    @w-i-s-e_a-p-p-l-e 7 месяцев назад

    love your channel

  • @shad578
    @shad578 10 месяцев назад

    Can you create a video for installing the visual studio build tools on Ubuntu 22.04 pls?

  • @BesmirZanaj
    @BesmirZanaj 10 месяцев назад

    This was very cool.

  • @madghostek3026
    @madghostek3026 10 месяцев назад

    Interesting video!