bin-cpuflags-x86

Crates.iobin-cpuflags-x86
lib.rsbin-cpuflags-x86
version1.0.8
created_at2023-11-07 13:18:08.083386+00
updated_at2026-01-12 13:18:08.43758+00
descriptionA small CLI tool to detect CPU flags (instruction sets) of X86 binaries
homepage
repositoryhttps://github.com/HanabishiRecca/bin-cpuflags-x86
max_upload_size
id1028074
size63,566
Hanabishi (HanabishiRecca)

documentation

README

bin-cpuflags-x86

A small CLI tool to detect CPU flags (instruction sets) of X86 binaries.

Usage

$ bin-cpuflags-x86 [<option>...] <file>
Option Description
--mode <mode> Select mode of operation: detect, stats or details. Default value is detect.
-s, --stats Alias for --mode stats. Show info about feature sets usage.
-d, --details Alias for --mode details. Show info about feature sets, instructions and registers usage.
--output <level> Select output level: normal, quiet or verbose. Default value is normal.
-q, --quiet Alias for --output quiet. Print only the result data.
-v, --verbose Alias for --output verbose. Enable more verbose output.
-h, --help Display help message and exit.
-- Stop reading any options and treat the next argument as a file path.

Download

You can download prebuilt binaries from the releases page.

Building from the source

Rust 1.85 or up is required.

Install the Rust compiler and run:

$ cargo build --release

Packages

crates.io

AUR

CachyOS

Commit count: 84

cargo fmt