| Crates.io | bin-cpuflags-x86 |
| lib.rs | bin-cpuflags-x86 |
| version | 1.0.3 |
| created_at | 2023-11-07 13:18:08.083386+00 |
| updated_at | 2025-03-14 21:42:32.198089+00 |
| description | A small CLI tool to detect CPU flags (instruction sets) of X86 binaries |
| homepage | |
| repository | https://github.com/HanabishiRecca/bin-cpuflags-x86 |
| max_upload_size | |
| id | 1028074 |
| size | 18,966 |
A small CLI tool to detect CPU flags (instruction sets) of X86 binaries.
$ bin-cpuflags-x86 [<option>...] <file>
| Option | Description |
|---|---|
-d, --details |
Enable detailed report about instructions used (slower). |
-v, --verbose |
Enable more verbose output. |
-q, --quiet |
Print only the result data. |
-h, --help |
Display help message and exit. |
-- |
Stop reading any options and treat the next argument as a file path. |
You can download prebuilt binaries from releases page.
Rust 1.85 or up is required.
Install Rust compiler and run:
$ cargo build --release