mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Moved every pattern to IDetour interface. This allows for debugging patterns scans more easily, and create threads during pattern searching (Operation is now fired in APIENTRY). Also cleaned up some unused code/extraneous comments. Slightly increased performance by purging duplicate patterns. Made variable search less dependent from other results (except if pattern-to-scan results is within the same header)
18 lines
545 B
C
18 lines
545 B
C
#pragma once
|
|
namespace
|
|
{
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
/* ==== ------- ========================================================================================================================================================= */
|
|
}
|
|
|
|
void R5Dev_Init();
|
|
void R5Dev_Shutdown();
|
|
|
|
void Systems_Init();
|
|
void Systems_Shutdown();
|
|
|
|
void WS_Init();
|
|
void WS_Shutdown();
|
|
void QueryCPUInfo();
|
|
void PrintHAddress();
|