Skip to content

Yayoi-cs/fastDbg

Repository files navigation

fastDbg - super fast x64 elf debugger with golang -

Author: github.com/Yayoi-cs (tsune)

Install

$ git clone https://github.com/Yayoi-cs/fastDbg.git
$ cd fastDbg
$ git clone https://github.com/capstone-engine/capstone.git
# Build capstone at first
$ go build

Run

sudo is required for attaching

[~/GolandProjects/fastDbg]$./fastDbg 
      ___           ___           ___           ___           ___           ___           ___
     /\  \         /\  \         /\  \         /\  \         /\  \         /\  \         /\  \
    /::\  \       /::\  \       /::\  \        \:\  \       /::\  \       /::\  \       /::\  \
   /:/\:\  \     /:/\:\  \     /:/\ \  \        \:\  \     /:/\:\  \     /:/\:\  \     /:/\:\  \
  /::\~\:\  \   /::\~\:\  \   _\:\~\ \  \       /::\  \   /:/  \:\__\   /::\~\:\__\   /:/  \:\  \
 /:/\:\ \:\__\ /:/\:\ \:\__\ /\ \:\ \ \__\     /:/\:\__\ /:/__/ \:|__| /:/\:\ \:|__| /:/__/_\:\__\
 \/__\:\ \/__/ \/__\:\/:/  / \:\ \:\ \/__/    /:/  \/__/ \:\  \ /:/  / \:\~\:\/:/  / \:\  /\ \/__/
      \:\__\        \::/  /   \:\ \:\__\     /:/  /       \:\  /:/  /   \:\ \::/  /   \:\ \:\__\
       \/__/        /:/  /     \:\/:/  /     \/__/         \:\/:/  /     \:\/:/  /     \:\/:/  /
                   /:/  /       \::/  /                     \::/__/       \::/__/       \::/  /
                   \/__/         \/__/                       ~~            ~~            \/__/
Invalid arguments
Usage: ./fastDbg [OPTIONS] <file>

Options:
  -f string
        filename
  -p int
        process id

Commands

About

x86_64 native/qemu kernel debugger

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages