Skip to content

Instantly share code, notes, and snippets.

@pr0cf5
Created January 21, 2022 08:25
Show Gist options
  • Save pr0cf5/33e96fba63a67722ff317d8061b11d90 to your computer and use it in GitHub Desktop.
Save pr0cf5/33e96fba63a67722ff317d8061b11d90 to your computer and use it in GitHub Desktop.
Minimal C headers for making C code from IDA compile
#include <stdbool.h>
#define __int8 char
#define __int16 short
#define __int32 int
#define __int64 long long
#define _BOOL8 bool
#define _BYTE char
#define _DWORD int
#define wint_t int
#define __fastcall
#define __cdecl
#define __readfsqword(x) x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment