-
状态机描述,可以从简单到复杂,供初学者使用。
状态机的描述,可以从简单到复杂,供初学者使用是很好的起步例子.-State machine description, can be from simple to complex, for beginners to use is a good starting example.
- 2022-03-20 08:54:23下载
- 积分:1
-
网络版珠宝大对决。
Sources目录为源代码,包含所有公共单元BaseClass|客户端服务DLL GemFight|服务端 GemFightSer...
网络版珠宝大对决。
Sources目录为源代码,包含所有公共单元BaseClass|客户端服务DLL GemFight|服务端 GemFightServer
BIN目录为运行程序的目录
执行顺序
先运行bin目录下的服务端CenterServer.exe
此程序是登陆服务器 负责在线服务信息的路由。
bin目录下的服务端GemFightGameServer.exe
此程序是游戏服务器 负责珠宝大对决的游戏信息处理信息。
Bin客户端Client.exe
这个就是客户端了也就是游戏大厅 运行后
输入登陆服务器IP即可
账号可以使用 1~5登陆密码和账号相同
登陆后选择珠宝大对决服务器 任意加入2张桌子选择举手,双方都举手后即可开始2人对战。支持多人游戏。
-network version of a showdown between jewelry. Sources directory of the source code, All modules contain public BaseClass | client services DLL GemFight | server Ge mFightServer BIN directory for the program to run the list of first order of operation under the bin directory server CenterServer.exe this procedure is landing server online information service routing . The bin directory server GemFightGameServer.exe this procedure is the game Jewelry server for a showdown between the game of information processing. Bin client Client.exe the client is a games hall is running after importation Teng Lu IP server can a
- 2023-04-13 04:40:04下载
- 积分:1
-
open cart PHP source code
OpenCart is a turn-key ready "out of the box" shopping cart solution. You simply install, select your template, add products and you"re ready to start accepting orders.
It has order management and multiple payment gateways already built in and we provide lifetime free support and free software updates.
- 2022-08-09 15:34:14下载
- 积分:1
-
point font
point font
- 2023-08-08 14:25:02下载
- 积分:1
-
Garden mysterious game programming language source code : VB
游戏神秘花园原代码
编程语言:VB
-Garden mysterious game programming language source code : VB
- 2022-03-24 15:26:25下载
- 积分:1
-
VB API HOOK拦截程序源码
VB 基于API HOOK拦截程序源码,演示VB如何拦截API呼叫,這是網友問的問題,雖然這個問題並不適合用VB做,但並不是做不到,要多繞一段路,這個問題重點在於執行檔中的IAT(Import Address Table) 如果你對於PE黨並不熟悉 請參考PE檔簡介。一個Process再執行時,會將許多DLL載入到行程空間中,如呼叫User32.dll中的MessageBoxW就必須將User32.dll載入到位址空間,呼叫越多不同種的API,位址空間中的模組也就越多,至於如何得知行程所載入的模組請參考如何取得Process中載入的模組的資訊。
一般來說,如果是執行Notepad.exe 我們只要攔截模組Notepad.exe的IAT即可,除非你想攔截Notepad.exe是否有透過其他DLL去執行要攔截的函數,才需要去攔截其他載入的模組,這個程式整個攔截的過程如下:
1.在要攔截的程式上配置2塊記憶體空間,一塊用來放要攔截的程式,一塊用來放所需要用的區域變數 至於如何再外部程式配置記憶體請參考如何在外部程式配置記憶體
AddressOfRemoteFunction=CreateRemoteMememory(SomeProcess,FunctionSize)
AddressOfVar=CreateRemoteMememory(SomeProcess,DataSize)
2.將要注射的函數寫到配置的位址空間 並初使化變數
Call WriteCodeTo(AddressOfRemoteFunction)
[AddressOfVar]=1
[AddressOfVar+256]=Old_FunctionAddress
3.修改IAT位址到新配置的函數
- 2023-07-21 01:35:17下载
- 积分:1
-
VB提取透明图标制作工具条
VB提取BMP中的半透明图片来制作实现带图标的工具条,主要是利用VB中的BitBlt API 函数来处理透明图片,最终的处理效果还算可以,若制作工具条时候,需要一些透明风格的BMP图标资源,可使用本工具打开BMP图像,提取其中的图标资源。
- 2023-02-17 06:15:04下载
- 积分:1
-
ssd5 exercise1,
ssd5 exercise1答案,绝对正确-ssd5 exercise1,
- 2023-04-09 08:40:03下载
- 积分:1
-
SDRAM的原理和时序的介绍资料,比较实用,可以下载了
SDRAM的原理和时序的介绍资料,比较实用,可以下载了-SDRAM timing of the introduction of the principles and information, more practical, you can download to look at the
- 2022-07-07 02:18:04下载
- 积分:1
-
MODBUS protocol debugging software, make this comparison useful and useful on th...
MODBUS协议调试软件,做这的比较好用,有用的就下载-MODBUS protocol debugging software, make this comparison useful and useful on the download
- 2022-01-26 02:59:11下载
- 积分:1