https://github.com/niluxv/secmem-proc
Process hardening in rust
https://github.com/niluxv/secmem-proc
rust security
Last synced: 4 months ago
JSON representation
Process hardening in rust
- Host: GitHub
- URL: https://github.com/niluxv/secmem-proc
- Owner: niluxv
- License: other
- Created: 2021-11-03T16:57:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T10:37:04.000Z (10 months ago)
- Last Synced: 2025-06-07T07:02:32.182Z (7 months ago)
- Topics: rust, security
- Language: Rust
- Homepage:
- Size: 148 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
{%- if crate is defined -%}
# {{ crate }}
{%- if license is defined %}  | urlencode }}-blue)
{%- else %} 
{%- endif %}
{%- if crate is defined %} [](https://crates.io/crates/{{ crate | urlencode }})
{%- if target == "lib" %} [](https://docs.rs/{{ crate | urlencode }})
{%- endif %}
{%- endif %}
{%- if repository is defined %}
{%- if repository_host == "github.com" %} []({{ repository }})
{%- elif repository_host is defined %} [ | urlencode }}-blue)]({{ repository }})
{%- endif %}
{%- endif %}
{%- if rust_version is defined %} 
{%- endif %}
{%- endif %}
{{ readme }}
## TODOs
- improve tests (how exactly?)
{% if links != "" %}
{{ links }}
{%- endif %}