Skip to content
View DTD369's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report DTD369

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DTD369/README.md

I'm a passionate software engineer, OS engineer, and cybersecurity researcher. I code in C, C++ and Assembly.

#include <ntddk.h>
#include <wdf.h>

DRIVER_INITIALIZE DriverEntry;

NTSTATUS DriverEntry(PDRIVER_OBJECT DriverObject, PUNICODE_STRING RegistryPath)
{
    UNREFERENCED_PARAMETER(DriverObject);
    UNREFERENCED_PARAMETER(RegistryPath);

    DbgPrint("Hello World!\n");
    return STATUS_SUCCESS;
}

Any fool can write code that a computer can understand. Good programmers write code that humans can understand. ― Martin Fowler

Popular repositories Loading

  1. wsa-app-compatibility wsa-app-compatibility Public

    Forked from riverar/wsa-app-compatibility

    Keeping track of Android apps and their compatibility with the Windows Subsystem for Android

  2. winget-pkgs winget-pkgs Public

    Forked from microsoft/winget-pkgs

    The Microsoft community Windows Package Manager manifest repository

  3. DTD369 DTD369 Public

    Config files for my GitHub profile.