Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satharus/disass
[(forever)WIP] FOSS GNU Debugger (GDB) interface for GNU/Linux.
https://github.com/satharus/disass
assembly assembly-x86 c cpp debugger debugging disassembly free-software frontend gdb gdb-extension gdb-frontend gnu-linux gplv3 gui linux process qt qt5 reverse-engineering
Last synced: about 6 hours ago
JSON representation
[(forever)WIP] FOSS GNU Debugger (GDB) interface for GNU/Linux.
- Host: GitHub
- URL: https://github.com/satharus/disass
- Owner: Satharus
- License: gpl-3.0
- Created: 2019-03-11T15:43:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-25T16:51:31.000Z (over 2 years ago)
- Last Synced: 2023-03-07T06:44:04.798Z (almost 2 years ago)
- Topics: assembly, assembly-x86, c, cpp, debugger, debugging, disassembly, free-software, frontend, gdb, gdb-extension, gdb-frontend, gnu-linux, gplv3, gui, linux, process, qt, qt5, reverse-engineering
- Language: C++
- Homepage:
- Size: 2.68 MB
- Stars: 29
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Disass_Logo](https://github.com/Satharus/Disass/blob/master/Icons/Banner.png)
## 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.](https://github.com/Satharus/Disass/blob/master/Screenshots/Progress.gif)
#### Screenshot from the latest version: 0.07
![Screenshot](https://github.com/Satharus/Disass/blob/master/Screenshots/v0.07.png)## 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](https://github.com/Satharus/Disass/releases) page.
- Download the [version](https://github.com/Satharus/Disass/tree/master/Screenshots) 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)This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License along with this program.
If not, see .
![alt text](https://github.com/Satharus/Disass/blob/master/Icons/GPLv3LogoSmall.png)