Releases: mahaloz/decomp2dbg
Releases · mahaloz/decomp2dbg
v2.2.0 - IDA, Binja, angr Support
What's Changed
- Support native symbol mapping by @mahaloz in #1
- added REAL native support by @mahaloz in #2
- fail gracefully on bad argv & fix bad elfs reads by @mahaloz in #6
- Add angrmanagement support for decomp2gef by @Cl4sm in #8
- DRAFT: Local Var Support by @mahaloz in #7
- Api refactor by @mahaloz in #9
- Major Refactor: Global Vars, Programmable Ports, Packaging by @mahaloz in #10
- make sure IDA Plugin has all consts defined by @mahaloz in #12
- Support remote debugging by @mahaloz in #17
- Fix rebasing bugs in angr-decompiler plugin by @mahaloz in #18
- Update GEF API use to latest version by @mahaloz in #22
- Fix symbol size offsets/Designate appropriate symbol size to symbols by @caprinux in #20
- add checks when forcing text size by @caprinux in #21
- minor fixes + replace all usage of GEF Elf object with pyelftools by @caprinux in #25
- [WIP] Binja Support by @mahaloz in #19
- fixed bad sizing on binaries that generate a larger blank symbol section by @mahaloz in #26
- Fix symbol duplication by @mahaloz in #27
- fix another duplication bug by @mahaloz in #28
- [WIP] Support Vanilla GDB by @mahaloz in #30
- Fix a typo that caused the plugin not to work for Python <3.8. by @adamdoupe in #32
- Fix Manual Install Instructions by @adamdoupe in #31
- Fix README typos by @mborgerson in #33
- Handle stack frame offset for stack variables on x86 architectures by @zolutal in #35
- always refresh baseaddr on connect by @mahaloz in #37
- Register Variable Support by @mahaloz in #39
- Support loading symbols at configurable base addresses by @mahaloz in #42
- Ghidra Support by @mahaloz in #45
New Contributors
- @mahaloz made their first contribution in #1
- @Cl4sm made their first contribution in #8
- @caprinux made their first contribution in #20
- @adamdoupe made their first contribution in #32
- @mborgerson made their first contribution in #33
- @zolutal made their first contribution in #35
Full Changelog: https://github.com/mahaloz/decomp2dbg/commits/v2.2.0