awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jkinder avatar

jkinder/jakstab

0
View on GitHub↗
164 星标·25 分支·Java·GPL-2.0·9 次浏览

Jakstab

The Jakstab static analysis platform for binaries

Features

  • Infrastructure and Configuration - Abstract interpretation-based framework for binary analysis.
  • Binary Analysis - Framework for disassembly and static analysis using abstract interpretation.
  • Security and Vulnerability Scanning - Abstract interpretation-based framework for binary analysis.

Star 历史

jkinder/jakstab 的 Star 历史图表jkinder/jakstab 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Jakstab 的开源替代方案

相似的开源项目,按与 Jakstab 的功能重合度排序。
  • microsoft/binskimMicrosoft 的头像

    Microsoft/binskim

    855在 GitHub 上查看↗

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

    C#
    在 GitHub 上查看↗855
  • angr/angrangr 的头像

    angr/angr

    8,898在 GitHub 上查看↗

    Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves as a binary decompiler and a lifting platform that translates machine code into a common intermediate representation to enable cross-architecture analysis. The framework integrates a symbolic execution engine and constraint solvers to determine the inputs required to reach specific program states. It also employs untrusted code sandboxing to isolate guest code from the host environment during analysis. Its capabilities cover control flow and data flow analysis, including the

    Python
    在 GitHub 上查看↗8,898
  • google/bloatygoogle 的头像

    google/bloaty

    5,488在 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++
    在 GitHub 上查看↗5,488
  • horsicq/nauz-file-detectorhorsicq 的头像

    horsicq/Nauz-File-Detector

    574在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗574
查看 Jakstab 的所有 30 个替代方案→

常见问题解答

jkinder/jakstab 是做什么的?

The Jakstab static analysis platform for binaries

jkinder/jakstab 的主要功能有哪些?

jkinder/jakstab 的主要功能包括:Infrastructure and Configuration, Binary Analysis, Security and Vulnerability Scanning。

jkinder/jakstab 有哪些开源替代品?

jkinder/jakstab 的开源替代品包括: microsoft/binskim — A binary static analysis tool that provides security and correctness results for Windows Portable Executable and *nix… angr/angr — Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves… google/bloaty — Bloaty is a binary size profiler and executable format analyzer that attributes every byte of a binary to specific… horsicq/nauz-file-detector — Linker/Compiler/Tool detector for Windows, Linux and MacOS. justicerage/manalyze — A static analyzer for PE executables. ossillate-inc/packj — Packj stops :zap: Solarwinds-, ESLint-, and PyTorch-like attacks by flagging malicious/vulnerable open-source…