Lucene search
+L

2501 matches found

Kitploit
Kitploit
added 2026/09/23 4:23 p.m.148 views

metame

metame metame is a simple metamorphic code engine for arbitrary executables. From Wikipedia: Metamorphic code is code that when run outputs a logically equivalent version of its own code under some interpretation. This is used by computer viruses to avoid the pattern recognition of anti-virus...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/23 4:13 p.m.19 views

androidReverse

Android Reverse A reverse engineering suite that runs entirely on Android. No PC, no ADB, no desktop tools — everything from APK extraction to native binary analysis, editing, and rebuilding happens on-device. MCP Server androidReverse includes a built-in Model Context Protocol server, allowing...

6.2AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/23 2:11 p.m.45 views

gef

GEF pronounced ʤɛf - "Jeff" is a set of commands for x86/64, ARM, MIPS, PowerPC and SPARC to assist exploit developers and reverse-engineers when using old school GDB. It provides additional features to GDB using the Python API to assist during the process of dynamic analysis and exploit...

5.6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/23 1:11 p.m.10 views

r2gopclntabParser

r2gopclntabParser Note: This feature has been implemented directly to radare2's core as gopc analysis plugin A radare2-based Go gopclntab parser for recovering function symbols from Go binaries, including fully stripped ones. Supports ELF, Mach-O, and PE binaries across Go versions 1.2, 1.16, 1.1...

5.6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/23 12:10 p.m.13 views

SAFE

SAFE : Self Attentive Function Embedding Paper This software is the outcome of our accademic research. See our arXiv paper: arxiv If you use this code, please cite our accademic paper as: root@kitploit: @inproceedingsmassarelli2018safe, title=SAFE: Self-Attentive Function Embeddings for Binary...

6.1AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/23 12:03 p.m.99 views

r2frida

r2frida Radare2 and Frida better together Description Self-contained plugin for radare2 that ships frida and allows to instrument local or remote processes using r2 commands instead but not limited to Frida scripts. The radare project provides a complete toolchain for reverse engineering, it's...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/23 10:27 a.m.15 views

r2web

r2web: Access radare2 from anywhere, anytime. Overview r2web lets you run radare2 without local installs or platform hassles. Analyze files directly in your browser. It runs entirely client-side using radare2 WASI and Wasmer, with an xterm.js frontend for interactive command execution. 👉 Try it...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/23 9:10 a.m.320 views

radare2

Radare2: Libre Reversing Framework for Unix Geeks Current git master branch is 6.2.2, next release will be 6.2.4. Description r2 is a complete rewrite of radare. It provides a set of libraries, tools and plugins to ease reverse engineering tasks. Distributed under LGPLv3, despite each plugin can...

6.1AI score
SaveExploits0References27
Kitploit
Kitploit
added 2026/09/23 6:12 a.m.32 views

cosa-nostra

Cosa Nostra Cosa Nostra is an open source software clustering toolkit with a focus on malware analysis. It can create phylogenetic trees of binary malware samples that are structurally similar. It was initially released during SyScan360 Shanghai 2016. I basically maintain it since 2016 for my one...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/23 4:42 a.m.12 views

Umay

IoT Malware Similarity Analysis Platform View Demo Table of contents About The Project Current features Getting Started Prerequisites Installation Create your own dataset Contributing License About The Project This project provides IoT malware similarity analysis based on shared codes. It helps t...

6AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/23 2:42 a.m.9 views

flare-emu

flare-emu flare-emu marries a supported binary analysis framework, such as IDA Pro or Radare2, with Unicorn’s emulation framework to provide the user with an easy to use and flexible interface for scripting emulation tasks. It is designed to handle all the housekeeping of setting up a flexible an...

5.8AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/23 1:42 a.m.15 views

r2ai

R2AI - 使用 LLM 增强 radare2 逆向 root@kitploit: ╭─────────────────────────────────╮ │ , . . , │ ╭──╮ │ : \ \ |: \ : | │ │ │ │ | |/ || , || : | │ │ O O r2ai -q explain: Explain the current function - devices: Find and explain devices used - libs: Group imports by Libraries - varnames: Better variable...

6AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/22 11:40 p.m.12 views

r2frida

r2frida Radare2 和 Frida 强强联合 描述 为 radare2 自带 frida 的独立插件,允许使用 r2 命令(但不限于)Frida 脚本来检测本地或远程进程。 radare 项目提供了一套完整的逆向工程工具链,它得到积极维护,提供了完善的功能,并可通过其他编程语言和工具扩展其特性。 Frida 是一个动态检测工具包,通过注入你自己的 JavaScript 代码(可选地还可以与脚本通信)来轻松检查并操控正在运行的进程。 特性 运行未经修改的 Frida 脚本(使用 :. 命令) 在任何进程中执行 C、JavaScript 或 TypeScript 代码片段...

6.1AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/22 9:32 p.m.15 views

rizin

Rizin Rizin 是一个逆向工程框架,源自 radare2 的分支,注重可用性、功能和整洁性。 Rizin 具有可移植性,可用于分析二进制文件、反汇编代码、调试程序,作为取证工具,作为能够打开磁盘文件的可脚本化命令行十六进制编辑器,以及更多用途! 如果你想了解更多关于 Rizin 的信息,可以阅读官方 Rizin 书籍。 如何安装 请在我们的网页上查看安装说明。 如何构建 使用 meson 来编译和安装 Rizin。请确保获得更新版的 meson(例如,如果你的系统没有至少 0.55.0 版本,可以用 pip install meson 获取)。 克隆此仓库:...

5.8AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/22 9:18 p.m.10 views

radare2

Radare2:面向 Unix 极客的自由逆向工程框架 当前 git master 分支为 6.2.2,下一个版本将是 6.2.4。 描述 r2 是 radare 的完全重写版本。它提供了一组库、工具和插件,以简化逆向工程任务。整体以 LGPLv3 协议分发,但每个插件可以拥有不同的许可证(详情参见 r2 -Lj)。 radare 项目最初是一个专注于取证分析的简单命令行十六进制编辑器。如今,r2 已发展为一个功能齐全的低级命令行工具,支持通过内置的 Javascript 解释器或 r2pipe 进行脚本编写。 r2 可以编辑本地硬盘上的文件、查看内核内存,并支持本地调试程序或通过远程...

6AI score
SaveExploits0References29
Kitploit
Kitploit
added 2026/09/22 4:36 p.m.72 views

inhale

Inhale - Malware Inhaler Inhale is a malware analysis and classification tool that is capable of automating and scaling many static analysis operations. This is the beta release version, for testing purposes, feedback, and community development. Background Inhale started as a series of small...

5.6AI score
SaveExploits0
NVD
NVD
added 2026/09/22 4:18 p.m.16 views

CVE-2026-81886

radare2 is a UNIX-like reverse engineering framework and command-line toolset. Prior to 6.2.0, radare2's Windows 64-bit crash-dump dmp64 parser was vulnerable because the Windows dmp64 parser used an input-controlled physical-memory-run PageCount directly as the bound of a per-page allocation loo...

5.5CVSS0.00172EPSS
SaveExploits0References5
NVD
NVD
added 2026/09/22 4:18 p.m.7 views

CVE-2026-81882

radare2 is a UNIX-like reverse engineering framework and command-line toolset. Prior to 6.2.0, radare2's binary property-list Unicode parser was vulnerable because the binary-property-list Unicode parser underallocated an uninitialized UTF-8 destination and did not guarantee NUL termination. The...

3.3CVSS0.0017EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/22 4:18 p.m.6 views

CVE-2026-81885

radare2 is a UNIX-like reverse engineering framework and command-line toolset. Prior to 6.2.0, radare2's NE relocation fixup-chain parser was vulnerable because the NE relocation parser followed fixup chains without an active iteration limit or cycle detection. The vulnerability is triggered by...

5.5CVSS0.00172EPSS
SaveExploits0References5
NVD
NVD
added 2026/09/22 4:18 p.m.7 views

CVE-2026-81884

radare2 is a UNIX-like reverse engineering framework and command-line toolset. Prior to 6.2.0, radare2's Mach-O LCDATAINCODE parser was vulnerable because the Mach-O LCDATAINCODE parser trusted dataoff and datasize and allowed a final partial record to be processed. The vulnerability is triggered...

2.5CVSS0.00148EPSS
SaveExploits0References5
Rows per page
Query Builder