Files
28Zaaky-khaos-c2/crypter/stub/pe_load.h
T
2026-06-30 18:02:46 +03:00

6 lines
102 B
C

#pragma once
#include <stdint.h>
#include <stddef.h>
void pe_load(const uint8_t *data, size_t size);