资源列表
[外挂编程] OEP
说明:OEP感染注入呢,最主要我们要了解OEP的概念。OEP就是程序的入口,比如我们编写一个DLL,那么OEP就相当于DllMain,如果编写一个EXE,那么OEP就相当于main或者WinMain。当windows把一个pe文件装载完成之后,就会直接执行OEP入口,即:AddressOfEntryPoint。我们学过PE知识得知,AddressOfEntryPoint是在IMAGE_OPTIONAL_HEADER32 结构的定义里面。-OEP infection injection, the mai<mrbang> 在 2025-06-08 上传 | 大小:169kb | 下载:1
[外挂编程] APC
说明:APC中文叫异步过程调用(APC)是NT异步处理体系结构中的一个基础部分。Alertable IO(告警IO)提供了更有效的异步通知形式,当IO请求完成后,一旦线程进入可告警状态,回调函数将会执行,也就是一个APC的过程。线程进入告警状态时,内核将会检查线程的APC队列,如果队列中有APC,将会按FIFO方式依次执行。如果队列为空,线程将会挂起等待事件对象。以后的某个时刻,一旦APC进入队列,线程将会被唤醒执行APC。-APC called asynchronous procedure call<mrbang> 在 2025-06-08 上传 | 大小:14kb | 下载:0
[外挂编程] HideProcess
说明:各种列举隐藏进程的方法.如果大家在看教程的过程中,对应PsCidTable这个句柄表不理解,可以看我文档推荐的文章-Hidden process methods are various. If everyone in the process of the tutorial, corresponding PsCidTable this handle table do not understand, can see my document recommended articles<mrbang> 在 2025-06-08 上传 | 大小:83kb | 下载:0
[外挂编程] CSharp-CaptchaExtractor
说明:验证码识别,可以学习验证码识别并且还能制作库.当然,源码学习很重要.-Identification verification code, can learn the verification code identification and also making library. Of course, it is important to learn the source code.<aisht> 在 2025-06-08 上传 | 大小:129kb | 下载:0
[外挂编程] PathFinder_source
说明:C# 的A星寻路算法.有各种躲避障碍的方法和选择.-C# A star pathfinding algorithm. A method and a choice of avoiding obstacles.<aisht> 在 2025-06-08 上传 | 大小:250kb | 下载:1
[外挂编程] CSharp-Sockets
说明:C# Sockets 通宵编程,简单使用.方便各种二次开发应用-C# Sockets overnight programming, simple to use convenient. Two development and application of various<aisht> 在 2025-06-08 上传 | 大小:115kb | 下载:0