资源列表

« 1 2 ... .87 .88 .89 .90 .91 3892.93 .94 .95 .96 .97 ... 16274 »

[系统编程SSDTHook

说明:对付ring0 inline hook的基本思路是这样的,自己写一个替换的内核函数,以NtOpenProcess为例,就是 MyNtOpenProcess。然后修改SSDT表,让系统服务进入自己的函数MyNtOpenProcess。而MyNtOpenProcess要做的事就是,实现NtOpenProcess前10字节指令,然后再JMP到原来的NtOpenProcess的十字节后。这样NtOpenProcess 函数头写的JMP都失效了,在ring3直接调用OpenProcess再也毫无影响。-R
<sdlylz> 在 2025-11-14 上传 | 大小:3kb | 下载:0

[Linux/Unix编程perial_port

说明:一个linux下串口通讯的接收端和发送端,已在redhat 9.0下测试通过-Serial communication under a linux client and send the receiving end, have been tested under redhat 9.0
<Leo> 在 2025-11-14 上传 | 大小:3kb | 下载:0

[系统编程setup

说明:windows的安装程序,打包安装的。这个是一个简易的安装过程程序-windows installation program, packing installed. This is a simple installation process procedures
<Guosheng Wu> 在 2025-11-14 上传 | 大小:3kb | 下载:0

[加密解密Java_ECC

说明:椭圆曲线加密解密ecc的java实现源码-Elliptic curve encryption and decryption ecc realize the java source code
<12> 在 2025-11-14 上传 | 大小:3kb | 下载:0

[CA认证MD5zhiC

说明:MD5算法之C#程序 MD5算法比较特别,最适合用汇编语言来写,好多高级语言对之*无力或效率极低。 -MD5 algorithm for the C# Procedures MD5 algorithm rather special, the most suitable assembly language to write a lot of high-level language of the weak or inefficient and incompetent.
<小郭> 在 2025-11-14 上传 | 大小:3kb | 下载:0

[Linux/Unix编程SndKit

说明:在linux下做的录音和播放的程序,使用oss音频驱动程序,-In linux to do under the procedures for recording and playback, use the oss audio driver,
<王树珂> 在 2025-11-14 上传 | 大小:3kb | 下载:0

[系统编程C3

说明:C语言趣味编程+代码源程序,绝对经典,欢迎各位下载-C Programming Language Fun+ Code source, absolute classics, and to welcome you all to download
<fzs> 在 2025-11-14 上传 | 大小:3kb | 下载:0

[系统编程get-GMToffset-daylightdate

说明:读注册表,获取GMT的时间OFFSET,并获取夏时制的开始和结束时间。-Reading the registry, to obtain GMT time OFFSET, and access to daylight saving time start and end times.
<frank> 在 2025-11-14 上传 | 大小:3kb | 下载:0

[Linux/Unix编程myping

说明:用C语言写的linux下的ping程序,使用nanosleep()判断icmp超时,未使用信号量-Using C language under linux written ping procedures, the use of nanosleep () to determine icmp overtime, unused semaphore
<nin> 在 2025-11-14 上传 | 大小:3kb | 下载:0

[加密解密RC4

说明: RC4加密算法是大名鼎鼎的RSA三人组中的头号人物Ron Rivest在1987年设计的密钥长度可变的流加密算法簇。之所以称其为簇,是由于其核心部分的S-box长度可为任意,但一般为256字节。该算法的速度可以达到DES加密的10倍左右。-RC4 encryption algorithm is RSA famous trio of top figures Ron Rivest in 1987, the design of variable length key encryption a
<wzd> 在 2025-11-14 上传 | 大小:3kb | 下载:0

[加密解密Iso8583

说明:ISO8583,银行方面应用非常广泛,银行方面应用非常广泛-ISO8583, the application of a wide range of banking, bank application of a very wide range
<dxm> 在 2025-11-14 上传 | 大小:3kb | 下载:0

[系统编程filemanagement

说明:文件系统模拟程序 设计一个 n个用户的文件系统,每次用户可保存m个文件,用户在一次运行中只能打开一个文件,对文件必须设置保护措施,且至少有Create、delete、open、close、read、write等命令。-File system simulation program to design an n-user file system, each user can be stored m file, the user in an operation can only open a
<furong> 在 2025-11-14 上传 | 大小:3kb | 下载:0
« 1 2 ... .87 .88 .89 .90 .91 3892.93 .94 .95 .96 .97 ... 16274 »

源码中国 www.ymcn.org