Utils.h 97 B

12345
  1. #pragma once
  2. #include <vector>
  3. void InjectCode(void* address, const std::vector<uint8_t> data);