awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
EricZimmerman avatar

EricZimmerman/bstrings

0
View on GitHub↗
152 stars·19 forks·C#·MIT·5 views

Bstrings

A better strings utility!

Features

  • Carving and Extraction - Improved utility for searching strings in binary data.

Star history

Star history chart for ericzimmerman/bstringsStar history chart for ericzimmerman/bstrings

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Bstrings

Similar open-source projects, ranked by how many features they share with Bstrings.
  • devttys0/binwalkdevttys0 avatar

    devttys0/binwalk

    14,048View on GitHub↗

    Binwalk is a firmware analysis tool and binary data carver used to identify and extract embedded files and data segments from binary images. It functions as an embedded file extractor and data entropy analyzer to retrieve fragments from binary blobs when original file system structures are missing. The tool employs signature-based pattern matching and linear byte-stream scanning to detect known byte sequences and isolate hidden files. It uses sliding-window entropy analysis to locate regions of a file that are compressed or encrypted. The system supports recursive file carving, utilizing heu

    Rust
    View on GitHub↗14,048
  • mandiant/flare-flossmandiant avatar

    mandiant/flare-floss

    3,886View on GitHub↗

    Flare-floss is a security utility and static binary string extractor designed to uncover hidden text and configuration data within compiled binaries. It functions as an obfuscated string decoder and reverse engineering tool to translate encoded strings into readable text for security auditing. The project employs emulated execution to capture the decrypted state of strings in memory by running small chunks of binary code in a virtual CPU. It further utilizes static analysis disassembly, intermediate representation analysis, and heuristic-based pattern matching to identify and decode strings t

    Pythondeobfuscationflaregsoc-2026
    View on GitHub↗3,886

Frequently asked questions

What does ericzimmerman/bstrings do?

A better strings utility!

What are the main features of ericzimmerman/bstrings?

The main features of ericzimmerman/bstrings are: Carving and Extraction.

What are some open-source alternatives to ericzimmerman/bstrings?

Open-source alternatives to ericzimmerman/bstrings include: devttys0/binwalk — Binwalk is a firmware analysis tool and binary data carver used to identify and extract embedded files and data… mandiant/flare-floss — Flare-floss is a security utility and static binary string extractor designed to uncover hidden text and configuration…