mirror of
https://github.com/trickster0/OffensiveRust
synced 2026-06-08 17:54:47 +00:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
92b92a6245
commit
945f32f4f4
@@ -148,7 +148,7 @@ This project grabs from a specific location the binary so I made a fork that rec
|
||||
- Even if you remove all debug symbols, rust can still keep references to your home directory in the binary. The only way I've found to remove this is to pass the following flag: `--remap-path-prefix {your home directory}={some random identifier}`. You can use bash variables to get your home directory and generate a random placeholder: `--remap-path-prefix "$HOME"="$RANDOM"`. (By [Yamakadi](https://github.com/yamakadi))
|
||||
- Although for the above there is another way to remove info about the home directory by adding at the top of Cargo.toml
|
||||
`cargo-features = ["strip"]` .
|
||||
-- Since Rust by default leaves a lot of things as strings in the binary, I mostly use this [cargo.toml](../master/cargo.toml) to avoid them and also reduce size
|
||||
- Since Rust by default leaves a lot of things as strings in the binary, I mostly use this [cargo.toml](../master/cargo.toml) to avoid them and also reduce size
|
||||
|
||||
## Other projects I have have made in Rust
|
||||
|
||||
|
||||
Reference in New Issue
Block a user