Skip to content

Releases: roblabla/ghidra-ci

Release 2020-10-29(027ba3884)

29 Oct 13:12
d872bfe
Compare
Choose a tag to compare

Changelog

Commit range: d201830d5..027ba3884a805f6736232e2ad399c3cea4ca5aa5

  • 027ba388 Merge remote-tracking branch 'origin/Ghidra_9.2'

    Commit details
    • 49736ceb Corrected FileFormats module IP
    • e425cca3 Corrected additional IP issues
  • 33d01b78 Merge branch 'Ghidra_9.2' of ssh://[email protected]/ghidra/ghidra.git into Ghidra_9.2

    Commit details
    • 3b398062 GP-254 corrected sevenzipjbinding IP
    • aa6319b8 GP-302 additional corrections to DataUtilities.
  • afd5baa9 changed the gradle file for jungrapht to point to RC9.

  • 3c67323c fix Ghidra jar builder "too many files open" resource leak

  • 7764f965 using the jugrapht snapshot jar.

  • f10c1ed6 GP-254 update 7zip library to 16.02-2.01

Release 2020-10-28(d201830d5)

28 Oct 13:10
d872bfe
Compare
Choose a tag to compare

Changelog

Commit range: b605ad032..d201830d5c311cc80f39da3a67cc7cb6ca7bd509

  • d201830d Merge remote-tracking branch 'origin/Ghidra_9.2'

    Commit details
  • 96910671 Changed handling of reheritaged memory locations

  • f097b323 Merge remote-tracking branch 'origin/Ghidra_9.2'

    Commit details
  • f04c7fb2 GP-258 code review changes
    GP-258 additional safety check on length of element
    GP-258 remove unused read clamped value method
    GP-258 remove unused class
    GP-258 fix reading PE security certificates

  • 038b7016 Merge remote-tracking branch 'origin/Ghidra_9.2'

    Commit details
    • 16b177b2 GP-302 Corrected DataUtilities improper clearing of code units
    • 65d86484 GP-302 Reverted changed to PointerDataType referenced type default
      (deferring change for future consideration)
    • fe7d6cf9 use only gradle 5.0
  • 5ee95bc5 GP-322 - Updated program location action context to handle a null
    location

  • d2e0b350 GP-306 fixing graph titles

  • 2a21ce4d add example bundles extension

  • 654bb1ff Fix for lost tool window; added plugin to show window locations

  • 7bd8e0fe fix script action persistence ("in tool" state save/restore)

  • cd2951fc fixing issue where disposing FSB tree while a filter was applied caused error. Also fixed issue with actions on tree with active filter

  • 9b0e2dc2 Fixed decompiler timeout bug introduced in recent change

    Closes #2406

Release 2020-10-27(b605ad032)

27 Oct 13:12
d872bfe
Compare
Choose a tag to compare

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 variables

    Closes #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 thread

    Closes #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)

15 Oct 13:10
d872bfe
Compare
Choose a tag to compare

Changelog

Commit range: 7357b755f..3c683ae770cf495deb32588202b00b88e125a4a4

  • 55e56265 Corrected residual action enablement/tooltip issues

Release 2020-10-14(7357b755f)

14 Oct 13:06
d872bfe
Compare
Choose a tag to compare

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

    Commit details
    • 078159dd Scope id fix for external references
    • e8b7a611 Fix combinatorial explosion in ancestorOpUse
    • e7b63fda Fix "Duplicate scope id" error with undefined functions in decompiler
  • 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'

    Commit details
    • 4bcce4d2 Corrected ELF NPE
    • 04ddbf59 Fixes for building SleighEditor, buildreadme, and added popcount to
      grammar
  • e33d593e [Windows, PDB, MSVC] Use $(DefaultPlatformToolset) in pdb project + minor solution refactor

Release 2020-10-10(f7f366b26)

10 Oct 13:02
d872bfe
Compare
Choose a tag to compare

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
  • 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.java

    Commit details
  • 592b8a3c Changed graph api to use vertex and edge object instead of ids.

Release 2020-10-09(341f07f1a)

09 Oct 13:14
d872bfe
Compare
Choose a tag to compare

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)

08 Oct 13:02
d872bfe
Compare
Choose a tag to compare

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

    Commit details
    • b2eb2aaa PDB - Corrected symbol mapping using OMAP and enabled PDB Universal
      Analyzer as default. Renamed old PDB analyzer to PDB MSDIA.
    • 10702d05 PDB - adjust dump output lines on PdbDebugInfo
    • 92ebc363 PDB - Added OMAP to DebugData and starting to investigate its use.
  • 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

    Commit details
    • 54a58437 GP-225 - Convert to Class Action
    • 239f400f Added ConvertToClassAction help documentation and tests
    • bdf19b56 Added ConvertToClassAction
  • 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)

03 Oct 17:00
d872bfe
Compare
Choose a tag to compare

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

    Commit details
  • 788cbc21 make tooltip on script error icon less generic

  • 87489346 Fixed spelling error

  • 44a8c130 Merge remote-tracking branch 'origin/Ghidra_9.2'

    Commit details
    • 6927b8e0 Corrected certification issues
    • b647c6cd Miscellanious bug fixes and code clean up.

Release 2020-10-02(7d89da0)

02 Oct 13:08
Compare
Choose a tag to compare
Fix changelog generation for the last time...