SubGetVariable
Old project (2020) reformed. Modifies gRT->GetVariable sub function from EFI_APPLICATION. Tested on Win10 22H2 (AMD).
Install / Use
/learn @ekknod/SubGetVariableREADME
SubGetVariable
Infects DXE bios image with backdoor before booting the system.
this backdoor can execute kernel code directly from your C++ project.
System Requirement
AMD motherboard is most likely required.
Hello World
<pre> #include "km.h" std::vector<QWORD> km::global_export_list; NTOSKRNL_EXPORT(PsGetCurrentProcess); NTOSKRNL_EXPORT(PsGetCurrentProcessId); int main(void) { if (!km::initialize()) { return 0; } LOG("current process: %llx\n", km::call(PsGetCurrentProcess)); LOG("current process id: %lld\n", km::call(PsGetCurrentProcessId)); } </pre>Related Skills
node-connect
340.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
340.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.2kCommit, push, and open a PR
