2024-07-06 20:08:57 +05:30
|
|
|
# Polonium
|
|
|
|
|
2024-07-06 20:21:14 +05:30
|
|
|
**Project status:** :warning: Work In Progress
|
2024-07-06 20:13:31 +05:30
|
|
|
|
2024-07-06 20:08:57 +05:30
|
|
|
**Polonium** is a deliberate file corrupter simulating Polonium radiation,
|
|
|
|
damaging files as if bits of file are exposed to it. It modifies file contents,
|
|
|
|
causing degradation or information loss by bit flipping. Written in ISO C99.
|
|
|
|
|
|
|
|
> **Warning**
|
|
|
|
> This program is designed to intentionally damage or destroy files passed to
|
|
|
|
> it, leading to irreversible data loss. Use of this software is at your own
|
|
|
|
> risk, and you are solely responsible for any consequences of its use.
|
|
|
|
|
2024-07-12 00:55:26 +05:30
|
|
|
## Git mirrors
|
|
|
|
|
|
|
|
- [Forgejo at Disroot](https://git.disroot.org/80486DX2-66/polonium): main
|
|
|
|
repository
|
|
|
|
- [GitLab](https://gitlab.com/80486DX2-66/polonium): used for automated program
|
|
|
|
testing using CI
|
|
|
|
|
2024-07-06 20:08:57 +05:30
|
|
|
## License
|
|
|
|
|
|
|
|
Dual-licensed under the [Unlicense](http://unlicense.org)
|
|
|
|
([`LICENSE`](LICENSE)) and Creative Commons Zero 1.0 Universal
|
|
|
|
([`COPYING`](COPYING)).
|