{"id":13546104,"url":"https://github.com/ex0dus-0x/binsec","last_synced_at":"2025-08-15T03:32:01.962Z","repository":{"id":38331232,"uuid":"181589792","full_name":"ex0dus-0x/binsec","owner":"ex0dus-0x","description":"Binary (In)security tool","archived":false,"fork":false,"pushed_at":"2024-05-27T21:35:55.000Z","size":321,"stargazers_count":23,"open_issues_count":2,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-03T14:35:05.421Z","etag":null,"topics":["checksec","security-mitigations"],"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/ex0dus-0x.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2019-04-16T01:12:32.000Z","updated_at":"2024-09-13T14:15:29.000Z","dependencies_parsed_at":"2024-11-03T14:31:00.229Z","dependency_job_id":null,"html_url":"https://github.com/ex0dus-0x/binsec","commit_stats":{"total_commits":128,"total_committers":4,"mean_commits":32.0,"dds":0.234375,"last_synced_commit":"e2003fad60661c9d507b419fa0ac9583dac7aaa3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ex0dus-0x%2Fbinsec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ex0dus-0x%2Fbinsec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ex0dus-0x%2Fbinsec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ex0dus-0x%2Fbinsec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ex0dus-0x","download_url":"https://codeload.github.com/ex0dus-0x/binsec/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229890095,"owners_count":18140042,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["checksec","security-mitigations"],"created_at":"2024-08-01T12:00:31.706Z","updated_at":"2024-12-15T23:44:59.309Z","avatar_url":"https://github.com/ex0dus-0x.png","language":"Rust","funding_links":[],"categories":["Vulnerability Assessment"],"sub_categories":["Binary Analysis \u0026 Reversing"],"readme":"# binsec\n\n[![Actions][actions-badge]][actions-url]\n[![crates.io version][crates-binsec-badge]][crates-binsec]\n\n[actions-badge]: https://github.com/ex0dus-0x/binsec/workflows/CI/badge.svg?branch=master\n[actions-url]: https://github.com/ex0dus-0x/binsec/actions\n\n[crates-binsec-badge]: https://img.shields.io/crates/v/binsec.svg\n[crates-binsec]: https://crates.io/crates/binsec\n\nSwiss Army Knife for Binary (In)security\n\n__binsec__ is a minimal static analysis utility for detecting security capabilities in ELF/PE/Mach-O executables. It's useful\nfor reverse engineers and vulnerability researchers to gain quick and deeper insights into binary artifacts, \nbuild fast detection pipelines, and improve overall binary analysis.\n\n## Features\n\n* Cross-platform, supports robust checks for ELF/PE/Mach-Os while running on any host.\n* Backends [libgoblin](https://github.com/m4b/goblin) for efficient and cross-platform binary parsing.\n* JSON serializable for storage/logging consumption.\n* Small and ast: final release build is ~2.44Mb, with analysis done in 30ms.\n\n### Static Analysis Checks\n\nThe project currently supports static detection for a variety of executable checks:\n\n* __Compilation Features__ - insights about how the executable was compiled, and runtimes used in that process.\n* __Exploit Mitigations__ - OS-supported binary hardening features used to limit exploitation and priviledge escalation.\n* __Dynamic Instrumentation__ - detects any known instrumentation frameworks used for dynamic analysis and/or profiling.\n* __Anti-Analysis (WIP)__ - noticeable anti-analysis checks employed to mitigate reverse engineering.\n\n## Usage\n\nInstall `binsec` as a command line application as so:\n\n```\n$ cargo install binsec\n```\n\nUsing the application is meant to be very simple. Given any binary executable you want to conduct initial analysis, \nsimply pass it in as a positional argument:\n\n```\n$ binsec -- ./suspicious\n```\n\n`binsec` output can also be serialized into JSON:\n\n```\n# print to stdout\n$ binsec --json - -- ./suspicious\n\n# print to path\n$ binsec --json report.json -- ./suspicious\n```\n\n## Contributing\n\nThis is something that is continually being developed! You can contribute by catching issues and bugs\nand submitting them through the [issue tracker](https://github.com/ex0dus-0x/binsec/issues) or making a pull request!\n\n## License\n\n[MIT License](https://codemuch.tech/license.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fex0dus-0x%2Fbinsec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fex0dus-0x%2Fbinsec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fex0dus-0x%2Fbinsec/lists"}