Lucene search
+L

321 matches found

Kitploit
Kitploit
added 2026/09/13 4:12 p.m.121 views

sandsifter

s a n d s i f t e r : the x86 processor fuzzer Overview The sandsifter audits x86 processors for hidden instructions and hardware bugs, by systematically generating machine code to search through a processor's instruction set, and monitoring execution for anomalies. Sandsifter has uncovered secre...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/13 2:29 p.m.39 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/13 2:25 p.m.17 views

Ropper

Ropper You can use ropper to display information about binary files in different file formats and you can search for gadgets to build rop chains for different architectures x86/X8664, ARM/ARM64, MIPS/MIPS64, PowerPC/PowerPC64, SPARC64. For disassembly ropper uses the awesome Capstone Framework...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 12:45 p.m.8 views

grap

grap: define and match graph patterns within binaries https://github.com/QuoSecGmbH/grap grap takes patterns and binary files, uses a Casptone-based disassembler to obtain the control flow graphs from the binaries, then matches the patterns against them. Patterns are user-defined graphs with...

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

iblessing

☠️ ██╗██████╗ ██╗ ███████╗███████╗███████╗██╗███╗ ██╗ ██████╗ ██║██╔══██╗██║ ██╔════╝██╔════╝██╔════╝██║████╗ ██║██╔════╝ ██║██████╔╝██║ █████╗ ███████╗███████╗██║██╔██╗ ██║██║ ███╗ ██║██╔══██╗██║ ██╔══╝ ╚════██║╚════██║██║██║╚██╗██║██║ ██║ ██║██████╔╝███████╗███████╗███████║███████║██║██║...

5.8AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/13 10:58 a.m.9 views

strilight

Strilight v0.2.0 High-Performance Algebraic Loop Lifting & Exact Rational Recurrence Engine for Python and C %20/%20O\log%20N-orange.svg Overview: Why Iterate When You Can Solve? Traditional compilers, runtimes, and JIT engines such as GCC, Clang, PyPy, or Numba treat loops as repetitive...

6.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 6:57 a.m.13 views

capstone

Capstone Engine !TIP Welcome to join our community group! Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community. Created by Nguyen Anh Quynh, then developed and maintained by a small community, Capsto...

5.9AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/13 4:43 a.m.144 views

xori

Xori - Custom disassembly framework Xori is an automation-ready disassembly and static analysis library that consumes shellcode or PE binaries and provides triage analysis data. Acknowledgements: Xori wouldn't exist without inspiration and ideas from the open source community. We are indebted to...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 3:14 a.m.11 views

shellen

Shellen General Shellen is an interactive shellcoding environment. If you want a handy tool to write shellcodes, then shellen may be your friend. Shellen can also be used as an assembly or disassembly tool. keystone and capstone engines are used for all of shellen's operations. Shellen only works...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/13 1:31 a.m.8 views

Ropper

Ropper Puedes usar ropper para mostrar información sobre archivos binarios en diferentes formatos y puedes buscar gadgets para construir cadenas ROP para diferentes arquitecturas x86/X8664, ARM/ARM64, MIPS/MIPS64, PowerPC/PowerPC64, SPARC64. Para el desensamblado, ropper utiliza el increíble...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 1:01 a.m.29 views

keystone

Keystone Engine Keystone is a lightweight multi-platform, multi-architecture assembler framework. It offers some unparalleled features: Multi-architecture, with support for Arm, Arm64 AArch64/Armv8, Ethereum Virtual Machine, Hexagon, Mips, PowerPC, RISC-V, Sparc, SystemZ & X86 include 16/32/64bit...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 10:45 p.m.9 views

peCloakCapstone

peCloak - Capstone This is a simple fork of SecuritySift's peCloak that uses Capstone. The intention is to provide a fork based on a well-maintained, up-to-date disassembly library and to make the script multi-platform. Here's what I did so far: Replaced pydasm with Capstone Included a patched...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 8:37 p.m.10 views

fhex

Fhex - Un Editor Hex Completamente Funcional Este proyecto nace con el objetivo de desarrollar una herramienta ligera pero útil. La razón es que los editores hex existentes tienen algunas limitaciones diferentes por ejemplo, demasiadas dependencias, falta de características de coloreado hex, etc...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 8:37 p.m.40 views

fhex

Fhex - A Full-Featured HexEditor This project is born with the aim to develop a lightweight, but useful tool. The reason is that the existing hex editors have some different limitations e.g. too many dependencies, missing hex coloring features, etc.. This project is based on qhexedit2 , capstone...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 8:40 p.m.6 views

silica

SILICA A complete map of where AArch64 decoders disagree with the architecture. Silica walks every one of the 4,294,967,296 possible A64 instruction words, compares Capstone, LLVM, and Unicorn with Arm's machine-readable specification, and turns the differences into reproducible evidence. A...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/10 8:59 p.m.9 views

psr

Pointer Sequence Reverser Diseñado para ayudar a un ingeniero inverso a ver fácilmente cómo una aplicación C++ de Windows está accediendo a un miembro de datos u objeto en particular. Dada la dirección de memoria de un miembro de datos u objeto, esta herramienta establecerá un breakpoint de memor...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/10 12:20 a.m.9 views

binviz

binviz Binary visualiser & triage tool: linked interactive views entropy, histograms, image/dot-plot surfaces, control-flow graphs over a single shared address-space model. root@kitploit: pipx install binviz && binviz serve What it does Open a file and every view is looking at the same address...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 5:27 p.m.5 views

JOP_ROCKET

JOP ROCKET NOTA: Con la 2.15, introducimos el dispatcher de dos gadgets--esto expande significativamente las posibilidades con los dispatcher gadgets. Se han añadido muchas optimizaciones y nuevas características adicionales con la 2.15 el 26 de mayo de 2021. Actualización: 29 de noviembre de 202...

5.8AI score
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/08/25 1:42 p.m.11 views

Moderate: Red Hat Security Advisory: Red Hat Hardened Images RPMs Security Update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs: capstone: capstone-5.0.8-0.3.hum1 aarch64, x8664 capstone-devel-5.0.8-0.3.hum1 aarch64, x8664 capstone-java-5.0.8-0.3.hum1 noarch capstone-static-5.0.8-0.3.hum1 aarch64, x8664...

7.3CVSS5.2AI score0.0014EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/25 1:42 p.m.10 views

capstone: Capstone: Denial of Service via crafted SH2A bytecode

A flaw was found in Capstone, a disassembly framework. The shdisassemble function incorrectly processes 16-bit instructions, leading to an attempt to read data from an unauthorized memory location an out-of-bounds read. A remote attacker could exploit this by providing specially crafted bytecode ...

6.8CVSS6.1AI score0.00134EPSS
SaveExploits0References10
Rows per page
Query Builder