l2-unlegits/L2Detect_2/hooks/hooks.h
2012-02-01 05:25:08 +00:00

9 lines
201 B
C

#pragma once
void Hook_connect( bool write_hook );
int __stdcall call_real_connect( int s, void *a, int l );
bool Hook_validateIntercept_connect();
void Hook_dbg_displayInterceptionState();