Linker/Compiler/Tool detector for Windows, Linux and MacOS.
horsicq/nauz-file-detector 的主要功能包括:Infrastructure and Configuration, Detection and Classification, Binary Analysis。
horsicq/nauz-file-detector 的开源替代品包括: 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…
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
A binary static analysis tool that provides security and correctness results for Windows Portable Executable and *nix ELF binary formats