Skip to content

A tour of what some Rust language features look like after compilation.

License

Notifications You must be signed in to change notification settings

BenH11235/rust-re-tour

Repository files navigation

Rust Binary Analysis, Feature by Feature

This is a companion git repository for the blog post Rust Binary Analysis, Feature by Feature.

Usage

To build a sample program from source, you need cargo (basically for our purposes this is the Rust compiler). Clone the repository, then enter the directory of the program you are interested in (e.g. 0_basic_pl_concepts) and run cargo build. Alternately, the exact binaries analyzed in the blog post are available in the "releases" section of this repository.

Credits

Contributed by Check Point Software, 2023.

About

A tour of what some Rust language features look like after compilation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages