-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from chaoticgd/newreadme
Update readme, add changelog file
- Loading branch information
Showing
2 changed files
with
28 additions
and
13 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,22 @@ | ||
# Changelog | ||
|
||
## v2.1.2 | ||
|
||
- Improved type deduplication algorithm (stdump v1.1 is included). | ||
- Improved logic for handling nested types and type conflicts. | ||
- The STABS analyzer will now only run once by default to prevent accidental corruption of files. | ||
|
||
## v2.1.1 | ||
|
||
- Added support for Ghidra 10.2.3. | ||
|
||
## v2.1.0 | ||
|
||
- A STABS symbol table analyzer is included which makes use a bundled copy of [stdump](https://github.com/chaoticgd/ccc) to extract information about data types, functions and global variables from ELF files with a .mdebug section. | ||
- Simplified the pcode implementation of the plzcw instruction. | ||
|
||
## v2.0.0 | ||
|
||
- Support for Ghidra 10.2.2. | ||
- The VU macro and MMI instruction implementations have been replaced with pcodeop stubs, improving decompilation. | ||
- Support for disassembling VU microcode has been removed. If you want to reverse a VU microprogram may I suggest having a look at [vutrace](https://github.com/chaoticgd/vutrace). |
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