Releases: gr3yc4t/thread_syncher_messenger
Releases · gr3yc4t/thread_syncher_messenger
Final Producion Version
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 withinsmod
user-level-tool
: user level interface to module's functionalities
Stable Production Version
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 withinsmod
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
The release includes two file:
linux_module.ko
: The kernel module to load withinsmod
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