Skip to content

Instantly share code, notes, and snippets.

@MarekKnapek
MarekKnapek / imports.cpp
Last active June 19, 2020 20:39
imports
// ========== ==========
// library begin
// ========== ==========
#include <algorithm> // min
#include <array> // array
#include <cassert> // assert
#include <cstdint> // uint64_t, uint32_t, uint16_t, uint8_t, uintptr_t
#include <cstdlib> // abort
@MarekKnapek
MarekKnapek / APISet.csv
Last active January 17, 2020 18:05
APISet, comma separated values, open in Excel.
We can make this file beautiful and searchable if this error is corrected: It looks like row 3 should actually have 1 column, instead of 3 in line 2.
"Windows 7 64bit (amd64), version 6.1.7601."
"apisetschema.dll version 6.1.7601.24499."
"MS-Win-Core-Console-L1-1-0","","kernel32.dll"
"MS-Win-Core-DateTime-L1-1-0","","kernel32.dll"
"MS-Win-Core-Debug-L1-1-0","","kernelbase.dll"
"MS-Win-Core-DelayLoad-L1-1-0","","kernel32.dll"
"MS-Win-Core-ErrorHandling-L1-1-0","","kernel32.dll"
"MS-Win-Core-ErrorHandling-L1-1-0","kernel32.dll","kernelbase.dll"
"MS-Win-Core-Fibers-L1-1-0","","kernelbase.dll"