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
horsicq avatar

horsicq/Nauz-File-Detector

0
View on GitHub↗
574 stars·82 forks·C++·MIT·16 views

Nauz File Detector

Linker/Compiler/Tool detector for Windows, Linux and MacOS.

Features

  • Infrastructure and Configuration - Detects linkers and compilers used in binaries.
  • Detection and Classification - Detects compilers and linkers for various operating systems.
  • Binary Analysis - Detects linkers, compilers, and tools used in binary files.

Star history

Star history chart for horsicq/nauz-file-detectorStar history chart for horsicq/nauz-file-detector

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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

Projects sharing features with Nauz File Detector

These projects share indexed features with Nauz File Detector. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • justicerage/manalyzeJusticeRage avatar

    JusticeRage/Manalyze

    1,124View on GitHub↗

    A static analyzer for PE executables.

    YARA
    View on GitHub↗1,124
  • google/bloatygoogle avatar

    google/bloaty

    5,488View on GitHub↗

    Bloaty is a binary size profiler and executable format analyzer that attributes every byte of a binary to specific symbols or compile units. It functions as a compilation unit profiler and C++ symbol demangler, mapping binary size back to source files and translating mangled names into human-readable formats. The project distinguishes itself as a binary diffing tool capable of comparing two versions of a binary to isolate specific symbols or sections responsible for size regressions. It provides specialized support for recovering symbols in stripped binaries by associating them with external

    C++
    View on GitHub↗5,488
  • jkinder/jakstabjkinder avatar

    jkinder/jakstab

    164View on GitHub↗

    The Jakstab static analysis platform for binaries

    Java
    View on GitHub↗164
  • microsoft/binskimMicrosoft avatar

    Microsoft/binskim

    855View on GitHub↗

    A binary static analysis tool that provides security and correctness results for Windows Portable Executable and *nix ELF binary formats

    C#
    View on GitHub↗855
Compare all 30 related projects→

Frequently asked questions

What does horsicq/nauz-file-detector do?

Linker/Compiler/Tool detector for Windows, Linux and MacOS.

What are the main features of horsicq/nauz-file-detector?

The main features of horsicq/nauz-file-detector are: Infrastructure and Configuration, Detection and Classification, Binary Analysis.

Which projects share features with horsicq/nauz-file-detector?

Projects with overlapping indexed features include: rustwasm/twiggy — Twiggy🌱 is a code size profiler. justicerage/manalyze — A static analyzer for PE executables. google/bloaty — Bloaty is a binary size profiler and executable format analyzer that attributes every byte of a binary to specific… microsoft/binskim — A binary static analysis tool that provides security and correctness results for Windows Portable Executable and *nix… jkinder/jakstab — The Jakstab static analysis platform for binaries. google/afl — AFL is a coverage-guided fuzzer and security vulnerability scanner used to identify software bugs and memory…