mirror of
https://github.com/youssefnoob003/SindriKit
synced 2026-07-07 21:57:09 +00:00
14 lines
385 B
C
14 lines
385 B
C
#ifndef SND_PRIMITIVES_H
|
|
#define SND_PRIMITIVES_H
|
|
|
|
#include <sindri/primitives/ffi.h>
|
|
#include <sindri/primitives/heavens_gate.h>
|
|
#include <sindri/primitives/memory.h>
|
|
#include <sindri/primitives/modules.h>
|
|
#include <sindri/primitives/ntdll.h>
|
|
#include <sindri/primitives/os_api.h>
|
|
#include <sindri/primitives/peb.h>
|
|
#include <sindri/primitives/syscalls.h>
|
|
|
|
#endif // SND_PRIMITIVES_H
|