awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
longld avatar

longld/peda

0
View on GitHub↗
6,130 stele·831 fork-uri·Python·3 vizualizări

Peda

Peda este o suită de instrumente de securitate și un framework de dezvoltare a exploit-urilor conceput pentru analiză binară, automatizarea debugger-ului și inspecția memoriei. Acesta funcționează ca un set de scripturi Python care extind un debugger pentru a automatiza analiza fișierelor compilate și inspecția memoriei proceselor.

Proiectul oferă utilitare specializate pentru cercetarea coruperii memoriei, inclusiv un utilitar de generare a payload-urilor pentru crearea de tipare ciclice în vederea descoperirii buffer overflow-urilor și un gadget finder pentru a localiza secvențe de return-oriented programming (ROP) în binare. Se diferențiază oferind un instrument de vizualizare care transformă datele brute din registre, dezasamblare și memorie în text colorat pentru a simplifica analiza stărilor CPU.

Framework-ul acoperă o gamă largă de capabilități, inclusiv analiza de securitate binară pentru detectarea protecțiilor, scanarea memoriei prin expresii regulate și capacitatea de a mapa mediile proceselor direct din kernel-ul sistemului. Include, de asemenea, instrumente pentru modificarea adreselor de memorie și generarea de șabloane de shellcode.

Features

  • GDB Extensions - Integrates as a GDB extension to visualize CPU registers, disassembly, and memory state during execution.
  • Cyclic Pattern Generators - Provides utilities to generate non-repeating cyclic patterns for determining buffer overflow offsets.
  • ROP Chain Automators - Identifies and dumps ROP gadgets within binaries to build functional execution chains.
  • Debugger Visualizations - Provides a visualization tool that transforms raw register, disassembly, and memory data into color-coded text for easier CPU state analysis.
  • System State Visualizations - Transforms raw register and assembly data into color-coded visual representations for faster CPU state analysis.
  • Binary Analysis Tools - Analyzes compiled files to detect security protections and extract binary header information.
  • State Visualizations - Provides a color-coded visualization of disassembly, registers, and memory to simplify CPU state analysis.
  • Debugger Extensions - Extends the GDB debugger with custom Python commands to automate binary analysis.
  • Buffer Overflow Research - Provides tools for identifying memory offsets and manipulating process memory to test for overflow vulnerabilities.
  • Exploit Frameworks - Provides a modular platform of GDB Python scripts for automating binary analysis and memory inspection.
  • Exploit Payload Generators - Includes a utility for creating cyclic patterns to discover buffer overflow offsets and generating shellcode templates for exploit payloads.
  • Runtime Memory Manipulation - Modifies memory addresses with custom data to alter the state of a running process.
  • Instruction Gadget Discovery - Implements search utilities to identify instruction sequences (gadgets) within binaries for ROP chain construction.
  • Exploit Payloads - Generates shellcode, Python exploit templates, and memory patterns to achieve code execution.
  • Memory Scanning - Scans process memory ranges using regular expressions to locate specific data structures or exploit signatures.
  • Binary File Inspectors - Examines compiled binaries to inspect symbols, sections, and security protections.
  • Memory Mapping Interfaces - Retrieves virtual memory mapping ranges and protection flags directly from the system kernel.
  • Process Memory Scanners - Locates specific byte patterns, addresses, or regex matches within the memory space of a running process.
  • Binary Pattern Searching - Searches process memory using regular expressions and allows modification of memory addresses.
  • Process State Inspection - Retrieves and displays metadata and mapping ranges for active processes from the system kernel.
  • Instrumente de analiză binară - Python-based exploit development assistance for GDB.
  • Exploit Development - Assistance tool for exploit development within GDB.
  • GDB Enhancements - Python-based exploit development assistance for GDB.
  • Reverse Engineering - GDB plugin for exploit development.
  • Security Tools - Python Exploit Development Assistance for GDB.

Istoric stele

Graficul istoricului de stele pentru longld/pedaGraficul istoricului de stele pentru longld/peda

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face longld/peda?

Peda este o suită de instrumente de securitate și un framework de dezvoltare a exploit-urilor conceput pentru analiză binară, automatizarea debugger-ului și inspecția memoriei. Acesta funcționează ca un set de scripturi Python care extind un debugger pentru a automatiza analiza fișierelor compilate și inspecția memoriei proceselor.

Care sunt principalele funcționalități ale longld/peda?

Principalele funcționalități ale longld/peda sunt: GDB Extensions, Cyclic Pattern Generators, ROP Chain Automators, Debugger Visualizations, System State Visualizations, Binary Analysis Tools, State Visualizations, Debugger Extensions.

Care sunt câteva alternative open-source pentru longld/peda?

Alternativele open-source pentru longld/peda includ: gallopsled/pwntools — Pwntools is a Python-based framework designed for rapid prototyping and automation in binary exploitation, reverse… hugsy/gef — GEF is a Python-based extension for GDB that serves as a framework for binary analysis, exploit development, and… jonathansalwan/ropgadget — ROPgadget is a binary analysis tool and multi-architecture disassembler designed to locate instructional sequences… korcankaraokcu/pince — PINCE is a dynamic debugger, instruction tracer, and memory scanner designed for the analysis and manipulation of… pwndbg/pwndbg — pwndbg is a GDB plugin and binary analysis framework designed for reverse engineering, exploit development, and… blacktop/ipsw — ipsw is a specialized toolkit for iOS firmware analysis, binary reverse engineering, and hardware interaction. It…

Alternative open-source pentru Peda

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Peda.
  • gallopsled/pwntoolsAvatar Gallopsled

    Gallopsled/pwntools

    13,271Vezi pe GitHub↗

    Pwntools is a Python-based framework designed for rapid prototyping and automation in binary exploitation, reverse engineering, and security research. It serves as a comprehensive toolkit for interacting with local and remote processes, providing the primitives necessary to manage complex exploit workflows and streamline security analysis tasks. The framework distinguishes itself through its specialized capabilities for binary manipulation and automated exploit construction. It includes dedicated utilities for parsing executable file formats, assembling and disassembling machine code, and gen

    Pythonassemblybsdcapture-the-flag
    Vezi pe GitHub↗13,271
  • hugsy/gefAvatar hugsy

    hugsy/gef

    8,020Vezi pe GitHub↗

    GEF is a Python-based extension for GDB that serves as a framework for binary analysis, exploit development, and low-level debugging. It functions as a dynamic analysis extension designed to assist in reverse engineering workflows and malware analysis by enhancing the debugger's ability to inspect process state and memory. The project is distinguished by its specialized heap analysis tools, which allow for the inspection of glibc heap arenas, bins, and chunks to detect memory corruption. It also provides a dedicated toolkit for exploit development, including cyclic pattern generation for offs

    Pythonbinary-ninjactfdebugging
    Vezi pe GitHub↗8,020
  • jonathansalwan/ropgadgetAvatar JonathanSalwan

    JonathanSalwan/ROPgadget

    4,440Vezi pe GitHub↗

    ROPgadget is a binary analysis tool and multi-architecture disassembler designed to locate instructional sequences used for return-oriented programming. It functions as an exploit development framework that identifies gadgets within binaries to facilitate the creation of memory corruption exploits. The tool supports cross-architecture binary auditing, processing machine code from x86, ARM, MIPS, and RISC-V. It provides a unified interface for analyzing diverse executable file formats, including ELF, PE, and Mach-O. Its capabilities cover binary vulnerability analysis and exploit payload deve

    Python
    Vezi pe GitHub↗4,440
  • korcankaraokcu/pinceAvatar korcankaraokcu

    korcankaraokcu/PINCE

    2,767Vezi pe GitHub↗

    PINCE is a dynamic debugger, instruction tracer, and memory scanner designed for the analysis and manipulation of running processes. It functions as a process memory manipulator and editor, allowing for the identification, modification, and monitoring of values within a target application's active memory. The tool distinguishes itself through memory pointer analysis, tracing addresses and offsets to locate static pointers that lead to dynamic data across different sessions. It also enables the execution of internal functions within a running process by manipulating the instruction pointer and

    Pythonassemblercheat-enginedebugging-tool
    Vezi pe GitHub↗2,767
Vezi toate cele 30 alternative pentru Peda→