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
Points breakdown
Training (10 points)
Problem | Score |
---|---|
Xóa phần tử | 10 / 10 |
Uncategorized (301 points)
Problem | Score |
---|---|
Nét chạm mặt đất | 100 / 100 |
Tô màu | 100 / 100 |
Thao tác trên hoán vị | 100 / 100 |
Bàn phím | 1 / 1 |