{"id":51837649,"url":"https://github.com/hanabishirecca/bin-cpuflags-x86","last_synced_at":"2026-07-23T01:00:35.856Z","repository":{"id":202959041,"uuid":"708479059","full_name":"HanabishiRecca/bin-cpuflags-x86","owner":"HanabishiRecca","description":"A small CLI tool to detect CPU flags (instruction sets) of X86 binaries.","archived":false,"fork":false,"pushed_at":"2025-12-16T16:01:07.000Z","size":100,"stargazers_count":35,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-20T07:02:04.377Z","etag":null,"topics":["amd64","avx","binary","cpu","cpuid","dll","elf","exe","executable","instruction-set","linux","macho","macos","pe","so","sse","windows","x86","x86-64"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HanabishiRecca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-22T17:22:15.000Z","updated_at":"2025-12-16T16:01:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"4878e124-68a2-41ed-b52a-26dc12c98d55","html_url":"https://github.com/HanabishiRecca/bin-cpuflags-x86","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"a33811bffd3fa4bef4c48d71f956b7601fba8572"},"previous_names":["hanabishirecca/bin-cpuflags-x86"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/HanabishiRecca/bin-cpuflags-x86","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HanabishiRecca%2Fbin-cpuflags-x86","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HanabishiRecca%2Fbin-cpuflags-x86/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HanabishiRecca%2Fbin-cpuflags-x86/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HanabishiRecca%2Fbin-cpuflags-x86/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HanabishiRecca","download_url":"https://codeload.github.com/HanabishiRecca/bin-cpuflags-x86/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HanabishiRecca%2Fbin-cpuflags-x86/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35783461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-22T02:00:06.236Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amd64","avx","binary","cpu","cpuid","dll","elf","exe","executable","instruction-set","linux","macho","macos","pe","so","sse","windows","x86","x86-64"],"created_at":"2026-07-23T01:00:23.695Z","updated_at":"2026-07-23T01:00:35.849Z","avatar_url":"https://github.com/HanabishiRecca.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bin-cpuflags-x86\n\nA small CLI tool to detect CPU flags (instruction sets) of X86 binaries.\n\n## Usage\n\n    $ bin-cpuflags-x86 [\u003coption\u003e...] \u003cfile\u003e\n\n| Option             | Description                                                                                 |\n| ------------------ | ------------------------------------------------------------------------------------------- |\n| `--mode \u003cmode\u003e`    | Select mode of operation: `detect`, `stats` or `details`. Default value is `detect`.        |\n| `-s`, `--stats`    | Alias for `--mode stats`. Show info about feature sets usage.                               |\n| `-d`, `--details`  | Alias for `--mode details`. Show info about feature sets, instructions and registers usage. |\n| `--output \u003clevel\u003e` | Select output level: `normal`, `quiet` or `verbose`. Default value is `normal`.             |\n| `-q`, `--quiet`    | Alias for `--output quiet`. Print only the result data.                                     |\n| `-v`, `--verbose`  | Alias for `--output verbose`. Enable more verbose output.                                   |\n| `-h`, `--help`     | Display help message and exit.                                                              |\n| `--`               | Stop reading any options and treat the next argument as a file path.                        |\n\n## Download\n\nYou can download prebuilt binaries from the [releases](https://github.com/HanabishiRecca/bin-cpuflags-x86/releases) page.\n\n## Building from the source\n\n**Rust 1.85 or up is required.**\n\nInstall the Rust compiler and run:\n\n    $ cargo build --release\n\n## Packages\n\n### crates.io\n\n- [`bin-cpuflags-x86`](https://crates.io/crates/bin-cpuflags-x86)\n\n### AUR\n\n- [`bin-cpuflags-x86`](https://aur.archlinux.org/packages/bin-cpuflags-x86)\n- [`bin-cpuflags-x86-bin`](https://aur.archlinux.org/packages/bin-cpuflags-x86-bin)\n\n### CachyOS\n\n- [`bin-cpuflags-x86`](https://packages.cachyos.org/package/cachyos/x86_64/bin-cpuflags-x86)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanabishirecca%2Fbin-cpuflags-x86","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhanabishirecca%2Fbin-cpuflags-x86","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanabishirecca%2Fbin-cpuflags-x86/lists"}