下次投胎之前,一定要把这个ROOTKIT放进地府的电脑里。。。
这是个我原创的笑话,估计只有玩底层的人才能看懂。#include <headfile.h>
#define MODE_EASY 0
#define MODE_HARD 1
#define MODE_HELL 2
typedef struct _PERSON_INFO
{
int sex; //1=male, 0=female
int MaxHeight;
int MaxRich;
int Face;
int Mode;
}PERSON_INFO, PPERSON_INFO;
STATUS Proxy_CreatePerson(WCHAR *CurrentName, PPERSON_INFO pi)
{
if(!wcscmp(CurrentName,L"Tesla.Angela"))
{
pi->sex = 1;
pi->MaxHeight = 185; //cm
pi->MaxRich = -1; //endless money
pi->Face = 100; //most handsome
pi->Mode = MODE_EASY;
}
return Ori_CreatePerson(CurrentName,pi);
}
void main()
{
HookFunction(CreatePerson,Proxy_CreatePerson,Ori_CreatePerson);
}
{:soso_e140:}{:soso_e179:} 你确定你下辈子走的是CreatePerson函数?{:soso_e100:}
页:
[1]