Lucene search
+L

42 matches found

Kitploit
Kitploit
added 2026/09/24 3:42 a.m.19 views

VulnFanatic-NG

VulnFanatic-NG LLM-assisted vulnerability research for Binary Ninja. VulnFanatic-NG adds a sidebar panel that scans the current binary and asks an LLM — a locally hosted OpenAI-compatible model by default, or Anthropic Claude, Google Gemini, or Azure OpenAI see LLM backends — to judge whether...

6.2AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/24 1:15 a.m.94 views

fuzzable

Fuzzable Framework for Automating Fuzzable Target Discovery with Static Analysis Introduction Vulnerability researchers conducting security assessments on software will often harness the capabilities of coverage-guided fuzzing through powerful tools like AFL++ and libFuzzer. This is important as ...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/23 10:16 p.m.14 views

mole

Mole Mole is a Binary Ninja plugin designed to identify interesting execution paths in binaries. It performs backward slicing on variables using Binary Ninja 's Medium Level Intermediate Language MLIL in Static Single Assignment SSA form, forming the basis for a static taint analysis. In Mole , a...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/23 9:26 p.m.15 views

binary-ninja-headless-mcp

Binary Ninja Headless MCP A headless Binary Ninja server that speaks MCP Model Context Protocol, giving AI agents full access to deep reverse-engineering workflows — disassembly, IL, patching, types, xrefs, and more — without a GUI. Designed to run in the same Docker container as the agent runtim...

6.2AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/23 8:12 p.m.15 views

ManticoreUI

============ Manticore UI .. image:: https://raw.githubusercontent.com/trailofbits/manticore/master/docs/images/manticore.png :width: 200px :align: center :alt: Manticore The Manticore User Interface MUI project provides a graphical user interface plugin for different disassemblers that allows...

6.3AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/23 7:30 p.m.11 views

binsync

BinSync BinSync is a decompiler collaboration tool built on the Git versioning system to enable fined-grained reverse engineering collaboration regardless of decompiler. BinSync is built by mahaloz, the angr team, and the SEFCOM research lab. It's also due in large part to its use by the Shellphi...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/23 6:55 p.m.17 views

obfuscation_detection

混淆检测 v2.4 作者:Tim Blazytko 自动检测混淆代码及其他有趣的代码结构 描述: Obfuscation Detection 是一个 Binary Ninja 插件,用于检测二进制文件中的混淆代码和有趣的代码结构(例如状态机)。给定一个二进制文件,该插件通过识别在逆向工程中可能值得仔细查看的代码位置来简化分析。 基于各种启发式规则,该插件定位包含复杂或罕见代码结构的函数。此类代码结构可能实现: 混淆代码 状态机和协议 C&C 服务器通信 字符串解密例程 加密算法 以下博客文章提供了有关底层启发式规则的更多信息并展示了它们的用例: 自动化检测控制流平坦化 自动化检测混淆代码...

6.1AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/23 6:55 p.m.70 views

obfuscation_detection

Obfuscation Detection v2.4 Author: Tim Blazytko Automatically detect obfuscated code and other interesting code constructs Description: Obfuscation Detection is a Binary Ninja plugin to detect obfuscated code and interesting code constructs e.g., state machines in binaries. Given a binary, the...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/23 3:50 p.m.106 views

diaphora

δiaphora Installation Install with the Hex-Rays plugin manager: root@kitploit: hcli plugin install https://github.com/joxeankoret/diaphora/archive/refs/tags/3.4.2.zip Manual install instructions are below. Diaphora διαφορά, Greek for 'difference' version 3.4 is the most advanced program diffing...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/23 2:05 p.m.7 views

flare-floss

FLOSS 脚本 FLOSS 支持将其输出转换为各种工具的脚本。请参见此目录中的渲染脚本。 此外,还有一个 IDA 插件,允许 FLOSS 自动提取混淆字符串并将其应用于 IDA 中当前加载的模块。idaplugin.py 是一个 IDAPython 脚本,您可以直接在 IDA Pro 中运行(文件 - 脚本文件... ALT + F7)。 安装 这些脚本可以从 FLOSS GitHub 仓库与源码一起下载,这是脚本运行所必需的。 要从源码安装 FLOSS,请参阅此处的文档。 用法 将 FLOSS 输出转换为其他工具使用 使用 -j 或 --json 参数在所需可执行文件上运行...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/23 11:43 a.m.12 views

binja_arch_ref

binjaarchref A simple Binary Ninja plugin to display a cheat sheet with information about the current architecture Origins This project is a product of NCC Group's 2017 summer internship program. Further updates will be tracked athttps://github.com/ehennenfent/binjaarchref. NCC Group is not...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/18 9:59 p.m.9 views

revsync

revsync Realtime sync plugin for IDA Pro, Binary Ninja and Vivisect Syncs: Comments Symbol names Stack var names Structs Code coverage how much time was spent looking at a block IDA Pro Installation First, clone to IDA Data Dir: Windows: %APPDATA%\Hex-Rays\IDA Pro Mac/Linux: /.idapro Now: Make a...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/18 12:13 p.m.18 views

DAILA

DAILA The Decompiler Artificially Intelligent Language Assistant DAILA is a unified interface for AI systems to be used in decompilers. With DAILA, you can utilize various AI systems, like local and remote LLMs, all in the same scripting and GUI interfaces across many decompilers. DAILA was...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/18 7:25 a.m.13 views

binaryninja-ollama

Binary Ninja Ollama v1.0.9 Author: Austin Haggard Binary Ninja Ollama integrates with your own locally hosted ollama server to rename functions and variables with AI Description: Ollama is a tool that allows you to pull open source AI models and run them locally. Some models require extensive...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 7:20 a.m.13 views

quokka

Quokka image generated by DALL-E Table of Contents Introduction Installation Usage Building Documentation FAQ Introduction Quokka is a binary exporter: from the disassembly of a program, it generates an export file that can be used without the disassembler. It currently supports IDA Pro , Ghidra...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/17 9:13 p.m.9 views

binja_dynamics

Binary Ninja Dynamic Analysis Tools This project adds a PyQt5 frontend to the binjatron plugin for Binary Ninja, that includes highlighting features aimed at making it easier for beginners to learn about reverse engineering. Motivation The ability to reverse engineer x86 binaries is an important...

5.9AI score
SaveExploits0References12
Kitploit
Kitploit
added 2026/09/17 9:11 p.m.13 views

binja_sensei

binjasensei Educational tools for Binary Ninja This plugin provides resources for beginners to learn reverse engineering using Binary Ninja. It automatically installs several other plugins, and provides examples that showcase the features of these plugins. Origins This project is a product of NCC...

6.1AI score
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 8:50 a.m.20 views

CVE-2021-31516

This vulnerability allows remote attackers to execute arbitrary code on affected installations of Vector 35 Binary Ninja 2.3.2660 Build ID 88f343c3. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific fla...

7.8CVSS6.8AI score0.02384EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2021-18416

Malware in sbrugna...

7.8CVSS7.7AI score0.02384EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2021-18415

Malware in sbrugna...

7.8CVSS7.7AI score0.02384EPSS
SaveExploits0References3
Rows per page
Query Builder