-
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
**Version 2.0 - 04/03/2019** | ||
* Brand new disassembler engine. | ||
* Brand new disassembler widget. | ||
* Brand new Signature Engine (SDB files). | ||
* Brand new Hex Widget. | ||
* Multithreaded analysis | ||
* QtWebEngine powererd graphs. | ||
* Simplified LibREDasm API. | ||
* Reimplemented Emulation APIs | ||
* Improved ARM/Thumb switch heuristics. | ||
* Improved ARM listing. | ||
* Added IDA style popup on symbols. | ||
* Added Dark Theme. | ||
* Added jump arrows in listing. | ||
* Recent file support | ||
* Projects support (RDB files). | ||
* Improved keyboard shortcuts. | ||
* CMake Porting. | ||
* UI/LibREDasm/Database split. | ||
* MSVC RTTI Analysis. | ||
* MSVC Demangling. | ||
* Improved VB Decompiler. | ||
* Implemented GBA Loader (WIP). | ||
* Implemented N64 Loader (WIP). | ||
* Unified loader for ELF Format (Little/Big endian, 32/64 bits). | ||
* Unified loader for PE Format (Little/Big endian). | ||
* Clang support on 64bit. | ||
* UI Redesign. | ||
* Lots of bug fixes. |