Welcome![Sign In][Sign Up]
Location:
Search - DLL memory load

Search list

[GUI Developappface_vc

Description: AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件:   首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: \"appface.h\", \"appface.dll\" ,\"gtclassic.urf\" 。   接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将\"appface.h\" 拷贝到该工程目录下,将\"Appface.dll\"拷贝到该工程的输出目录下,例如:\"debug\\\",将\"gtclassic.urf\"拷贝到资源所在目录下 。在VC 的项目管理器中进入资源管理项,在右键菜单中选择\"Import\",将\"gtclassic.urf\"添加进工程,资源类型设定为: \"MYRESTYPE\",资源ID设定为\"IDR_MY_URF\"。注意:资源ID 前面一定要加双引号 -AppFace supports three skin loading from the disk loading, loading resources from the memory load. Now, I would talk about how to load resources from the URF skin document : first, to ensure that you downloaded AppFace for VC development kits, we have to use th ree documents : "appface.h", "appface.dll", "gtclassic.urf." Next, create an executable file VC, MDI/SDI/DIALOG/WIN32 types of can, I would like to create a DIALOG project ResSkin explanation. "Appface.h" copy to the project directory, "Appface.dll" copied to the output of the project directory, for example : "debug \\", "gtclassic.urf" copy of the directory containing the resources. VC in the project manager to enter the resource management, and in the right me
Platform: | Size: 590150 | Author: 钱博 | Hits:

[GUI Developappface_vc

Description: AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件:   首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: "appface.h", "appface.dll" ,"gtclassic.urf" 。   接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将"appface.h" 拷贝到该工程目录下,将"Appface.dll"拷贝到该工程的输出目录下,例如:"debug\",将"gtclassic.urf"拷贝到资源所在目录下 。在VC 的项目管理器中进入资源管理项,在右键菜单中选择"Import",将"gtclassic.urf"添加进工程,资源类型设定为: "MYRESTYPE",资源ID设定为"IDR_MY_URF"。注意:资源ID 前面一定要加双引号 -AppFace supports three skin loading from the disk loading, loading resources from the memory load. Now, I would talk about how to load resources from the URF skin document : first, to ensure that you downloaded AppFace for VC development kits, we have to use th ree documents : "appface.h", "appface.dll", "gtclassic.urf." Next, create an executable file VC, MDI/SDI/DIALOG/WIN32 types of can, I would like to create a DIALOG project ResSkin explanation. "Appface.h" copy to the project directory, "Appface.dll" copied to the output of the project directory, for example : "debug \", "gtclassic.urf" copy of the directory containing the resources. VC in the project manager to enter the resource management, and in the right me
Platform: | Size: 589824 | Author: 钱博 | Hits:

[Algorithmc++_class_matrix

Description: 完整的矩阵类,实现的功能如下: 方阵、拷贝构造、初始化,分配矩阵数据的内存,并全部置0、将方阵初始化为方阵、设置矩阵个元素的值、得到知道元素的值、获取矩阵的列数、获取矩阵的行数、获取矩阵的数据、获取指定行的向量、获取指定列的向量、重载运算符 = 、重载运算符 ==、重载运算符 !=、重载运算符 +、重载运算符 - 重载运算符 数乘*、重载运算符 矩阵相乘* 矩阵转置。-integrity of the matrix type, function as follows : Lineup, copy structure, initialization, distribution matrix of data memory, All the home 0 to initialize arrays of arrays installed matrix elements of value, be aware of the value elements, Access Matrix number, access to the Matrix a few, access to the data matrix, the designated access vector, The designated access vector, heavy Operators =, operator == heavy, heavy load Operators! =, heavy Operators, Heavy Operators- Heavy Operators multiply*, heavy Operators matrix multiplication* matrix transpose.
Platform: | Size: 3072 | Author: dingdong | Hits:

[Windows DevelopPeMemPeLoader

Description: 从内存中加载DLL和EXE文件,支持压缩的文件.-From memory to load DLL and EXE files, compressed file support.
Platform: | Size: 5767168 | Author: 李林 | Hits:

[source in ebookloadmem

Description: LOAD dll in memory-LOAD dll in memory
Platform: | Size: 153600 | Author: ntaryl | Hits:

[Windows DevelopDLL_Memory_Loader

Description: Load a Dll From memory
Platform: | Size: 4096 | Author: vvj | Hits:

[Windows DevelopRuntime_Dynamic_DLL_Loading

Description: This archive contains two Code::Blocks project. The first one is a DLL skeleton. It includes a default DLLMain function (the DLL entry point) that is called when the DLL is loaded in the memory and a sample function HelloDll. The second project contains a console application that calls LoadLibrary to load the DLL in the virtual address space of the application and GetProcAddreess to get the address of the HelloDll function. After calling the HelloDll function, the Dll is unloaded using FreeLibrary. This is an elegant start-up solution for efficient memory utilisation, plugin system or error tolerant software(missing DLL means missing functionality and application crash can be avoided).
Platform: | Size: 8192 | Author: mihi64 | Hits:

[OS programdllload

Description: 不使用LoadLibrary加载DLL,此方法可以加密DLL,运行动态解密,然后直接在内存中加载,或把DLL当资源放在EXE中,运行只在内存中解开,不需要外带d-Do not use LoadLibrary load the DLL, this method can be encrypted DLL, run the dynamic decryption, and then directly loaded in memory, or the DLL when resources are placed in EXE, run only in memory, unlock, requires no external dll
Platform: | Size: 11264 | Author: 王高全 | Hits:

[Windows DevelopDllMemoryLoader

Description: load a dll from resource to memory without writting to disk
Platform: | Size: 4096 | Author: UnNamed053 | Hits:

[e-languagepfsz

Description: 内存加载皮肤设置for易语言(SkinH_EL.dll) -Memory load skin settings for easy language (SkinH_EL.dll)
Platform: | Size: 257024 | Author: twtybai | Hits:

[e-languageDC

Description: 《易语言》把Dc绘画 封装成一个 类 外加之前发过的 SkinH_EL.dll内存加载多加了几个函数-Dc painting the package into a class of hair off before additional memory load more SkinH_EL.dll several functions
Platform: | Size: 354304 | Author: twtybai | Hits:

[Compress-Decompress algrithmsDz7Zip

Description: 7z压缩接口封装成控件(内存加载7Z.DLL 无需安装7Z和 7Z.DLL) 内存封装了 7z.dll 无需安装 7z 无需 7z.dll 支持文件压缩 和文件夹压缩 采用线程池压缩和解压缩技术 -7z compression interface, packaged into control (no need to install memory load 7Z.DLL 7Z and 7Z.DLL) memory encapsulates 7z.dll no 7z.dll without having to install 7z support file compression and folder compression compression and decompression using the thread pool technology
Platform: | Size: 363520 | Author: 老夫子 | Hits:

[e-languagepifu

Description: 易语言开发,内存加载运行she皮肤,不释放dll文件。-Easy language development, memory load operation she skin, do not release the dll file.
Platform: | Size: 370688 | Author: lilei | Hits:

[OS programload_dll_from_mem

Description: load dll from memory
Platform: | Size: 223232 | Author: 小明 | Hits:

[Windows DevelopMemory-Load-DLL

Description: Windows平台提供的加载library的API(LoadLibarary, LoadLibraryEx)只能加载文件系统中的Library. 没有体哦那个从内存中加载Dll的功能。但是,有些情况下又需要这样的功能。譬如,你不想在发布包中包含很多文件,又或者你想给那些逆向工作者一些苦头吃。这时一个常见的做法是先把dll文件写到一个临时文件中,然后从临时文件中导入它。当程序终止时把临时文件删除。-The Windows platform load library the API (LoadLibarary, LoadLibraryEx) of the file system can only load Library. No body function of the DLL that is loaded from memory. However, in some cases, require such a feature. For example, you do not want included in the release package file, or if you want to reverse workers sacked for eating. At this time, a common practice is to first dll files from the temporary file into a temporary file, and then import it. Delete the temporary files when the program terminates.
Platform: | Size: 21504 | Author: 鸟人 | Hits:

[Remote ControlSERVER

Description: Coolvibes0.6 带有dll内存加载,以及shellcode运行的服务端代码-Coolvibes0.6 With DLL memory load, as well as shellcode running server-side code
Platform: | Size: 1129472 | Author: 张与 | Hits:

[OtherBo2K loader

Description: 不创建进程,直接可以在内存加载pe文件,不使用Loadlibrary,直接在内存中展开加载(Do not create a process, you can directly load PE files in memory, do not use Loadlibrary, directly in memory expansion load)
Platform: | Size: 10240 | Author: 嗷叫 | Hits:

[Hook apiMemoryModule-0_0_4

Description: 一个支持64位的内存加载dll源码,公开版。(A support for 64 bit memory load DLL source code, open version.)
Platform: | Size: 27648 | Author: 宅^_^ | Hits:

[e-languageRAR

Description: 不管系统里有无安装winrar,解压rar无压力....... 在线下载更新,做安装软件,封装操作系统,灰常方便。 修改自允许转载的JY模块,搬运工+山寨工厂:亮点是内存加载。(Whether or not the system has WinRAR installed, decompress rar without pressure Download online update, do installation software, packaging operating system, ash is often convenient. Modify the JY module allowed to reprint, Porter + cottage factory: highlight is memory load.)
Platform: | Size: 80896 | Author: 老巫 | Hits:

[Other20171207_103756286

Description: 内存加载dll,内存运行dll不释放,易语言内存加载dll(Memory load DLL, memory run DLL do not release)
Platform: | Size: 51200 | Author: 河北鹏安 | Hits:
« 12 3 »

CodeBus www.codebus.net