资源列表

« 1 2 ... .66 .67 .68 .69 .70 3171.72 .73 .74 .75 .76 ... 16274 »

[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

[加密解密pailiema1

说明:一种新的加解密方法(排列码加解密),已获专利,加密速度快,加密强度高。-A new encryption methods (with code encryption and decryption), patented, encryption speed, high-strength encryption.
<赵海风> 在 2025-06-22 上传 | 大小:1.82mb | 下载:0

[系统编程yingjianxinxi

说明:
<de> 在 2025-06-22 上传 | 大小:174kb | 下载:0

[加密解密CSPtest

说明:完成非对称密钥的生成 导入 导出 加密 解密 对称的加密解密 签名 验证-Completion of the generation of asymmetric key encryption and decryption Import Export symmetric encryption and decryption Signature Verification
<赵海风> 在 2025-06-22 上传 | 大小:2.85mb | 下载:0

[加密解密CSPTEST2

说明:这个工程主要是非对称的密钥的导出和导入 还有就是会话密钥的操作.-The project is primarily non-symmetric key export and import there is session key operation.
<赵海风> 在 2025-06-22 上传 | 大小:116kb | 下载: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
« 1 2 ... .66 .67 .68 .69 .70 3171.72 .73 .74 .75 .76 ... 16274 »

源码中国 www.ymcn.org