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
Hue ICT (90 points)
Problem | Score |
---|---|
Mua gỗ | 10 / 10 |
Số đặc biệt | 80 / 100 |
Nhập môn lập trình (2 points)
Problem | Score |
---|---|
Đếm số chia hết cho 3 | 1 / 1 |
Hai chữ số cuối | 1 / 1 |