mirror of
https://github.com/x64dbg/ScyllaHide
synced 2026-08-11 18:26:03 -04:00
4 lines
119 B
C
4 lines
119 B
C
#pragma once
|
|
#include <windows.h>
|
|
|
|
INT_PTR CALLBACK AttachProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|