Skip to content

Instantly share code, notes, and snippets.

View Airahc's full-sized avatar
🐻
Focusing

qingqing Airahc

🐻
Focusing
View GitHub Profile
@Airahc
Airahc / Win10ApiSetMap.cpp
Created March 10, 2022 11:24 — forked from xiofee/1.Win10ApiSetMap.cpp
Windows 10 GetProcAddress with ApiSet Resolve
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <winternl.h>
#include <cstdio>
#include <cstdint>
#pragma comment(lib, "ntdll.lib")
#define API_SET_SCHEMA_ENTRY_FLAGS_SEALED 1
#define API_SET_SCHEMA_FLAGS_HOST_EXTENSION 2
@Airahc
Airahc / resources.md
Created October 19, 2020 09:35 — forked from muff-in/resources.md
A curated list of Assembly Language / Reversing / Malware Analysis -resources

Assembly Language / Reversing / Malware Analysis -resources

Twitter: Muffin

⭐Assembly Language