资源列表
排序选择:
[Windows编程] kernel-methods-for-pattern-analysis
说明:关于核及模式分析的一些方法,主要包括三个部分-some algorithms on pattern analysis and kernel methods,kernel method for pattern analysis<原野> 在 2025-09-23 上传 | 大小:2.47mb | 下载:0
[钩子与API截获] object-hook
说明:信息隐藏亮点之一: 将rootkit作为资源隐藏于用户模式程序之中 亮点之二: 将这个用户程序代码作为生成密钥的引子,可以有效地防止逆向后,隐藏信息被纰漏,因为只有逆向后生成的 代码,跟原作者的代码丝毫不差,将来才能打开其隐藏至深的下载者链接及代码。 亮点之三:用一个固定的KEY,通过某种运算,产生出1024个密钥组成的数组。 然后用这个密钥组与用户代码进行运算,最终生成一个4字节的解码KEY。 利用解码KEY,在从加载到内存的驱动中,找出隐藏在其资源中的那份肮脏的 下载<wu> 在 2025-09-23 上传 | 大小:11kb | 下载:0
[单片机(51,AVR,MSP430等)] DS18B20
说明:利用Keil编写的DS18B20的控制程序,已经调试无误,经实践检验可以实现温度的测量。-The control programs of DS18B20 were developed with the use of Keil,and it fulfilled the function of measuring the temperature.<ace> 在 2025-09-23 上传 | 大小:30kb | 下载:0
[钩子与API截获] ssdt-hook
说明:1。获取ssdt函数个数 2。获取ssdt函数表中的所有函数 3。hook ZwQuerySystemInformation 4。unhook ZwQuerySystemInformation 5。根据用户给定的函数地址和ssdt表中的索引,修改ssdt表。-1. Get ssdt number of functions 2. Get ssdt all functions in the function table 3. hook ZwQuerySystemInformation<wu> 在 2025-09-23 上传 | 大小:10kb | 下载:0
[其他嵌入式/单片机内容] STR912FAW44X6
说明:STR912FAW44X6 datasheet, 好难找哦-STR912FAW44X6 datasheet, so good for program<fangfang> 在 2025-09-23 上传 | 大小:983kb | 下载:0
[钩子与API截获] inline-hook
说明:1. Hook之前的准备工作之一。 在这个软件中,总共hook了15个native api 函数。他们分别是: ZwOpenKey , ZwClose, ZwQueryValueKey, ZwDeleteKey, ZwSetValueKey, ZwCreateKey, ZwDeleteValueKey. ZwEnumerateValueKey,ZwRestoreKey, ZwReplaceKey, ZwTerminateProcess, ZwSetSecurityObject, Zw<wu> 在 2025-09-23 上传 | 大小:7kb | 下载:0
[钩子与API截获] IDT-Hook-
说明:IDT是一个有256个入口的线形表,每个IDT的入口是个8字节的描述符,所以整个IDT表的大小为256*8=2048 bytes,每个中断向量关联了一个中断 处理过程。所谓的中断向量就是把每个中断或者异常用一个0-255的数字识别-IDT is a linear table 256 entry, each IDT entry is 8-byte descr iptors, so the size of the IDT table 256* 8 = 2048 bytes, each inter<wu> 在 2025-09-23 上传 | 大小:110kb | 下载:0
[钩子与API截获] IRP-hook
说明:由于IRP开始于某个实体调用I/O管理器函数创建它,可以使用下面任何一种函数创建IRP: IoBuildAsynchronousFsdRequest 创建异步IRP(不需要等待其完成)。该函数和下一个函数仅适用于创建某些类型的IRP。 IoBuildSynchronousFsdRequest 创建同步IRP(需要等待其完成)。 IoBuildDeviceIoControlRequest 创建一个同步IRP_MJ_DEVICE_CONTROL或IRP_MJ_INTERNAL_DEVIC<wu> 在 2025-09-23 上传 | 大小:20kb | 下载:0
[单片机(51,AVR,MSP430等)] DS1302
说明:利用Keil开发的DS1302控制芯片,配合着LCD1602使用,可以实现万年历功能。-The control programs of DS1302 were developed with the use of Keil,and it can realize the function of showing date and time by using LCD1602 simultaneously.<ace> 在 2025-09-23 上传 | 大小:8.51mb | 下载:0
[matlab例程] perceptron
说明:this matlab code for perceptron -this is matlab code for perceptron<apitach> 在 2025-09-23 上传 | 大小:2kb | 下载:0