Skip to content

Releases: gr3yc4t/thread_syncher_messenger

Final Producion Version

17 Jan 18:29
Compare
Choose a tag to compare

Changelog

The cancelDelay API is not accessed via an ioctl request. Legacy version can be re-enabled by compiling the module with the LEGACY_FLUSH options.

Instructions

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

Stable Production Version

17 Jan 20:49
Compare
Choose a tag to compare

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

Initial Production Version

17 Jan 20:50
Compare
Choose a tag to compare

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