Skip to content

Releases: Satharus/Disass

User Guide Update!

19 Jun 22:57
Compare
Choose a tag to compare
User Guide Update! Pre-release
Pre-release

The program is extremely experimental, this is the third release (v0.07). This release aims to make the program more intuitive to use by using message boxes and adding a help section.

Changelog:

  • Minor UI changes.
    • Moved About(now called Info), License and Credit, and Contribute to the About tab.
    • Added a Help tab which has an action "How to use", it shows an animation to the user to show how the program works.
  • Added a box to tell the user which executable is running under gdb.
  • Minor bug fixes (check the commits).

UI Update!

27 Apr 12:43
Compare
Choose a tag to compare
UI Update! Pre-release
Pre-release

The program is extremely experimental, this is the second release (v0.05) and it adds a couple of minor improvements.

Added features:

  • You can now run Disass from the command line.
    Example: Disass /path/to/file
  • Disass now automatically detects whether an executable is 32-Bit (x86) or 64-Bit (x86_64).
    • If Disass fails to correctly detect the architecture of the executable, you can force it through the "configure" menu.
  • Buttons now have icons and tooltips.

Please give feedback and feature requests. Email me at a.elmayyah@gmail.com or open an issue here on GitHub.

First binary release!

15 Apr 14:07
f528d0e
Compare
Choose a tag to compare
First binary release! Pre-release
Pre-release

The program is extremely experimental, this is the first release and the program isn't complete yet.
Please give feedback and feature requests. Email me at a.elmayyah@gmail.com or open an issue here on GitHub.