-
在UNIX 下的C 原代码.查UNIX 下的系统时间。并取得时间的函数.
在UNIX 下的C 原代码.查UNIX 下的系统时间。并取得时间的函数.-under UNIX C source code. Investigation under the UNIX system time. And achieved a function of time.
- 2022-09-12 07:30:03下载
- 积分:1
-
Game console, corner type, the player and NPC share class has two main functions...
控制台小游戏,角类,玩家和NPC共用的类,主要有两个函数,一个是初始化,一个是升级-Game console, corner type, the player and NPC share class has two main functions, one is initialized, one is to upgrade
- 2022-03-09 20:29:19下载
- 积分:1
-
Asp.net2.0电子商务网源码Sql2000数据库文件
Asp.net2.0电子商务网源码Sql2000数据库文件-E-commerce network Asp.net2.0 source database file Sql2000
- 2022-09-10 16:45:06下载
- 积分:1
-
这是一个不错的小游戏啊,欢迎大家来下啊,好东西大家一起分享啊...
这是一个不错的小游戏啊,欢迎大家来下啊,好东西大家一起分享啊 -This is a good little game ah, welcoming everyone to come under ah, good things to share with everyone ah
- 2022-05-31 08:08:06下载
- 积分:1
-
学生和培训管理
培训管理系统 (TMS) 一直在旨在帮助提供监视和管理人员培训和交流有关类、 认证和过期日期设置为所有涉及的人的信息。
TMS 提供每个培训用户区域仪表板上显示个人培训信息和通知。
- 2023-02-01 00:45:03下载
- 积分:1
-
摄像机标定程序:用MATLAB语言编写,主程序是张…
摄像机标定程序:用matlab语言编写,zhang是主程序,请参考test以了解调用的方法-camera calibration procedures : using Matlab language, the main program is zhang, Please refer to test to find out the calling method
- 2022-05-19 19:42:18下载
- 积分:1
-
学生信息管理程序清单
功能要求:根据用户输入的学生序号,输出该学生的全部成绩,总分、平均分;
显示所有学生的信息;
显示有不及格课程的学生信息...
学生信息管理程序清单
功能要求:根据用户输入的学生序号,输出该学生的全部成绩,总分、平均分;
显示所有学生的信息;
显示有不及格课程的学生信息。-Student Information Management program list functional requirements: number of students based on user input, the output of all the student achievement total score, with an average points display the information of all students show that students do not pass the information.
- 2022-03-31 06:09:01下载
- 积分:1
-
我不太懂这个是不是有用的 希望如果没有用帮我删掉……抱歉啦...
我不太懂这个是不是有用的 希望如果没有用帮我删掉……抱歉啦-I do not quite understand this is not useful, if not used to help me ... sorry deleted Matata
- 2023-05-30 23:20:03下载
- 积分:1
-
这是个运动会记分程序,不知道大家感兴趣不,不过我觉得是我自己写的...
这是个运动会记分程序,不知道大家感兴趣不,不过我觉得是我自己写的-Games Points procedures, we do not know is not interested, but I think I wrote it myself
- 2022-02-06 13:51:30下载
- 积分:1
-
直接在内存运行PE
使用了PE加载技术、Hook技术用程序加载PE文件到内存并运行。当在内存中运行的程序,比如arp.EXE执行完之后就会退出,那结果是ExitProcess被调用,那将是我们主进程也结束,显然我们不希望这样。
处理办法:HOOK ExitProcess。问题来了,对MS的许多控制台程序,它们退出都是调用exit,所以如果HOOK ExitProcess, 那我们俩次在内存中运行arp.EXE之后就会死锁。所以对这类程序而言,不能H
OOK ExitProcess,只能HOOK msvcrt!exit。LOADER要加载一个EXE文件,这个EXE文件加载的地址是在0x400000。在我们LOADER的MAIN函数里面,这个地址已经被占用,而你是不能去Free这个地址
重新分布的,这样可能会导致程序崩溃,处理方法相见说明。
- 2022-01-21 18:51:40下载
- 积分:1