bin-cpuflags-x86

Crates.iobin-cpuflags-x86
lib.rsbin-cpuflags-x86
version1.0.2
sourcesrc
created_at2023-11-07 13:18:08.083386
updated_at2024-03-16 16:03:02.895881
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
size17,306
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
-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.

Download

You can download prebuilt binaries from releases page.

Building from the source

Install Rust compiler and run:

$ cargo build --release

Packages

crates.io

AUR

Commit count: 23

cargo fmt