steg86
cross
DISCONTINUED
Our great sponsors
steg86 | cross | |
---|---|---|
2 | 3 | |
245 | 2,604 | |
- | - | |
7.3 | 6.4 | |
18 days ago | about 1 year ago | |
Rust | Rust | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
steg86
-
Weird things I learned while writing an x86 emulator
This is a good list! Another fun quirk: because x86 is a register-memory architecture and allows all kinds of variants of reg/mem operand encodings, there are a handful of equivalent encodings with exactly the same lengths (and just slightly different ModR/M bytes). You can take advantage of this to do software fingerprinting or, in my case, steganography without changing an executable’s size or semantics[1].
- Yes, the 8086 wanted to be mechanically translatable from the 8080, but
cross
-
What beginner-level projects can I do now that I've just started learning rust?
The -musl targets for Linux make it easy to dodge the need to compile against the oldest glibc you want to support if your project is pure Rust and cross is a Docker wrapper which aims to make cross-targeting in other scenarios as easy as with Go.)
-
What use cases does Rust cover better than Go?
...though, funny enough, if you have enough experience with Rust to not get bogged down in the details and you use cross to work around Rust's "take your time but get it right" approach to cross-building, Rust is often better at little CLI tools, purely because of how valuable it is to be able to teach the type system to check so many invariants at compile time.
What are some alternatives?
saito-rust - A high-performance (reference) implementation of Saito in Rust
rust-how-do-i-start - Hand curated advice and pointers for getting started with Rust
static-web-server - A cross-platform, high-performance and asynchronous web server for static files-serving. ⚡
black-hat-rust - Applied offensive security with Rust - https://kerkour.com/black-hat-rust
nexus-repository-cargo - Nexus Repository Cargo Format
sloughi - Shareable git hooks for Rust project. Sloughi is a friend of Husky from North Africa! :algeria:
cargo-flash - a cargo extension for programming microcontrollers
stegano-rs - A cross-platform command line tool for steganography focused on performance and simplicity written in rust-lang.
rust-passgen - Rust Password Generator
alacritty - A cross-platform, OpenGL terminal emulator. [Moved to: https://github.com/alacritty/alacritty]
alacritty - A cross-platform, OpenGL terminal emulator.
cross - “Zero setup” cross compilation and “cross testing” of Rust crates