资源列表
[Linux/Unix编程] axel-1.1
说明:Linux下多线程下载软件,可用于Yum加速。-Linux under the multi-threaded download software that can be used to accelerate Yum.<polo> 在 2025-06-22 上传 | 大小:58kb | 下载:0
[系统编程] Memory
说明:内存空间不能跨进程访问的原因主要在于不同进程都有自己的页目录和页表。进程切换的很大一块也就是切换掉页目录。 Windows自己的ReadProcessMemory最终也是通过KeStackAttachProcess附加到目标进程空间执行拷贝的。但是中间的N个内核函数调用现在被很多保护系统Hook掉并保护起来了,所以要通过这层层关卡读到东西还是不那么简单的。-Inter-process memory space should not visit the main reason is beca<sdlylz> 在 2025-06-22 上传 | 大小:2kb | 下载:0
[系统编程] SSDTHook
说明:对付ring0 inline hook的基本思路是这样的,自己写一个替换的内核函数,以NtOpenProcess为例,就是 MyNtOpenProcess。然后修改SSDT表,让系统服务进入自己的函数MyNtOpenProcess。而MyNtOpenProcess要做的事就是,实现NtOpenProcess前10字节指令,然后再JMP到原来的NtOpenProcess的十字节后。这样NtOpenProcess 函数头写的JMP都失效了,在ring3直接调用OpenProcess再也毫无影响。-R<sdlylz> 在 2025-06-22 上传 | 大小:3kb | 下载:0
[系统编程] Delay_time
说明:用C编写的微秒级精确延时DLL函数库,通过调用kernel32.dll的QueryPerformanceFrequency()、QueryPerformanceCounter()函数实现。-Prepared with C-level precision microsecond delay DLL function library, by calling the kernel32.dll of QueryPerformanceFrequency (), QueryPerformanceCounte<王学文> 在 2025-06-22 上传 | 大小:92kb | 下载:0
[Linux/Unix编程] missileProblem
说明:acm防御导弹问题详细解答,所用方法为dp 和greedy algorithm,完整的解决了这个问题。-acm missile defense issues in detail, the methods for the dp and the greedy algorithm, a complete solution to this problem.<ZeShan Liu> 在 2025-06-22 上传 | 大小:2kb | 下载:0
[加密解密] DESAlgorithm
说明:DES加密解密算法,C/C++语言适用,可直接调用,内有具体的C/C++代码-DES encryption and decryption algorithms, C/C++ Language applies to direct calls, which have specific C/C++ Code<JinpingYang> 在 2025-06-22 上传 | 大小:4kb | 下载:0
[Linux/Unix编程] hylafax-v4.0pl2-tar
说明:UNIX下传真服务器hylafax-v4.0pl2源代码-UNIX under the fax server hylafax-v4.0pl2 source code<chaihuo> 在 2025-06-22 上传 | 大小:5.47mb | 下载:0
[Linux/Unix编程] lpc21isp.tgz
说明:linux 下进行lpc2100 下载固件程序源码测试过-lpc2100 under linux download firmware source tested<liulixiang> 在 2025-06-22 上传 | 大小:26kb | 下载:0