Skip to content

Stable Production Version

Compare
Choose a tag to compare
@gr3yc4t gr3yc4t released this 17 Jan 20:49
· 13 commits to master since this release

Changelog

  • Fixed a bug in user-level tool that prevent to write messages
  • Fixed a NULL pointer deference bug in kernel code (found by AFL)
  • Included a flag to specify if the message's structures should be counted in the storage size (experimental)

Instruction

The release includes two file:

  • linux_module.ko: The kernel module to load with insmod
  • user-level-tool: user level interface to module's functionalities

To make the whole system work correctly is it necessary to install the udev rules present inside udev_rules and reload configuration with udevadm control --reload-rules && udevadm trigger