Releases: roblabla/ghidra-ci
Release 2020-10-27(b605ad032)
Changelog
Commit range: 3c683ae77..b605ad03274edaa20c83107d30f681850848ff84
-
b605ad03 Merge remote-tracking branch 'origin/Ghidra_9.2'
Commit details
-
636a20c8 fix NPE when adding jar with no manifest, improve error handling
-
6107f29a GP-302 corrected issue affected ELF PLTGOT bounds determination.
Corrected various pointer and data related issues -
4722763d GP-268 - Listing - fixed slow painting on functions with an outrageous
number of variablesCloses #2351
-
1c145dd7 Moved setLayout into a task to fix a race condition when popping up the
cancel dialog -
ba80c729 Test fixes
-
77ee6987 GP-266 - Function Tags - updated function tags to load tags in a
background threadCloses #2366
-
66d052ce fixing duplicate graph actions when re-using a graph. Also fixed problem with actions being added on non-swing thread.
-
e7661ada GP-281 Corrected unrelease lock error due caused by exception
-
dc7e4576 GP-249 - Task Dialog - fixed issue with task dialog appearing over user input dialog; fixed spin/sleep code
Release 2020-10-15(3c683ae77)
Changelog
Commit range: 7357b755f..3c683ae770cf495deb32588202b00b88e125a4a4
- 55e56265 Corrected residual action enablement/tooltip issues
Release 2020-10-14(7357b755f)
Changelog
Commit range: f7f366b26..7357b755f4ac658ac3e630d301160f16070ff842
-
7357b755 Merge remote-tracking branch 'origin/Ghidra_9.2'
Commit details
-
165a7673 Merge remote-tracking branch 'origin/caheckman_UndefinedFunction' into Ghidra_9.2
-
491b480c Fix typo in PdbUniversalAnalyzer.java
"Platform-indepent" -> "Platform-independent"
-
0e37dbfb GT-255 fix various menu enablements and name updating
-
be5664a4 Fix for exception when loading PE's with at least 1 empty section name
Incorporating the section index into the renamed empty section name -
cd54d115 Merge remote-tracking branch 'origin/Ghidra_9.2'
-
e33d593e [Windows, PDB, MSVC] Use $(DefaultPlatformToolset) in pdb project + minor solution refactor
Release 2020-10-10(f7f366b26)
Changelog
Commit range: 341f07f1a..f7f366b261589a65696c17852812566b9e6659bb
-
f7f366b2 Merge remote-tracking branch 'origin/Ghidra_9.2'
Commit details
-
63be47d0 Merge branch 'GP-252_ghidra1_ELF_DT_JMPREL_and_Externals' into Ghidra_9.2
Commit details
- 13084129 GP-252 Corrected ELF relocation processing for DT_JMPREL and markup of
PLT when sections have been stripped - c272115d FID - Corrected FID script to reflect Demangler changes
- b83f327e Added direct references to MemoryBlock.EXTERNAL_BLOCK_NAME instead of
hard-coded string - e4f61fa0 Removed debug statement
- 13084129 GP-252 Corrected ELF relocation processing for DT_JMPREL and markup of
-
63bdf81b Fixed of recent change to window manager
-
02e5126a Merge remote-tracking branch 'origin/Ghidra_9.2'
Conflicts:
Ghidra/Framework/Docking/src/main/java/docking/DockingWindowManager.javaCommit details
-
592b8a3c Changed graph api to use vertex and edge object instead of ids.
Release 2020-10-09(341f07f1a)
Changelog
Commit range: 5b112cf0c..341f07f1a2668ce88bdda11894372137e88e3c74
- 3cd26120 Corrected issue with Program metadata which included CustomerOption.
Cleanup PDB analyzer related error reporting.
Release 2020-10-08(5b112cf0c)
Changelog
Commit range: 2b08598db..5b112cf0c35bd4b43ee1c9b7c92750c1d90e2097
-
5b112cf0 Merge remote-tracking branch 'origin/Ghidra_9.2'
Commit details
-
4295690e Merge branch 'ghizard_PDB_More_Refinements' into Ghidra_9.2
-
532a1d4f Adding capbility to add DockingActions to GraphDisplay. Also, wired in the help for existing actions.
-
1c9d7d89 Merge remote-tracking branch 'origin/Ghidra_9.2'
Commit details
-
bd00e97b Added stack trace to exception to get more diagnostic output
-
20a78608 GP-227 Handle IllegalArgumentException during batch import #2328
Fixes github issue #2328. Catch and log IllegalArgumentException along
with the other exceptions that might be thrown by a loader. -
7c0b21f0 Convert to Scope ids
-
97b04cac Variable length types
-
02e6c66f Fixed failing tests due to recent merges
-
a1a49b20 GP-183_emteere split cspec for SH2A which includes floating point
registers. Couldn't use superh.cspec. 1/2 don't have these floating
point registers -
108b0ead Help location fix
-
-
22fd0a24 Test fixes
-
9dd458e9 GP-224 - Modal Dialogs - fixed modal dialogs not being parented to
active window in default case -
a3a550e8 Merge branch 'GP-225_dragonmacher_PR-2301_astrelsky_ConvertToClassAction' into Ghidra_9.2
-
cc65ab7e added code to prevent adding duplicate children to a gtree node
-
42b8eb30 GT-3394_emteere fix for wrong store/load register list in Thumb mode for
VLDMIA/VSTMIA instructions
Release 2020-10-03(2b08598db)
Changelog
Commit range: 7d89da0..2b08598dbabe6a9c911e712bd928e5f84fb00ee8
-
2b08598d Merge remote-tracking branch 'origin/Ghidra_9.2'
Commit details
-
2a62adfa Merge remote-tracking branch 'origin/GP-183__PR-2218_esaulenka_sh2-float' into Ghidra_9.2
-
788cbc21 make tooltip on script error icon less generic
-
87489346 Fixed spelling error
-
44a8c130 Merge remote-tracking branch 'origin/Ghidra_9.2'
Release 2020-10-02(7d89da0)
Fix changelog generation for the last time...
Release 2020-10-01(415fcc2)
Fix changelog generation for the last time...
Release 2020-09-27(0cdc722)
Changelog
Commit range: aa29989..0cdc722
-
0cdc7229 Revert analyzer default enablement change
-
edd85aac binjo's patch from #2302
-
e5358323 Tests - cleanup of stack traces in test log file
-
b7c8056c Merge remote-tracking branch 'origin/caheckman_FidAdjustments'
-
fe2d508c Changes in response to review
-
226e1952 Merge remote-tracking branch 'origin/GT-3594_ghidorahrex_PR-1593_czietz_m68000_usp'