Welcome![Sign In][Sign Up]
Location:
Search - share memory delphi

Search list

[Delphi VCLBigBrainPro_D7-D2005rar

Description: 内存管理程序,功能与FASTMM相似,PLEASE NOTE: There are two ways to install BigBrain. You may use the memory manager code natively compiled into your EXE or you can use an included external DLL which will allow you to share memory across multiple DLLs with one central place for memory management. Using the DLL allows your application to share strings, and serves the same purpose as the ShareMem unit included with Delphi. BigBrainShareMem.dll should be 100% compatible with the DelphiMM.dll and could even simply be renamed to DelphiMM.dll to simplify deployment.
Platform: | Size: 231696 | Author: cheng xiaoyi | Hits:

[Hook apiApi Hook和封包拦截技术

Description: const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD //HOOK句柄 OldWndProc: pointer //旧的窗口过程 end-const WM_UNSUBCLASS = WM_USER 2001// Uninstall subclass of news WM_SENDDATA = WM_USER 2003// received new data to be sent information packets type PMyDLLVar = ^ TMyDLLVar// used to share memory data structure TMyDLLVar = record SubClass : Boolean// if the child class of HookWindow, SpyWindow : LongWORD// HOOK to install a window for receiving news and the window hHook : LongWORD// handle OldWndProc HOOK : pointer// old process end window
Platform: | Size: 198656 | Author: 黄春标 | Hits:

[Internet-Networkmemmessage

Description: 获得系统的内存信息的小例子,我觉得不存,拿出来大家分享-Access to system memory information small example, I do not think we kept up to everyone to share
Platform: | Size: 171008 | Author: 果松 | Hits:

[Delphi VCLBigBrainPro_D7-D2005rar

Description: 内存管理程序,功能与FASTMM相似,PLEASE NOTE: There are two ways to install BigBrain. You may use the memory manager code natively compiled into your EXE or you can use an included external DLL which will allow you to share memory across multiple DLLs with one central place for memory management. Using the DLL allows your application to share strings, and serves the same purpose as the ShareMem unit included with Delphi. BigBrainShareMem.dll should be 100% compatible with the DelphiMM.dll and could even simply be renamed to DelphiMM.dll to simplify deployment.-Memory management procedures, functions and FASTMM similar, PLEASE NOTE: There are two ways to install BigBrain. You may use the memory manager code natively compiled into your EXE or you can use an included external DLL which will allow you to share memory acrossmultiple DLLs with one central place for memory management. Using the DLLallows your application to share strings, and serves the same purposeas the ShareMem unit included with Delphi. BigBrainShareMem.dll shouldbe 100 compatible with the DelphiMM.dll and could even simply be renamed to DelphiMM.dll to simplify deployment.
Platform: | Size: 231424 | Author: cheng xiaoyi | Hits:

[Game Hook CrackReadMem

Description: 这是一款游戏内存遍历工具,发出来给大家一起分享一下-This is a game of memory traversal tools, sent to give everyone together to share!!!!
Platform: | Size: 37888 | Author: 杨记航 | Hits:

[OtherShareMemory

Description: 怎样用delphi内存映射实现共享内存的实例, FMap := CreateFileMapping($FFFFFFFF, nil, PAGE_READWRITE, 0, size, PChar(name)) -how to share memory using Delphi
Platform: | Size: 1024 | Author: ganlin | Hits:

[Hook apiDELPHI_two_exe_sharemem

Description: 两个EXE文件之间通过内存共享数据,可以用于注册机,键盘密码记录等学习用。-Between the two EXE files to share data through memory, can be used to Zhuceji records to learn the keyboard with a password.
Platform: | Size: 359424 | Author: 彭龙辉 | Hits:

[Delphi VCLJournalHook

Description: Delphi 键盘记录钩子的简单编写,先创建内存共享,再安装Dll钩子,挂钩在Keyboard上,这样可以记录所有程序的键盘事件。-Delphi keylogger hook simple preparation, first create a memory to share, and then install the Dll hook, hook in the Keyboard, so that the program can record all keyboard events.
Platform: | Size: 431104 | Author: 王文亮 | Hits:

[Delphi VCLDelphi_MDI_child_inside_a_Package

Description: A Delphi Package is a special type of DLL, designed only to be used by Delphi applications. If your modules are developed as packages and not as DLLs, all modules will share the same memory manager, the VCL globals like Application and Screen, the same copy of the RTL and VCL code in memory!
Platform: | Size: 18432 | Author: geonz | Hits:

CodeBus www.codebus.net