850 matches found
seer
はじめに Seer - Linux向けgdbのGUIフロントエンドです。Ernie Pasveer [email protected] このプロジェクトは活発に開発が進められています。目標は、gdbへのシンプルでありながら使いやすいGUIを提供することです。 バグや機能要望は、私のメールアドレスまで報告するか、GitHubプロジェクトページにタスクを作成してください。 インストール ============ Seerは、パッケージマネージャーまたはソースコードからインストールできます。 !NOTE インストール前に要件が満たされていることを確認してください。 要件 Linux...
libdlmalloc
libdlmalloc libdlmalloc 是一个设计用于与 GDB 配合使用的 python 脚本,可用于分析 Doug Lea 分配器(又名 dlmalloc)。它目前支持 dlmalloc 2.8.x 版本。请注意,某些部分也可以独立于 GDB 使用,例如对某些快照的堆内存进行离线分析。 libdlmalloc 的灵感来源于其他用于分析堆的 gdb python 脚本,例如 libtalloc、unmaskjemalloc 和 libheap。某些基本功能与这些项目几乎完全相同。 支持的版本 libdlmalloc 主要在 32 位和 64 位 Cisco ASA...
gef
GEF(发音为 ʤɛf - "Jeff")是一组用于 x86/64、ARM、MIPS、PowerPC 和 SPARC 的命令, 旨在帮助使用传统 GDB 的漏洞利用开发者和逆向工程师。它通过 Python API 为 GDB 提供 额外的功能,以协助动态分析和漏洞利用 开发的过程。应用开发者也会从中受益,因为 GEF 消除了传统 GDB 的很大一部分 晦涩之处,避免了重复执行传统命令,并能从调试运行时中提取 出相关信息。 快速安装 只需确保你拥有使用 Python3.10+ 绑定编译的 GDB 10.0 或更高版本,然后: root@kitploit: via the install...
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...
angrgdb
angrgdb GDB内でangrを使用します。現在のデバッガ状態からangr状態を作成します。 インストール root@kitploit: pip install angrgdb echo "python import angrgdb.commands" /.gdbinit 使用方法 angrgdbはGDBでangrdbg APIを実装しています。 スクリプト内で次のように使用できます: root@kitploit: from angrgdb import gdb.execute"b 0x004005f9" gdb.execute"r aaaaaaaa" sm = StateManag...
pylane
pylane 簡体中文 Pylane は、gdb と ptrace に基づいた Python VM インジェクターとデバッグツールです。 Pylane は gdb を使用して Python プロセスをトレースし、その Python VM にコードを注入して実行します。 使い方 inject コマンドを使用して、プロセスに Python スクリプトを注入します: root@kitploit: pylane inject shell コマンドを使用して、インタラクティブシェルを注入します: root@kitploit: pylane shell Pylane シェルの機能:...
pyrasite
.. image:: docs/logo.png pyrasite .. image:: https://api.travis-ci.org/lmacken/pyrasite.png?branch=develop :target: http://travis-ci.org/lmacken/pyrasite .. image:: https://coveralls.io/repos/lmacken/pyrasite/badge.png?branch=develop :target: https://coveralls.io/r/lmacken/pyrasite?branch=develop...
pyrasite
.. image:: docs/logo.png pyrasite .. image:: https://api.travis-ci.org/lmacken/pyrasite.png?branch=develop :target: http://travis-ci.org/lmacken/pyrasite .. image:: https://coveralls.io/repos/lmacken/pyrasite/badge.png?branch=develop :target: https://coveralls.io/r/lmacken/pyrasite?branch=develop...
gdb-static
GDB/GDBServer 静的ビルド 説明 静的GDBおよびGDBServerの公開リポジトリ。 リンク https://github.com/hugsy/gef https://github.com/hugsy/gef-extras...
gdb-dashboard
GDB dashboard GDB dashboard is a standalone .gdbinit file written using the Python API that enables a modular interface showing relevant information about the program being debugged. Its main goal is to reduce the number of GDB commands needed to inspect the status of current program thus allowin...
gdb-dashboard
GDB ダッシュボード GDB ダッシュボードは、Python API を使用して書かれたスタンドアロンの .gdbinit ファイルであり、デバッグ中のプログラムに関する関連情報を表示するモジュラーインターフェースを提供します。主な目的は、現在のプログラムの状態を検査するために必要な GDB コマンドの数を減らし、開発者が主に制御フローに集中できるようにすることです。 クイックスタート .gdbinit ファイルをホームディレクトリに配置するだけです。例: root@kitploit: wget -P...
rr
Resumen rr es una herramienta ligera para grabar, reproducir y depurar la ejecución de aplicaciones árboles de procesos y subprocesos. La depuración extiende gdb con una ejecución inversa muy eficiente, lo que, en combinación con funciones estándar de gdb/x86 como los puntos de interrupción de...
bread
🍞 BREAD BREAD(BIOS 逆向工程与高级调试器)是一个“可注入”的实模式 x86 调试器,能够通过串口线从另一台 PC 调试任意实模式代码(在真实硬件上)。 简介 BREAD 源于多次尝试逆向传统 BIOS 的失败经历。鉴于绝大多数(如果不是全部)BIOS 分析都是使用反汇编器静态完成的,理解 BIOS 变得极其困难,因为无法知道给定代码段中寄存器或内存的值。 尽管如此,BREAD 也可以调试实模式下的任意代码,例如可引导代码或 DOS 程序。 快速演示:...
salt
salt へようこそ。これは、カーネルヒープメモリ管理をリバースエンジニアリングし学習するためのツールです。エクスプロイトの開発、自身のカーネルコードのデバッグ、そしてさらに重要なことに、カーネルヒープのアロケーションを操作し、その内部動作を学ぶために役立ちます。 このツールは、最新のLinuxカーネルにおけるSLUBアロケータのアロケーションと現在の状態のトレースを支援します。 これはgdbプラグインとして記述されており、メモリアロケーションの トレース と 記録 、およびプロセス名やキャッシュによる フィルタリング...
pwndbg
pwndbg pwndbg /paʊnˈdiˌbʌɡ/ es un complemento de GDB y LLDB que hace que depurar apeste menos, con un enfoque en las funciones necesarias para desarrolladores de software de bajo nivel, hackers de hardware, ingenieros inversos y desarrolladores de exploits. Tiene una gran cantidad de funciones,...
peda
peda PEDA - Python Exploit Development Assistance for GDB Key Features: Enhance the display of gdb: colorize and display disassembly codes, registers, memory information during debugging. Add commands to support debugging and exploit development for a full list of commands use peda help: aslr --...
peda
peda PEDA - GDB向けPythonエクスプロイト開発支援ツール 主な機能: gdbの表示を強化: デバッグ中に逆アセンブリコード、レジスタ、メモリ情報を色付けして表示します。 デバッグとエクスプロイト開発を支援するコマンドを追加 コマンドの全リストは peda help を使用: aslr -- GDBのASLR設定を表示/設定 checksec -- バイナリの各種セキュリティオプションを確認 dumpargs -- コール命令で停止したときに関数に渡された引数を表示 dumprop -- 特定のメモリ範囲内のすべてのROPガジェットをダンプ elfheader --...
AFLTriage
AFLTriage AFLTriage es una herramienta para clasificar archivos de entrada que causan caídas usando un depurador. Está diseñado para ser portátil y no requerir dependencias de tiempo de ejecución, aparte de libc y un depurador externo. Admite la clasificación de caídas generadas por cualquier...
gdb-frontend
GDBFrontend is an easy, flexible and extensionable gui debugger. Installing Requirements GDB = 8.2 with python3 python3 = 3.6 tmux PIP Package Python Wheel Recommended You can install GDBFrontend with pip. root@kitploit: sudo python3 -m pip install gdbfrontend if it is already installed and you a...