资源列表
[Linux/Unix编程] assert
说明:这是一个测试函数条件是否成立的源文件,assert-This is a test function of whether the conditions established in the source file, assert<king> 在 2025-11-12 上传 | 大小:2kb | 下载:0
[Linux/Unix编程] socket
说明:linux下SOCKET编写程序事例,已经验证过了的-SOCKET under linux programming examples, has already been verified in<曹三> 在 2025-11-12 上传 | 大小:2kb | 下载:0
[加密解密] password
说明:利用此函数可以加密也可以解密,正反都可以运算-Using this function can also be encrypted decryption, computing can be both positive and negative<zhou pengfei> 在 2025-11-12 上传 | 大小:2kb | 下载:0
[加密解密] RSA_safecode
说明:Rsa 算法精简源代码,适合初学者使用。-Rsa algorithm to streamline the source code, suitable for beginners to use.<申夏> 在 2025-11-12 上传 | 大小:2kb | 下载:0
[系统编程] Memory
说明:内存空间不能跨进程访问的原因主要在于不同进程都有自己的页目录和页表。进程切换的很大一块也就是切换掉页目录。 Windows自己的ReadProcessMemory最终也是通过KeStackAttachProcess附加到目标进程空间执行拷贝的。但是中间的N个内核函数调用现在被很多保护系统Hook掉并保护起来了,所以要通过这层层关卡读到东西还是不那么简单的。-Inter-process memory space should not visit the main reason is beca<sdlylz> 在 2025-11-12 上传 | 大小:2kb | 下载:0