Skip to content
View tzdwindows's full-sized avatar
🤒
Out sick
🤒
Out sick

Block or report tzdwindows

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.

Content in all repositories owned by your account will be closed.
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
tzdwindows/README.md
========================================================================================
  tzdwindows 7 // SYSTEM RING-0 // EXECUTABLE WORKSPACE
========================================================================================

ISA: x86_64  |  KERNEL: DIRECT MEMORY ACCESS  |  RUNTIME: V8 HOOK & QUICKJS  |  BINARY: STRIPPED NO SYMBOLS


> whoami

typedef struct {
    const char* signature;
    const char* core_focus[3];
    const char* architecture;
    uint32_t    optimization_level;
} Developer;

Developer self = {
    .signature = "tzdwindows 7",
    .core_focus = {
        "Compilers & Bytecode Virtual Machines",
        "Dynamic Process Injection & V8 Hooking",
        "Lightweight Pure C99 Native Runtimes"
    },
    .architecture = "Native System Architecture",
    .optimization_level = 0xFFFFFFFF // -Ofast
};

> lsof -p $$ -a /projects

PID    NAME               BACKEND     DESCRIPTION
-----------------------------------------------------------------------------------------
1001   TzdTinyFramework   C99/GPU     零依赖极简原生浏览器引擎与桌面运行时,内置 QuickJS
1002   TzdInjectorNTQQ    C++/V8      Electron 体系下基于 V8 引擎动态内存挂钩与执行环境注入
1003   TzdLanguage        Compiler    自研编程语言前端解析、AST 遍历与原生指令编译流水线
1004   colunwind          Pure C      跨平台轻量级崩溃堆栈捕获,精准定位行/列符号化回溯
-----------------------------------------------------------------------------------------


> objdump -d --disassemble=skills

0000000100003f40 <_languages>:
  100003f40:   48 8d 3d 00 00 00 00   lea    rdi, [rip + "C99 / C++20 / x86_64 ASM"]
  100003f47:   e8 00 00 00 00         call   push_stack

0000000100003f50 <_internals>:
  100003f50:   48 8d 3d 00 00 00 00   lea    rdi, [rip + "V8 Engine / QuickJS / LLVM IR"]
  100003f57:   e8 00 00 00 00         call   intercept_call

0000000100003f60 <_rendering>:
  100003f60:   48 8d 3d 00 00 00 00   lea    rdi, [rip + "OpenGL / WebGL / GLSL Shaders"]
  100003f67:   c3                     ret

Pinned Loading

  1. TzdInjectorNTQQ TzdInjectorNTQQ Public

    A JavaScript execution environment control tool for QQ clients based on the Electron architecture, providing dynamic code injection, message monitoring, and debugging control capabilities. 一个可以动态植入…

    C++ 43 3

  2. TzdLanguage TzdLanguage Public

    TzdTools is a development toolkit for the custom programming language TzdLang, including a language interpreter, VSCode extension support, and a rich standard library.

    C++ 10

  3. TzdTinyFramework TzdTinyFramework Public

    A minimalist, ultra-high-performance browser engine & desktop runtime built from scratch in pure C99. Featuring custom GPU rendering, WHATWG HTML5/CSS parser, QuickJS JIT, and encrypted VFS — zero …

    C 3

  4. Formulaic Formulaic Public

    High-performance C++20 mathematical expression parser and real-time visualizer with HWND binding, pipeline hooks, and subpixel anti-aliasing.

    C++ 7