Release 2021-02-11(ce78b860b)
Changelog
Commit range: 3ba635342..ce78b860befe764ed18632962db5c37cf73a64c8
-
ce78b860 Merge remote-tracking branch 'origin/patch'
Commit details
-
d4302549 GP-676 - Tweak to the TableChooserDialog API to always use a transaction
-
6ea07f85 GP-421 - Allow plate comments in structures; allow pre-comments at the
top of structuresCloses #2091
-
e293ab24 Revert GP-290 due PDB anonymous function def rename due to bad
interaction with re-use -
d9283b0b GP-669: Fixing GhidraDev exception when ~/ghidra_scripts doesn't exist
-
83e6e614 GP-676 - Updated TableChooserDialog API to allow for bulk transaction
usage -
61a8b64e Fix 'relyout' typo on stale function graphs
-
c4e13229 Merge remote-tracking branch
'origin/GP-0_ryanmkurtz_PR-2664_xiaoyinl_spelling' -
f6e3aadd Fixed error message: 'except' replaces 'accept'
-
915f4360 Correct typo in Extension Installation Directory
The user extension directory should be
[user dir]/.ghidra/.ghidra_[version]/Extensions
(it's an underscore rather than a hyphen) -
444e0377 GP-659 Modified more Eclipse .launch files for preferred launchers
-
eb87ef9e GP-675 - Fixed symbol annotation to use the program location of an
existing symbol instead of performing a search on that symbol's name -
9f56e316 GP-662 added ELF support for process-specific symbol resolution
-
bf193467 Merge remote-tracking branch 'origin/GP-517_emteere_RTTI_reordering' into patch
Commit details
- e9eccb4e GP-517 moved RTTI analyzer before Reference analysis to fix Rogue
pointer analysis problems found in a few sample binaries - 2dc8e043 GP-669: Fixing GhidraDev exception when ~/ghidra_scripts doesn't exist
- 9231ee29 GP-360 ELF - handle uninitialized .got section
- 606eecfa GP-668: PyDev debugger now stays on breakpoints appropriately (fixes
#2713)
- e9eccb4e GP-517 moved RTTI analyzer before Reference analysis to fix Rogue
-
6507dc96 GP-649_emteere Relaxed valid code check and added .nep as a valid
section for vftable entries