The missing tool to call arbitrary ioctls on devices
Automatically exported from code.google.com/p/ioctlfuzzer
Sniff CUDA ioctls
A tool that is used to hunt vulnerabilities in x64 WDM drivers
IoctlHunter is a command-line tool designed to simplify the analysis of IOCTL calls made by userland software targeting Windows drivers.
Simple IOCTL hooking driver for Kernel- User - Mode communication.
A tool to help when dealing with Windows IOCTL codes or reversing Windows drivers.
Simple IOCTL hooking driver for Kernel- User - Mode communication.
This is my EAC Bypass (Setup) Driver that offers an undetected communication and callback handler/hooking system through IOCTL.
An Unsigned Driver Mapper for Windows 10 22H2 -> Windows 11 23H2 that uses PdFwKrnl to exploit the Read/Write IOCTL Calls to disable DSE & PG to map the unsigned driver.
FreeRTOS+IO provides a Linux/POSIX like open(), read(), write(), ioctl() type interface to peripheral driver libraries. It currently provides support for UART,SPI and I2C peripherals on the LPCXpresso...
该工程主要应用于获取苹果手机的mac地址,但前提是连接了wifi路由的情况下。原理:我们知道苹果是不允许我们获取其设备硬件的mac地址的,在iOS7以下才可以获得。iOS7以后苹果对于sysctl和ioctl进行了技术处理,MAC地址返回的都是02:00:00:00:00:00。但是发现fing这个软件却可以获取,其下载地址为:https://appsto.re/cn/tw1Rz.i 相关讨论地...