MCPcopy Index your code
hub / github.com/HanabishiRecca/bin-cpuflags-x86

github.com/HanabishiRecca/bin-cpuflags-x86 @1.0.8

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.0.8 ↗ · + Follow
88 symbols 144 edges 11 files 0 documented · 0% updated 5mo ago1.0.8 · 2026-01-12★ 37
What it actually does AI analysis from the code graph — generated when you open this
loading…
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

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 38
Function 28
Class 14
Enum 4
Interface 4

Languages

Rust100%

Modules by API surface

src/decoder.rs28 symbols
src/print.rs18 symbols
src/binary.rs12 symbols
src/app.rs10 symbols
src/cli.rs9 symbols
src/cli/tests.rs6 symbols
src/reader.rs4 symbols
src/main.rs1 symbols

For agents

$ claude mcp add bin-cpuflags-x86 \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page