[AntiDBG] CheckRemoteDebuggerPresent

Ғылым және технология

Get the code: github.com/HackOvert/AntiDBG
In this video we learn about the Windows CheckRemoteDebuggerPresent function in order to determine if a debugger is present. Follow along as we observe and bypass this check for 32 and 64 bit x86.
Thumbnail Photo by Andreas Dress on Unsplash
Outro music is San Fransyntho by Streambeats / Harris Heller (Lone Wolf album)

Пікірлер: 4

  • @Cygnus0lor
    @Cygnus0lor Жыл бұрын

    Absolutely high-tier tutorial. You should have tons more subscribers. Thank you man! Keep it up.

  • @MrRaPhIpHoP1
    @MrRaPhIpHoP12 жыл бұрын

    I mean what do you even recommend using it as an anti-debug? Combination of solutions? I'm trying to make an app that prevents debugging attach but from your examples everything seems too easy to bypass.

  • @HackOvert

    @HackOvert

    2 жыл бұрын

    If you’re looking to prevent reverse engineering I would suggest looking into protectors like Themida or VMProtect and utilize a virtual machine layer.

  • @MrRaPhIpHoP1

    @MrRaPhIpHoP1

    2 жыл бұрын

    @@HackOvert Yeah, more or less. I know it can't be fully protected but rather making it more difficult for fellow reverse engineers. Thanks for the hint on the VM layer, I'll do some research. Cheers.