项目作者: Satharus

项目描述 :
[(forever)WIP] FOSS GNU Debugger (GDB) interface for GNU/Linux.
高级语言: C++
项目地址: git://github.com/Satharus/Disass.git
创建时间: 2019-03-11T15:43:04Z
项目社区:https://github.com/Satharus/Disass

开源协议:GNU General Public License v3.0

下载


Disass_Logo

About

Disass (Short for disassemble) is an interface for the GNU Debugger (GDB).

It’s mainly made for disassembly in mind, but if you found it comfortable to use for normal debugging purposes then go ahead!

Here is a GIF of all of the progress throughout the versions so far.

Screenshot from the latest version: 0.07

Screenshot

How to use

  • Make sure you have gdb installed.

    $ gdb --version

    • If not, then install it using the following command depending on your distro of choice:
      Arch and its Derivatives(Manjaro, Antergos, etc..)

      pacman -S gdb

      Debian and its Derivatives(Ubuntu, Linux Mint, etc..)

      apt update && apt install gdb

      RedHat and its Family(CentOS, Fedora, etc..)

      yum install gdb

  • Head over to the releases page.
  • Download the version you want of Disass.
  • Mark the AppImage as executable or run chmod +x Disass-vY-x86_64.AppImage
  • Double click the AppImage or run ./Disass-vY-x86_64.AppImage

Note: replace Y with the version you downloaded.

License

Disass - GNU Debugger front-end

Copyright (C) 2022 Ahmed Elmayyah (Satharus)

  1. This program is free software: you can redistribute it and/or modify
  2. it under the terms of the GNU General Public License as published by
  3. the Free Software Foundation, either version 3 of the License, or any later version.
  4. This program is distributed in the hope that it will be useful,
  5. but WITHOUT ANY WARRANTY; without even the implied warranty of
  6. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  7. GNU General Public License for more details.
  8. You should have received a copy of the GNU General Public License along with this program.
  9. If not, see <https://www.gnu.org/licenses></https:>.

alt text