flip-link

Adds zero-cost stack overflow protection to embedded programs

brewmacoslinux
Try with needOr install directly
Source

About

Adds zero-cost stack overflow protection to your embedded programs

Commands

flip-link

Examples

Link an embedded Rust binary with stack overflow protection$ flip-link target/thumbv7em-none-eabihf/release/my_app
Use flip-link as a linker in Cargo configuration$ cargo build -Z build-std=core --target thumbv7em-none-eabihf
View flip-link help and available options$ flip-link --help