The missing tool to call arbitrary ioctls on devices
Automatically exported from code.google.com/p/ioctlfuzzer
A tool that is used to hunt vulnerabilities in x64 WDM drivers
Sniff CUDA ioctls
IoctlHunter is a command-line tool designed to simplify the analysis of IOCTL calls made by userland software targeting Windows drivers.
realExtern.sys driver
a quick open/close/ioctl/read/write/free function hooker
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.
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 相关讨论地...