资源列表
排序选择:
[Dephi控件源码] Delphi_706155
说明:Delphi:POS58打印机无驱打印源码,赛飞亚绿色超市POS小票为样例,使用Delphi编写无控件无需驱动的POS打印程序,在POS小票上显示销售日期、超市名称、单号、收银员姓名、商品名称、磁卡、现金、地址和联系电话等信息,目前来说,是一个比较实用的Delphi打印程序。 -Delphi: POS58 printer hassel print source, race Favor green supermarket POS ticket for a small sample, the u<QGGE4H1> 在 2025-09-30 上传 | 大小:3kb | 下载:0
[Dephi控件源码] Delphi_711474
说明:Delphi:Delphi源码编写的一个窗口隐藏工具的源码,控件使用了RxMenu,窗体中有一个滑块对象,有控件的尝试编译一下源码。 -Delphi: Delphi source code written in a window hide tool source control uses the RxMenu, has a slider form object, there is an attempt to compile the controls at the source.<QGGE4H1> 在 2025-09-30 上传 | 大小:6kb | 下载:0
[Dephi控件源码] Delphi_726242
说明:Delphi:建立临时文件的Delphi源码示例,请在事先定义好临时文件名称,在某些时候,我们需要程序生成临时文件或临时目录,在此你可借鉴本Delphi源码,新手更应该看哦。 -Delphi: Delphi source code examples to establish temporary files, temporary files defined in advance the name, at some point, we need to program generates temp<QGGE4H1> 在 2025-09-30 上传 | 大小:29kb | 下载:0
[Dephi控件源码] Delphi_750735
说明:Delphi:Delphi采用API实现文件拖放操作取得文件路径,拖动结束后松开鼠标,文件的路径信息立即显示在程序窗口中,看似简单的功能,但现在许多主流的软件甚至都在用,比如拖放打开文件等。 -Delphi: Delphi files using drag and drop API implementation to obtain the file path, release the mouse after dragging the end, the file path informatio<QGGE4H1> 在 2025-09-30 上传 | 大小:7kb | 下载:0
[Dephi控件源码] Delphi_781561
说明:Delphi:delphi7编写的生产管理系统源码下载,内含建库脚本,界面做的挺漂亮,想做类似管理系统的Delphi爱好者,可下载源码借鉴参考。运行本生产管理系统前,需要先配置好数据库连接,否则程序报错。 -Delphi: delphi7 written production management system source code download, building a database that contains the scr ipt, the interface is very<1VAFLP0> 在 2025-09-30 上传 | 大小:11kb | 下载:0
[Dephi控件源码] Delphi_825454
说明:Delphi:Delphi使用FileExists函数检查文件是否存在,附演示程序源代码,因为只注重功能演示,所以程序还有很多需要完善的地方,文本框中的路径需要手功输入,有时间的可自己完善。 -Delphi: Delphi use the FileExists function to check whether a file exists, with a demo program source code, because only focus on functional demo, so t<1VAFLP0> 在 2025-09-30 上传 | 大小:13kb | 下载:0
[外挂编程] GameDoubleRun
说明:游戏的常用用户层下的多开方式Commonly used way of rolled DXF rolled to level - Commonly used way of rolled DXF rolled to level<mrbang> 在 2025-09-30 上传 | 大小:85kb | 下载:0
[外挂编程] 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-09-30 上传 | 大小:169kb | 下载:1
[外挂编程] APC
说明:APC中文叫异步过程调用(APC)是NT异步处理体系结构中的一个基础部分。Alertable IO(告警IO)提供了更有效的异步通知形式,当IO请求完成后,一旦线程进入可告警状态,回调函数将会执行,也就是一个APC的过程。线程进入告警状态时,内核将会检查线程的APC队列,如果队列中有APC,将会按FIFO方式依次执行。如果队列为空,线程将会挂起等待事件对象。以后的某个时刻,一旦APC进入队列,线程将会被唤醒执行APC。-APC called asynchronous procedure call<mrbang> 在 2025-09-30 上传 | 大小:14kb | 下载:0