Skip to content

Releases: roblabla/ghidra-ci

Release 2021-07-31(df50264a3)

31 Jul 13:20
4e299b5
Compare
Choose a tag to compare

Changelog

Commit range: 8668778fb..df50264a372b0fa39a244ed703c66cf30359ab08

  • 0448dd8a GP-1170 move DWARF tests

  • 843a5c22 Update 6502 flags handling.

  • dced42eb Merge remote-tracking branch 'origin/patch'

    Commit details
  • 0640544b GP-1160: MzLoader now populates relocation table

  • cdf7e253 Merge remote-tracking branch 'origin/GP-1121_dev747368_dwarf_rust_func_params_pr_3060_patch' into patch

    Commit details
    • d736aea8 GP-1121 PR #3060 Handle stub DWARF info in Rust compilation units

      Don't lock down the Ghidra function's prototype when the DWARF info was
      emitted by Rust and it is probably an empty stub.

    • b87be05f allow debug info used for Rust lang when present

    • f1a95c84 ignore signature when parsing Rust binary dwarf

Release 2021-07-29(8668778fb)

29 Jul 13:23
4e299b5
Compare
Choose a tag to compare

Changelog

Commit range: f6492b94e..8668778fbb1af0891fda15fffa5a51e1a67c45f2

  • 9e3052ac GP-0: Fixing Python test

  • 01699082 Merge remote-tracking branch 'origin/patch'

    Commit details
  • e96af04b GP-1157 Created an example script to show how to do simple program exporting using original file bytes.

  • 38798da7 GP-660: Added "Emulate Program" and "Add Emulated Thread" actions for
    loading a program into a purely-emulated trace.

  • c4afebca Fixed missing option registration

  • 24ff03f7 GP-1148 fix ConsoleTextPane to not hog swing thread. Fixes #3251

    ConsoleTextPane wasn't limiting the amount of work it would try to do in its SwingUpdateManager callback doUpdate(), and when the amount of incoming data exceeded its ability to process, it would block the swing thread.

Release 2021-07-26(f6492b94e)

26 Jul 13:22
4e299b5
Compare
Choose a tag to compare

Changelog

Commit range: 155300d6d..f6492b94efd496c05c573d6e6b007bea510a0956

  • f6492b94 Merge remote-tracking branch 'origin/patch'

    Commit details
  • 41d41992 GP-1153: fix for file stream confusion

Release 2021-07-24(155300d6d)

24 Jul 13:18
4e299b5
Compare
Choose a tag to compare

Changelog

Commit range: 24f23aaec..155300d6d453cd9276753d274cf589a5e555c14f

  • 155300d6 Merge remote-tracking branch 'origin/patch'

    Commit details
  • 4d089e42 Merge branch 'GP-1156_ryanmkurtz_PR-3261_thrimbor_win_launchpath_fix'
    into patch (Closes #3261)

    Commit details
    • cb8f2b21 GP-1156: Tweaking comment
    • 693fe5f8 Fix script directory path expansion in analyzeHeadless.bat

Release 2021-07-23(24f23aaec)

23 Jul 13:18
4e299b5
Compare
Choose a tag to compare

Changelog

Commit range: 7ecac4b08..24f23aaeca63ee0790b49e53209d4d3fa590c686

  • 24f23aae Merge branch
    'GP-1149_ryanmkurtz_PR-3088_stephengeorgewest_GhidraDev-exception'
    (Closes #3087, Closes #3088)

    Commit details
    • 46592bfe GP-1149: Upping GhidraDev to 2.1.4
    • cc75f892 3087 GhidraProjectUtils: Don't get entry folder from path if entry is not CPE_SOURCE
  • db2ee5c7 Merge remote-tracking branch 'origin/patch'

    Commit details
  • b813c86b GP-0: Debugger test fixes.

  • 8d63a9a3 GP-0: Fixing GhidraDev run configuration to work with latest Eclipse and
    work with spaces in path to project.

  • b1aba174 GP-1136: Backporting to patch

  • 2552403e Merge remote-tracking branch
    'origin/GP-1136-dragonmacher-debugger-process' (Closes #3175)

    Commit details
    • 64131356 GP-1136: dragonmacher's fix applied across the board
    • 59cd0938 Debugger Process exception handling
  • 8fbf33c3 Merge remote-tracking branch 'origin/patch'

    Commit details
  • d3fec7a9 Assorted tiny bug fixes

  • f3c1fe9d Merge remote-tracking branch 'origin/GP-1133_d-millar_logs' into patch
    (Closes #3218)

    Commit details
    • 81799ec0 GP-1133: always true not useful
    • 973c9b94 GP-1133: logic to id unwritable log and allow the user to fix it
  • f97ced9d Merge remote-tracking branch
    'origin/GP-1139_d-millar_color_accessibility' into patch (Closes #3204)

    Commit details
    • bc5ae853 GP-1139: minor improvement
    • 0dba2212 GP-1139: hmmm, not the cleanest solution for icons
    • e37647fc GP-1139: first pass at alt color set
  • ac0340dc GP-1143: fix for random java call

  • 270c0b65 Merge remote-tracking branch
    'origin/GP-1142_d-millar_info_proc_mappings_default' into patch (Closes
    #3071, Closes #3074, Closes #3161, Closes #3169)

    Commit details
    • ce073cd0 GP-1142: Catching error and returning empty map, allowing default logic.
    • 51de3533 GP-1142: better logic for 64-bit
    • 91fa4d12 GP-1142: fix for missing 'info proc mappings'
  • 4954a3e9 Merge remote-tracking branch 'origin/patch'

    Conflicts:
    Ghidra/application.properties

    Commit details
  • 8ce66a52 Merge remote-tracking branch 'origin/GP-1146_ryanmkurtz_PR-3195_astrelsky_keybinding' into patch

    Commit details
    • 32d0b64f Added missing keybinding for SetEquateAction
    • 174eee1b Upping patch version to 10.0.2

Release 2021-07-21(7ecac4b08)

21 Jul 13:18
4e299b5
Compare
Choose a tag to compare

Changelog

Commit range: 7b5931b26..7ecac4b0892f3dd69c528a9a199d45269e286ecc

  • 7ecac4b0 Merge branch 'GP-1144_ryanmkurtz_PR-2226_rlee287_extension_dependencies'
    (Closes #2219, Closes #2226)

    Commit details
    • a17d00bf GP-1144: Some tweaks to extension dependency pull-request
    • 71b70cf8 #2219 Copy Jars into lib folder during plugin build automatically
  • 656060a1 Merge remote-tracking branch
    'origin/GP-985_caheckman_PR-1677_guedou_sleighexample_fixes' (Closes
    #1677)

    Commit details
    • 19df1bbd Fix sleighexamp_dir dependency
    • d2012f71 Build libsla from the Makefile

Release 2021-07-20(7b5931b26)

20 Jul 13:19
4e299b5
Compare
Choose a tag to compare

Changelog

Commit range: a05125de6..7b5931b26b8bb91ad00c5f32ae47e8b5056ac981

  • 7b5931b2 fixed junit tests related to pinned symbol change

  • 0f0f0b3f Merge remote-tracking branch 'origin/patch'

    Commit details
  • 928a3095 GP-1137 - Data Type Search - fix missing '<' chars in results

    Closes #3217

  • b937259b GP-1103 fixed issues related to moving memory blocks with pinned symbols in source or destination.

  • fffd23a0 GP-609 added missing block source/comment to ELF loader

  • d89b1f5b GP-1090 corrected NPE related to recent change. Check for existing data
    before attempted creation.

Release 2021-07-16(a05125de6)

16 Jul 13:17
4e299b5
Compare
Choose a tag to compare

Changelog

Commit range: 2b1235814..a05125de6dbbccd27c894f41473eb9da9acca069

  • 34544c76 Fix comma in exit Ghidra while actions are running prompt

  • b4e8e39c Merge remote-tracking branch
    'origin/GP-1138_ryanmkurtz_PR-2987_lyellread_documentation-tweaks'
    (Closes #2987)

    Commit details
    • 3edd25df GP-1138: A few more tweaks to the InstallationGuide's Java Notes section

    • 74df5ee2 Fix line wrapping in new paragraph.

    • 2272edfc Updating Java Documentation in InstallationGuide.html

      This adds a mention of installing Java through package manager, which
      might not need modification of path. Also, it makes more obvious the
      choice to place the path to Java in the system path, something that I
      have noticed is often mistaken. Lastly updated the Windows Java Path
      setup to include the new style of path modification dialog.

  • 5edb5d2b Corrected sleigh language endian mismatch error message formatting.

  • 854e7d0b GP-1094 fix Ext4 blocksize=1024, add blockmap support
    ExtentsByteProvider -> RangeMappedByteProvider

  • 6896f07f Merge remote-tracking branch 'origin/patch'

    Commit details
  • 051d97e6 GP-1140 - Improve AbstractProgramLoader.createFile error reporting

  • d9b151f5 GP-1131 - Fixed exception in Decompiler when hovering over function not
    in memory

  • f553f5a5 Merge remote-tracking branch 'origin/patch'

    Commit details
  • b970e40a Test fixes for recent TextLayoutGraphics change

  • d67659fc Tests - fixed test failing due to invalid swing access

Release 2021-07-15(2b1235814)

15 Jul 13:20
4e299b5
Compare
Choose a tag to compare

Changelog

Commit range: 3177b6a88..2b1235814d83355088411bace66a5e228ed2bd84

  • f7115861 GP-1107 clarified graph csv exporter names

  • b3002b78 Corrected MIPSLE processor tests to run correct suite.

  • ab6ab569 GP-1105 improve HttpSymbolServer download timeouts
    Use async method for HTTP GET, improve various error messages whentimeout or cancel occurs.

  • b6f85e18 GP-1081 - added support for keyboard navigation to menus and popup menus

    Closes #1081

  • 245b57d6 Merge remote-tracking branch 'origin/patch'

    Commit details
  • 57262c83 Add missing parameter to format string

  • 22962564 Fix: handle whitespace paths for Windows launchers

  • 368b8540 Removed GPL CabExtract module - no longer used

  • a2a5b027 GP-1120 Don't create re-exported symbols as a normal symbol, leave to
    processIndirectSymbols()

Release 2021-07-10(3177b6a88)

10 Jul 13:18
4e299b5
Compare
Choose a tag to compare

Changelog

Commit range: cad6b3c9d..3177b6a88e1fbdac455bb6331b4f3cb2e3c5bccd

  • 3177b6a8 Merge remote-tracking branch 'origin/patch'

    Commit details
  • fd2b5dad GP-1104 - Fix PDB CLI bug for older imports without FileBytes

  • 7fde6c77 Updated version and Change History for 10.0.1 release