Skip to content
View 0x0-nyan's full-sized avatar
🩸
c000021a
🩸
c000021a

Block or report 0x0-nyan

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
0x0-nyan/README.md

banner 🎀 I’m currently working on something scary
🎀 I’m currently playing with C++
🎀 I'm interested in Win32, NT Native apps, kernel mode drivers, and Windows malwares
🎀 My mental health often be like... 0xC000021A
🎀 Banner is generated by Github Profile Header Generator
🩸 I hate the AI, and I never use AI in my programming.

Pinned Loading

  1. HSP3Service HSP3Service Public

    HSPでWindowsサービスを開発できるようにするプラグイン

    C++ 1

  2. AC46-Firmware-Tool AC46-Firmware-Tool Public

    JieLi AC46/BT15 Firmware Unpacker

    C++ 1

  3. JL_AC46 JL_AC46 Public

    Reverse engineering of JieLi AC46/BT15 by noob

    5

  4. NtCompress NtCompress Public

    Native API Based File Compressor / Decompressor

    C++

  5. Windows NT Native resource loader AP... Windows NT Native resource loader API test. May be useful when writing native apps or kernel mode drivers.
    1
    #include <windows.h>
    2
    #include <winternl.h>
    3
    #include <stdio.h>
    4
    #pragma comment(lib, "ntdll.lib")
    5
    #pragma comment(lib, "winmm.lib")