自己开发的游戏脱机挂,放出来大家交流 CMd5::~CMd5() { if(Sfile.is_open())Sfile.close(); if(Pointer){delete[]Pointer; Pointer=NULL;} } LPCSTR CMd5::TargetFile(char *filename) { if(!Init())SetErr(1); static char temp[MAX_PATH]; strcpy(temp,fname); strcpy(fname,filename); CaculateFile(); return temp; } void CMd5::TargetStr(LPCSTR str) { if(!Init())SetErr(1); CaculateStr(str); } bool CMd5::Init() { *fname='\0'; IsSuc=true; *Digest='\0'; try{ Pointer=new BYTE[sizeof(ULONG)*16]; } catch(bad_alloc w) { Pointer=NULL; SetErr(1); } pM=(ULONG*)Pointer; FileLen=0; for(int i=0;i<4;i++) T[i]=Context[i]; return true; } bool CMd5::OpenFile() { Sfile.open(fname,ios::in|ios::nocreate|ios::binary); if(!Sfile) { SetErr(0); } return true; } bool CMd5::Read64Byte()
2022-01-17 18:23:23 7.72MB 脱机挂
1
目前最好的易语言写游戏封包脱机教程,来自独立团论坛:bbs.dult.cn
2021-12-29 21:18:36 1.06MB 易语言封包 脱机教程 易语言脱机
1
页游脱机挂源码,圣斗士页游脱机挂源码
2021-10-17 22:37:51 292KB 页游脱机
1