实例介绍
请使用delphi2007编译, 去除数个后门,去除注册限制 删除部分冗余代码,减小程序体积,包含所需控件
【实例截图】
【核心代码】
淡抹夕阳源码
├── Common
│ ├── Base64.pas
│ ├── BiosHelp.pas
│ ├── Cast256.inc
│ ├── Const1.pas
│ ├── EDCode.pas
│ ├── EDcodebak.pas
│ ├── EncryptUnit.pas
│ ├── Function1.pas
│ ├── Function2.pas
│ ├── Function6.pas
│ ├── Function7.pas
│ ├── GetDSN.pas
│ ├── Grobal2.pas
│ ├── Grobal21.pas
│ ├── HUtil32.pas
│ ├── HttpDown.pas
│ ├── JServerSocket.pas
│ ├── JWinSock.pas
│ ├── Md5unit.PAS
│ ├── Mir2.ico
│ ├── MudUtil.pas
│ ├── MyUnits.pas
│ ├── Reg
│ │ ├── Base64.dcu
│ │ ├── Base64.pas
│ │ ├── BiosHelp.dcu
│ │ ├── BiosHelp.pas
│ │ ├── Cast256.inc
│ │ ├── Const1.dcu
│ │ ├── Const1.pas
│ │ ├── Const2.dcu
│ │ ├── Del.bat
│ │ ├── Function1.dcu
│ │ ├── Function1.pas
│ │ ├── Function2.dcu
│ │ ├── Function2.pas
│ │ ├── Function6.dcu
│ │ ├── Function6.pas
│ │ ├── Function7.dcu
│ │ ├── Function7.pas
│ │ ├── GetDSN.dcu
│ │ ├── GetDSN.pas
│ │ ├── HttpDown.pas
│ │ ├── MyUnits.pas
│ │ ├── SHA1.dcu
│ │ ├── ScriptEncode.pas
│ │ ├── Sha1.pas
│ │ ├── VersionId.dcu
│ │ ├── VersionId.pas
│ │ ├── const.inc
│ │ ├── const2.pas
│ │ ├── cont4.inc
│ │ ├── cont5.inc
│ │ ├── cont6.inc
│ │ ├── cont7.inc
│ │ ├── function3.dcu
│ │ ├── function3.pas
│ │ ├── function4.dcu
│ │ ├── function4.pas
│ │ ├── function5.dcu
│ │ ├── function5.pas
│ │ ├── function8.dcu
│ │ ├── function8.pas
│ │ ├── md5.dcu
│ │ ├── md5.pas
│ │ ├── myunits.dcu
│ │ ├── uCompress.dcu
│ │ └── uCompress.pas
│ ├── ScriptEncode.pas
│ ├── Sha1.pas
│ ├── Share.pas
│ ├── Unit_Reg.pas
│ ├── VersionId.pas
│ ├── _Const.pas
│ ├── _Decode.pas
│ ├── _Function.pas
│ ├── _Md5.pas
│ ├── const.inc
│ ├── const2.pas
│ ├── cont4.inc
│ ├── cont5.inc
│ ├── cont6.inc
│ ├── cont7.inc
│ ├── function3.pas
│ ├── function4.pas
│ ├── function5.pas
│ ├── function8.pas
│ ├── md5.pas
│ ├── uCompress.pas
│ ├── ws2tcpip.inc
│ ├── wsipx.inc
│ ├── wsnetbs.inc
│ ├── wsnwlink.inc
│ ├── 复件 Grobal2.pas
│ └── 复件 Grobal21.pas
├── EDBServer
│ ├── AddrEdit.dfm
│ ├── AddrEdit.pas
│ ├── AutoBackUp.dfm
│ ├── AutoBackUp.pas
│ ├── CreateChr.dfm
│ ├── CreateChr.pas
│ ├── CreateId.dfm
│ ├── CreateId.pas
│ ├── DBSMain.dfm
│ ├── DBSMain.pas
│ ├── DBServer.dpr
│ ├── DBServer.dproj
│ ├── DBServer.exe
│ ├── DBServer.identcache
│ ├── DBServer.res
│ ├── DBShare.pas
│ ├── DBTools.dfm
│ ├── DBTools.pas
│ ├── Dbsrc.ini
│ ├── EDCode.pas
│ ├── EditRcd.dfm
│ ├── EditRcd.pas
│ ├── FDBexpl.dfm
│ ├── FDBexpl.pas
│ ├── FIDHum.dfm
│ ├── FIDHum.pas
│ ├── FSMemo.dfm
│ ├── FSMemo.pas
│ ├── HumDB.pas
│ ├── IDSocCli.dfm
│ ├── IDSocCli.pas
│ ├── MudUtil.pas
│ ├── RouteEdit.dfm
│ ├── RouteEdit.pas
│ ├── RouteManage.dfm
│ ├── RouteManage.pas
│ ├── ShareUnit.pas
│ ├── TestSelGate.dfm
│ ├── TestSelGate.pas
│ ├── UsrSoc.dfm
│ ├── UsrSoc.pas
│ ├── frmcpyrcd.dfm
│ ├── frmcpyrcd.pas
│ ├── localDb.pas
│ ├── newchr.dfm
│ ├── newchr.pas
│ ├── qrfilename.dfm
│ ├── qrfilename.pas
│ ├── viewrcd.dfm
│ └── viewrcd.pas
├── EGameCenter
│ ├── DataBackUp.pas
│ ├── EDcode.pas
│ ├── GCertServerSet.dfm
│ ├── GCertServerSet.pas
│ ├── GLoginServer.dfm
│ ├── GLoginServer.pas
│ ├── GLoginServerRouteSet.dfm
│ ├── GLoginServerRouteSet.pas
│ ├── GMain.dfm
│ ├── GMain.pas
│ ├── GShare.pas
│ ├── GameCenter.dpr
│ ├── GameCenter.dproj
│ ├── GameCenter.exe
│ ├── GameCenter.identcache
│ ├── GameCenter.res
│ ├── RSA.pas
│ └── Share.pas
├── ELogDataServer
│ ├── DELTEMP.BAT
│ ├── Grobal2.pas
│ ├── HUtil32.pas
│ ├── LDShare.pas
│ ├── LogDataMain.dfm
│ ├── LogDataMain.pas
│ ├── LogDataServer.dpr
│ ├── LogDataServer.dproj
│ ├── LogDataServer.exe
│ ├── LogDataServer.identcache
│ ├── LogDataServer.res
│ └── Temp
│ ├── Grobal2.dcu
│ ├── HUtil32.dcu
│ ├── LDShare.dcu
│ └── LogDataMain.dcu
├── ELoginGate
│ ├── Clearold.bat
│ ├── Dcus
│ │ ├── EDcode.dcu
│ │ ├── GateShare.dcu
│ │ ├── GeneralConfig.dcu
│ │ ├── Grobal2.dcu
│ │ ├── HUtil32.dcu
│ │ ├── IPaddrFilter.dcu
│ │ ├── JSocket.dcu
│ │ └── Main.dcu
│ ├── EDCode.pas
│ ├── GateShare.pas
│ ├── GeneralConfig.dfm
│ ├── GeneralConfig.pas
│ ├── IPaddrFilter.dfm
│ ├── IPaddrFilter.pas
│ ├── LoginGate.dpr
│ ├── LoginGate.dproj
│ ├── LoginGate.exe
│ ├── LoginGate.res
│ ├── Main.dfm
│ └── Main.pas
├── ELoginSrv
│ ├── Del.bat
│ ├── EditUserInfo.dfm
│ ├── EditUserInfo.pas
│ ├── FAccountView.dfm
│ ├── FAccountView.pas
│ ├── FrmFindId.dfm
│ ├── FrmFindId.pas
│ ├── GateSet.dfm
│ ├── GateSet.pas
│ ├── GrobalSession.dfm
│ ├── GrobalSession.pas
│ ├── IDDB.pas
│ ├── LMain.dfm
│ ├── LMain.pas
│ ├── LSShare.pas
│ ├── LoginSrv.dpr
│ ├── LoginSrv.dproj
│ ├── LoginSrv.exe
│ ├── LoginSrv.identcache
│ ├── LoginSrv.res
│ ├── MasSock.dfm
│ ├── MasSock.pas
│ ├── MonSoc.dfm
│ ├── MonSoc.pas
│ ├── MudUtil.pas
│ ├── Parse.pas
│ ├── aboutunit.dfm
│ └── aboutunit.pas
├── ERunGate
│ ├── Base64.pas
│ ├── BlockIPList.txt
│ ├── CleEngn.pas
│ ├── Compilers.inc
│ ├── Config.ini
│ ├── DESCrypt.pas
│ ├── EDCode.pas
│ ├── GateShare.pas
│ ├── GeneralConfig.dfm
│ ├── GeneralConfig.pas
│ ├── Grobal2.pas
│ ├── IPaddrFilter.dfm
│ ├── IPaddrFilter.pas
│ ├── JNetwork.pas
│ ├── JSocket.pas
│ ├── MD5.pas
│ ├── Main.dfm
│ ├── Main.pas
│ ├── MessageFilterConfig.dfm
│ ├── MessageFilterConfig.pas
│ ├── PrefConfig.dfm
│ ├── PrefConfig.pas
│ ├── RegSoft.dfm
│ ├── RegSoft.pas
│ ├── RunGate.dpr
│ ├── RunGate.dproj
│ ├── RunGate.exe
│ ├── RunGate.identcache
│ ├── RunGate.ini
│ ├── RunGate.res
│ ├── Unit1.dfm
│ ├── Unit1.pas
│ ├── inCheatFrm.dfm
│ └── inCheatFrm.pas
├── ESelGate
│ ├── Clearold.bat
│ ├── EDCode.pas
│ ├── GateShare.pas
│ ├── GeneralConfig.dfm
│ ├── GeneralConfig.pas
│ ├── IPaddrFilter.dfm
│ ├── IPaddrFilter.pas
│ ├── Main.dfm
│ ├── Main.pas
│ ├── SelGate.dpr
│ ├── SelGate.dproj
│ ├── SelGate.drc
│ ├── SelGate.exe
│ ├── SelGate.identcache
│ └── SelGate.res
├── EWolServer
│ ├── ActionSpeedConfig.dfm
│ ├── ActionSpeedConfig.pas
│ ├── AddGroup.dfm
│ ├── AddGroup.pas
│ ├── AttackSabukWallConfig.dfm
│ ├── AttackSabukWallConfig.pas
│ ├── BnkEngn.pas
│ ├── Castle.pas
│ ├── CastleAttackEdit.dfm
│ ├── CastleAttackEdit.pas
│ ├── CastleManage.dfm
│ ├── CastleManage.pas
│ ├── CatDes.pas
│ ├── CheckMem.pas
│ ├── Command.ini
│ ├── ConfigMerchant.dfm
│ ├── ConfigMerchant.pas
│ ├── ConfigMonGen.dfm
│ ├── ConfigMonGen.pas
│ ├── DBLogDlg.dfm
│ ├── DBLogDlg.pas
│ ├── DBPWDlg.dfm
│ ├── DESCrypt.pas
│ ├── Debug.inc
│ ├── EDcode.pas
│ ├── Envir.pas
│ ├── EnvirOK.pas
│ ├── Event.pas
│ ├── FSrvValue.dfm
│ ├── FSrvValue.pas
│ ├── FrnEngn.pas
│ ├── FunctionConfig.dfm
│ ├── FunctionConfig.pas
│ ├── GameCommand.dfm
│ ├── GameCommand.pas
│ ├── GameConfig.dfm
│ ├── GameConfig.pas
│ ├── GeneralConfig.dfm
│ ├── GeneralConfig.pas
│ ├── GlobaSession.dfm
│ ├── GlobaSession.pas
│ ├── Grobal2.pas
│ ├── Guild.pas
│ ├── HumanInfo.dfm
│ ├── HumanInfo.pas
│ ├── IdSrvClient.dfm
│ ├── IdSrvClient.pas
│ ├── InterMsgClient.dfm
│ ├── InterMsgClient.pas
│ ├── InterServerMsg.dfm
│ ├── InterServerMsg.pas
│ ├── ItemSet.dfm
│ ├── ItemSet.pas
│ ├── ItmUnit.pas
│ ├── JClasses.pas
│ ├── JNetwork.pas
│ ├── JSocket.pas
│ ├── LocalDB.dfm
│ ├── LocalDB.pas
│ ├── M2Share.pas
│ ├── Magic.pas
│ ├── Mission.pas
│ ├── MonsterConfig.dfm
│ ├── MonsterConfig.pas
│ ├── MsgList.txt
│ ├── Mudutil.pas
│ ├── NoticeM.pas
│ ├── O.JSocket.pas
│ ├── ObjAxeMon.pas
│ ├── ObjBase.pas
│ ├── ObjGuard.pas
│ ├── ObjMon.pas
│ ├── ObjMon2.pas
│ ├── ObjNpc.pas
│ ├── ObjRobot.pas
│ ├── Objmonty.pas
│ ├── Objys.pas
│ ├── OnlineMsg.dfm
│ ├── OnlineMsg.pas
│ ├── PlugIn.pas
│ ├── PlugInManage.dfm
│ ├── PlugInManage.pas
│ ├── PlugList.txt
│ ├── Psock.pas
│ ├── QMemory.pas
│ ├── Readme.txt
│ ├── RegSoft.dfm
│ ├── RegSoft.pas
│ ├── RunDB.pas
│ ├── RunSock.pas
│ ├── String.ini
│ ├── URLParse.pas
│ ├── USER_MD5.pas
│ ├── UnitManage.pas
│ ├── UnitRegisterSoft.dfm
│ ├── UnitRegisterSoft.pas
│ ├── Unit_Item.dfm
│ ├── Unit_Item.pas
│ ├── UsrEngn.pas
│ ├── ViewKernelInfo.dfm
│ ├── ViewKernelInfo.pas
│ ├── ViewLevel.dfm
│ ├── ViewLevel.pas
│ ├── ViewList.dfm
│ ├── ViewList.pas
│ ├── ViewOnlineHuman.dfm
│ ├── ViewOnlineHuman.pas
│ ├── ViewSession.dfm
│ ├── ViewSession.pas
│ ├── WolServer.dpr
│ ├── WolServer.dproj
│ ├── WolServer.exe
│ ├── WolServer.identcache
│ ├── WolServer.res
│ ├── __history
│ │ ├── svMain.dfm.~1~
│ │ └── svMain.pas.~1~
│ ├── aboutunit.dfm
│ ├── aboutunit.pas
│ ├── svMain.dfm
│ ├── svMain.pas
│ ├── untTQQWry.pas
│ └── wolServer.cfg
├── GameEngineProject.groupproj
├── woool.ico
├── 控件
│ ├── JSocket
│ │ ├── Install.dpk
│ │ ├── Install.res
│ │ ├── JNetwork.dcu
│ │ ├── JNetwork.pas
│ │ ├── JSocket.dcu
│ │ ├── JSocket.pas
│ │ └── O.JSocket.pas
│ └── VCLZip
│ ├── ADLER32.OBJ
│ ├── DEFLATE.OBJ
│ ├── INFBLOCK.OBJ
│ ├── INFCODES.OBJ
│ ├── INFFAST.OBJ
│ ├── INFLATE.OBJ
│ ├── INFTREES.OBJ
│ ├── INFUTIL.OBJ
│ ├── JEDI.INC
│ ├── KPLib.dcu
│ ├── KPLib.pas
│ ├── KPZCNST.RES
│ ├── KpSmall.dcu
│ ├── KpSmall.pas
│ ├── Kpzcnst.dcu
│ ├── Kpzcnst.pas
│ ├── Kpzcnst.rc
│ ├── SFX
│ │ └── sfx32pro.bin
│ ├── TREES.OBJ
│ ├── VCLUnZip.dcr
│ ├── VCLUnZip.dcu
│ ├── VCLUnZip.pas
│ ├── VCLZip.GID
│ ├── VCLZip.cnt
│ ├── VCLZip.dcr
│ ├── VCLZip.dcu
│ ├── VCLZip.hlp
│ ├── VCLZip.pas
│ ├── VCLZipD7_3.cfg
│ ├── VCLZipD7_3.dcu
│ ├── VCLZipD7_3.dof
│ ├── VCLZipD7_3.dpk
│ ├── VCLZipD7_3.res
│ ├── VCLZipD7_3.~dpk
│ ├── VCLZipHelp.hpj
│ ├── VCLZipHelp.rtf
│ ├── disclaim.txt
│ ├── install.txt
│ ├── kpBITS.PAS
│ ├── kpCntn.dcu
│ ├── kpCntn.pas
│ ├── kpDFLT.PAS
│ ├── kpDefs.inc
│ ├── kpDiskIOWin9x.dcu
│ ├── kpDiskIOWin9x.pas
│ ├── kpDiskIOs.dcu
│ ├── kpDiskIOs.pas
│ ├── kpExpld.Pas
│ ├── kpFile.Pas
│ ├── kpInflt.Pas
│ ├── kpMatch.dcu
│ ├── kpMatch.pas
│ ├── kpSConst.pas
│ ├── kpSFXCfg.dcr
│ ├── kpSFXCfg.dcu
│ ├── kpSFXCfg.pas
│ ├── kpSFXOpt.pas
│ ├── kpSHuge.dcu
│ ├── kpSHuge.pas
│ ├── kpSStrm.dcu
│ ├── kpSStrm.pas
│ ├── kpTREES.PAS
│ ├── kpUnrdc.Pas
│ ├── kpUnzipp.Pas
│ ├── kpUshrnk.Pas
│ ├── kpZConst.Pas
│ ├── kpZTypes.Pas
│ ├── kpZipObj.dcu
│ ├── kpZipObj.pas
│ ├── kphstrms.pas
│ ├── readme.txt
│ ├── zlib122
│ │ ├── adler32.obj
│ │ ├── compress.obj
│ │ ├── crc32.obj
│ │ ├── deflate.obj
│ │ ├── infback.obj
│ │ ├── inffast.obj
│ │ ├── inflate.obj
│ │ ├── inftrees.obj
│ │ └── trees.obj
│ └── 新建 文本文档.txt
└── 新增文字文件.txt
18 directories, 488 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论