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