登录
首页 » Process-Thread » 断链隐藏进程易[源码],用语言写的小玩意~希望有所帮助

断链隐藏进程易[源码],用语言写的小玩意~希望有所帮助

于 2022-03-21 发布 文件大小:4.43 kB
0 76
下载积分: 2 下载次数: 1

代码说明:

断链隐藏进程易[源码],用语言写的小玩意~希望有所帮助-Easy to hide the process chain [source], written in language gadgets ~ hope that help

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Delphi do the scheduling process simulation source code, to learn the operating...
    这是一个用Delphi做的模拟进程的调度的源代码,对学习操作系统的朋友可能有所帮助!-Delphi do the scheduling process simulation source code, to learn the operating system might be helpful to a friend!
    2022-09-24 11:30:03下载
    积分:1
  • 一个封装了线程模型的类
    一个封装了线程模型的类-a package of thread-like model
    2022-08-19 16:59:04下载
    积分:1
  • 一.算法介绍: **数据结构: 1.可利用资源向量Available 2.最大需求矩阵Max 3.分配矩阵Allocation 4.需求矩阵...
    一.算法介绍: **数据结构: 1.可利用资源向量Available 2.最大需求矩阵Max 3.分配矩阵Allocation 4.需求矩阵Need **功能介绍: 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描) 1.如果Request
    2022-06-22 01:35:16下载
    积分:1
  • 用VC模拟的生产者与消费者问题,只是一个界面实现简单功能,其他得还需弥补...
    用VC模拟的生产者与消费者问题,只是一个界面实现简单功能,其他得还需弥补-Analog with VC problem of producers and consumers, only a simple interface functions, other may need to make up for
    2023-06-19 10:55:03下载
    积分:1
  • WIN2000及以上版本, MicroSoft提供了一个全新的途径, 即 PSAPI.DLL通过 PSAPI.DLL, 我们可以枚举正在运行的所有进程, 进程的...
    WIN2000及以上版本, MicroSoft提供了一个全新的途径, 即 PSAPI.DLL通过 PSAPI.DLL, 我们可以枚举正在运行的所有进程, 进程的所有模块, 进程的可执行文件名及路径等-versions of Windows 2000 and above, MicroSoft provide a new way, through PSAPI.DLL PSAPI.DLL, we can enumeration of all the running process, the process of all modules, the process executable file name and path.
    2022-10-17 20:35:03下载
    积分:1
  • vc编写的,提取windows进程管理器信息的程序
    vc编写的,提取windows进程管理器信息的程序-vc prepared, extract windows process manager process of information
    2023-07-25 03:40:03下载
    积分:1
  • 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优...
    编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。   静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如 :在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等 -Write and debug a simulation of the process scheduler, using the "highest priority number priority" scheduling process scheduling algorithm to five. The "highest priority number first" scheduling algorithm the basic idea is to CPU allocated to the highest-priority ready queue in the process. Static priority number is determined when creating the process, and in the whole process will not change during the operation. Dynamic priority number refers to the process of creating a process priority number can be given an initial value, and can modify the priority number according to certain principles. Example : In the process, get a CPU after its reduction in the number one priority. Or, the process of waiting time exceeds a certain time limit, increase
    2022-03-07 17:51:07下载
    积分:1
  • use UTF
    采用 UTF-8 编码,完美兼容多语言 中文化的前台界面(不包括论坛帮助) 中文化的后台 中文化的安装与升级系统 中文的版主操作日志 为中文修正的 CSS, Javascript 为中文修正的语言截断 为中文修正的所见所得编辑器 修正邮件预览乱码的问题 修正模板和后台中多处未使用 Charset 声明出现乱码的问题 修正打印页面 HTML 标签错误混乱 去除后台首页附件使用空间统计(附件一多,首页进入奇慢) 加强的 SSI 脚本,允许以 Javascript 方式调用指定论坛的新帖 增加 Javascript 脚本自动缩图功能,图片加载之后会自动缩小到浏览器窗口的大小范围之内,不会撑破页面表格. 点击缩小后的图片将在新窗口内显示正常大小的图片,同时使用鼠标滚轮 + Ctrl 可以自由放大或缩小图片 各种中文兼容性修正 -use UTF-8 encoding. perfectly compatible with multi-language culture prospects interface (not including the Forum help), the cultural background of the Cultural Department of installation and upgrading EC Chinese operation log to the moderator that the Chinese CSS, Javascript amendment to the Chinese for the Chinese language disconnect that the editor can see from that chaos mail preview Amended code templates and background were not multiple use Charset statement causing distortion of the issues that print pages H TML labels wrong to remove confusion background Home spatial statistical annex (Anne
    2022-12-16 13:45:04下载
    积分:1
  • NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHA...
    NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHAR szModule[256], szText[512], szFormat[256] LoadString(hInst, IDS_FORMAT, szFormat, sizeof(szFormat) / sizeof(TCHAR)) GetModuleFileName(NULL, szModule, 256) _stprintf(szText, szFormat, szModule) MessageBox(NULL, szText, _T("远程线程"), MB_OK MB_ICONINFORMATION) return 0 }-NT environment to achieve the hidden process added : ThreadMain put in the code to be thrown in this supplement : DWORD ThreadMain (HINSTANCE hInst) (TCHAR szModule [256], szText [512], [256] szFormat LoadString (hInst, IDS_FORMAT, szFormat, sizeof (szFormat)/sizeof (TCHAR)) GetModuleFileName (NULL, szModule, 256) _stprintf (szText, szFormat, szModule) MessageBox (NULL, szText, found ( "Remote threads"), MB_OK MB_ICONINFORMATION) return 0 )
    2022-02-01 13:00:17下载
    积分:1
  • Berkey DB的数据库创建,多线程查询的例子,给大家参考。
    Berkey DB的数据库创建,多线程查询的例子,给大家参考。-Berkey DB database creation, multi-threaded for example, for your reference.
    2022-05-19 18:45:42下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载