CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 内存 加载

搜索资源列表

  1. shellccc

    0下载:
  2. 系统启动过程中内核(/unix,/vmunix,/boot/zImage等)将加载至内存直到系统关机,在启动 过程中,init将扫描/etc/inittab,在此文件中将列出可用的终端及其属性,一旦找到活动 的终端,getty(mingetty,LINUX)会给出login提示符和口令,确认完成后将启动相应的 shell(/etc/passwd文件中用户的SHELL域)-boot process kernel (/ unix, / vmunix, / boot / zImage) to be l
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:808802
    • 提供者:zly
  1. RemoteDLL

    0下载:
  2. DLL的远程注入技术是目前Win32病毒广泛使用的一种技术。使用这种技术的病毒体通常位于一个DLL中,在系统启动的时候,一个EXE程序会将这个DLL加载至某些系统进程(如Explorer.exe)中运行。这样一来,普通的进程管理器就很难发现这种病毒了,而且即使发现了也很难清除,因为只要病毒寄生的进程不终止运行,那么这个DLL就不会在内存中卸载,用户也就无法在资源管理器中删除这个DLL文件-DLL injection technique is widely used Win32 virus a t
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:45437
    • 提供者:豹仔
  1. MemoryModule

    0下载:
  2. 自己实现LoadLibrary函数功能,在程序中加在动态连接库。通过对DLL PE文件分析,把DLL加载到内存中。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:25464
    • 提供者:linxder
  1. UnsafeNativeMethods

    0下载:
  2. 从.net框架中反编译出的nsafeNativeMethods类,在框架中由于是内部类型无法从外界调用。用此类中的IPersistStreamInit接口可实现从内存流中加载图片等文件到WEBBROWSER控件
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2295
    • 提供者:leandro
  1. windows

    0下载:
  2. 老师布置的windows核心编程的大作业 功能需求如下: 具有查看系统当前运行进程,线程的功能,并能选择结束进程。设置进程的优先级,休眠,唤醒线程。 系统可以加载一个动态链接库,动态链接库随机不停的产生数据,系统显示该数据。(为保证所有数据都能被显示,要求用同步机制来实现) 具有查看系统当前运行进程,线程的功能,并能选择结束进程。设置进程的优先级,休眠,唤醒线程。 系统可以查看虚拟内存使用情况(10分) 系统可以把输入的信息写入共享内存,并由另一个进程从共享内存中写入磁
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:779889
    • 提供者:黄达
  1. bootloader

    0下载:
  2. ⑴ 提供简单命令 A、通过串口加载程序到指定内存 B、将程序烧写到 NANDFLASH 指定位置 C、LCD 操作函数 I、画点 II、画线 III、画圆 IV、显示图像 ⑵ bootloader 具备自我更新能力 ⑶ bootloader 可以启动 LINUX ⑷ 能通过网络传输文件(FTP/UDP)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:90263
    • 提供者:tianshanjin
  1. MemeryModuleView

    0下载:
  2. 内存分析,本人收集整理,查看进程模块组成,加载和卸载内存模块,列出模块路径,希望对学习系统编程的朋友有帮助,可以自己完善修改成高效的进程管理器,模块分析.-Memory analysis, I collected to see the process modules, memory modules loading and unloading, are listed in the path module, in the hope that programmed learning system to
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:564922
    • 提供者:mackylee
  1. DllPatch

    0下载:
  2. DLL内存补丁,由于DLL加载需要重定位,基地址变化,该工具可动态查找指定进程和DLL,并对DLL的相对地址进行修改,遍历进程和DLL,获取DLL基地址,写入数据长度,数据内容-DLL memory patch, because of relocation required DLL is loaded, change the base address, the tool can search the specified dynamic process and DLL, the relative
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:116996
    • 提供者:康康
  1. GetprocessRam

    0下载:
  2. VB编写的一款小工具获取任意运行的系统进程所占用的内存使用信息,并包含了几个示例程序:加载100个窗体,加载位图、显示图片、删除窗体、加载文件、刷新列表等。   窗口下边适时显示选中进程的当前内存使用情况、页面文件(虚拟内存)大小等。-VB prepared to obtain a small tool for any process running on the system memory occupied by the use of information and includes a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:10010
    • 提供者:Virginia
  1. dllload

    0下载:
  2. 不使用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 plac
  3. 所属分类:Windows Kernel

    • 发布日期:
    • 文件大小:11623
    • 提供者:王高全
  1. vc-mem(mfc)

    0下载:
  2. 内存加载EXE,mfc测试的代码。编译通过 点击按钮默认加载的C/1.exe 需要替换到内存加载的那个按钮相应。自己可以看到代码-Memory to load the EXE, the mfc test code. The compiler default loaded by clicking on the button C/1.exe need to replace to the memory load that the corresponding button. I can see th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:26691
    • 提供者:小花匠
  1. Test1

    1下载:
  2. 易语言内存运行,无需释放资源,直接内存加载运行-Easy language memory to run, no need to release resources, and direct memory load and run
  3. 所属分类:Crack_Hack

    • 发布日期:2017-12-05
    • 文件大小:52041
    • 提供者:周华健
  1. LoadDllFromBuffer

    0下载:
  2. 内存加载DLL,不借助文件系统的帮助来加载内存中载入DLL的技术。-Memory to load the DLL, not with the help of the file system to load the DLL is loaded in memory technology
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-03
    • 文件大小:9649
    • 提供者:nala
  1. DrvIns

    0下载:
  2. 自由天空驱动选择工具 主要利用SQLite和7z库通过数据库查询硬件ID的技术,实现硬件的精确检测,Delphi7.0正常编译,SQLite和7z库通过内存加载-Free sky drive selection tool Mainly using SQLite and 7z library through database queries hardware ID technology to achieve accurate detection of hardware, Delphi7.0
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-05
    • 文件大小:1994917
    • 提供者:dragonflylee
  1. MemoryModule

    0下载:
  2. 内存加载Dll,直接将Dll数据加载到内存中执行,很方便-Memory load Dll, Dll directly load data into memory for execution, it is convenient
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:36936
    • 提供者:朱郑
  1. RunPE

    0下载:
  2. 内存加载PE文件的代码,能加载大部分windows自带的程序。对于研究系统底层的知识非常有用。-Memory load PE file code, can load most Windows s own procedures.The underlying knowledge is very useful for the study system.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3566821
    • 提供者:louguodong
  1. dll

    1下载:
  2. 易语言从内存加载DLL源码例程程序结合易语言特殊功能支持库,通过置入汇编代码从内存加载DLL。 本易语言源码例程属于易语言高级教程。 点评:本源码是易语言置入汇编代码的一个重要例程,实现了底层操作,值得学习。-dll call
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6454
    • 提供者:私房话
  1. PEmemLIB20

    0下载:
  2. 演示了内存加载和运行exe dll PEmem.exe : Running PE in memory demo ( Dialog.exe ) DLLmem.exe : Calling a function DLL in memory demo ( ConsoleOut.dll )-load and run EXE and DLL in memory
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:16882
    • 提供者:alei
  1. dan-exe-neicun

    0下载:
  2. 树形单exe内存加载 dan exe neicunjiazai-dan exe neicunjiazai
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-13
    • 文件大小:5771548
    • 提供者:34653
  1. 修改加载百分百V8带轮训(内存加载)

    2下载:
  2. 一款内存加载带轮训的远控源码,值得大家研究开发(A memory load with rotation in the remote control code, worth us study)
  3. 所属分类:系统/网络安全

    • 发布日期:2017-12-19
    • 文件大小:1242112
    • 提供者:杀毒
« 12 3 »
搜珍网 www.dssz.com