Releases: Namilsk/syskill
Increased the effect of `src/non-critical/gui_destroyer.rs`, some optimizations and fixes
RU 🇷🇺
В src/non-critical/gui_destroyer.rs были добавлены две функции: artifacts_x11 и corrupt_buffer_wayland.
- artifacts_x11: Создает окно с неправильными параметрами что делает сервер нестабильным
- corrupt_buffer_wayland: Создает запрос на создание сломанного буфера в wayland композитор что также приводит к некоторым графическим проблемам, поведение зависит от композитора. Защита от сломанного
wl_shmбуфера может быть предусмотрена.
Также проведены некоторые иные опимизации.
Релиз будет выпущен когда я отточу работу всего функционала и соберу исполняемые файлы с особенностями разных ос.
В следующем релизе запланировано реализовать random_sounds для FreeBSD OSS (sound system)
EN 🇬🇧
Two functions have been added to src/non-critical/gui_destroyer.rs: artifacts_x11 and corrupt_buffer_wayland.
- artifacts_x11: Creates a window with incorrect parameters, which makes the server unstable
- corrupt_buffer_wayland: Creates a request to create a broken buffer in the wayland composer, which also leads to some graphical problems, the behavior depends on the composer. Protection against a broken
wl_shmbuffer can be provided.
Some other optimizations have also been performed.
The release will be released when I have perfected the work of all the functionality and compiled executable files with the features of different operating systems.
In the next release, it is planned to implement random_sounds for the FreeBSD OSS (sound system)
v1 - First build.
Warning
All functions are NOT crossplatform NOW, we have only GNU/Linux.
Full Changelog: https://github.com/Nam4ik/syskill/commits/v1