Skip to content

udartu/rust-re-tour

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%