algo.h
来自「hl2 source code. Do not use it illegal.」· C头文件 代码 · 共 68 行
H
68 行
#ifdef __cplusplus
extern "C"
{
#endif
#ifndef APIENTRY
#define APIENTRY FAR PASCAL
#endif
void APIENTRY DK2SetupAlgorithmString ( LPSTR String, WORD Cmd );
void APIENTRY DK2SetMaximumIterations( WORD MaxIter );
void APIENTRY DK2Sub_ReadRandomNumbers( WORD DataReg,
LPSTR Id,
LPSTR PKey,
WORD Seed,
LPSTR Buffer );
void APIENTRY DK2Sub_ReadMemory( WORD DataReg,
LPSTR Id,
LPSTR PKey,
WORD Seed,
WORD Address,
LPSTR Buffer );
void APIENTRY DK2Sub_WriteMemory( WORD DataReg,
LPSTR Id,
LPSTR PKey,
WORD Seed,
WORD Address,
WORD SecretCounter,
LPSTR Password,
LPSTR DUSN,
LPSTR Buffer );
void APIENTRY DK2Sub_ReadDownCounter( WORD DataReg,
LPSTR Id,
LPSTR PKey,
LPDWORD DownCounter );
void APIENTRY DK2Sub_SubtractDownCounter( WORD DataReg,
LPSTR Id,
LPSTR PKey,
DWORD SubValue,
LPDWORD DownCounter );
void APIENTRY DK2Sub_RestartDownCounter( WORD DataReg,
LPSTR Id,
LPSTR PKey,
WORD SecretCounter,
LPSTR Password,
LPSTR DUSN,
DWORD DownCounter );
void APIENTRY DK2Sub_AccessNormalCommands( WORD DataReg,
LPSTR Id,
LPSTR PKey,
WORD Disable );
void APIENTRY DK2Algorithm( WORD Iterations,
LPSTR AlgoStr,
LPSTR PrivKey );
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?