Projects STRLCPY GhostInjector Commits 44d13950
🤬
  • ■ ■ ■ ■ ■
    Injector/injection.h
    skipped 57 lines
    58 58   bool Init(uint32_t pid);
    59 59  
    60 60   uintptr_t Allocate(uint64_t size);
     61 + bool Protect(uintptr_t addr, uint64_t size, uint32_t protect);
    61 62   void LoadLib(std::string name);
    62 63   void WriteMemory(uintptr_t addr, std::vector<uint8_t> data);
    63 64  
    skipped 17 lines
Please wait...
Page is in error, reload to recover