Commit Graph

12881 Commits

Author SHA1 Message Date
emteere
325358ec0c GP-4939 Added missing mips opinion for R3/4 n32 automatic processor
identification during import.
2024-09-18 16:10:07 -04:00
ghidra1
093f6115b6 Merge remote-tracking branch
'origin/GP-4667_emteere_PartialValueConstantReferenceDisplay' into
Ghidra_11.2 (Closes #1564)
2024-09-18 13:40:19 -04:00
ghidra1
dcb12afb8b Merge remote-tracking branch 'origin/GP-4921_ghidragon_fixing_check-in_change_markers--SQUASHED' into Ghidra_11.2 2024-09-18 13:39:29 -04:00
ghidragon
42462a3258 GP-4921 fixed change markers after a check-in with the program open in the tool 2024-09-18 13:38:38 -04:00
ghidra1
e72d99a783 Merge remote-tracking branch 'origin/GP-4933-dragonmacher-call-trees-thunks--SQUASHED' into Ghidra_11.2 2024-09-18 13:36:22 -04:00
dragonmacher
1cadb4a26f GP-4933 - Fixed function call trees incorrectly dropping thunks 2024-09-18 12:26:22 -04:00
Ryan Kurtz
cc0b3cfb11 GP-0: Backporting ignoring of python files 2024-09-18 12:11:50 -04:00
emteere
5b8c5644a7 GP-4667 Removed problematic scalar adjustment values for low byte mask
and high byte shift.  Also included mask and shift as part of the field
option "Include Scalar Reference Adjustment"
2024-09-18 10:26:47 -04:00
Ryan Kurtz
2b4036d314 Merge remote-tracking branch 'origin/GP-4934_ryanmkurtz_pe-export-dt'
into Ghidra_11.2 (Closes #6920)
2024-09-17 11:09:46 -04:00
Ryan Kurtz
6931eb7019 GP-4934: Fixing potential ClassCasatException in
ExportDataDirectory.java
2024-09-17 10:37:55 -04:00
emteere
63a138dd12 GP-4926 Don't remove jump reference to next instruction, unless the
instruction flowType says it has a fallthrough
2024-09-17 06:14:50 -04:00
Ryan Kurtz
9a04ea643a Merge remote-tracking branch
'origin/GP-4932_ghidra007_fixCodeUnitInsertionIssue' into Ghidra_11.2
(Closes #6848)
2024-09-16 14:02:29 -04:00
Ryan Kurtz
a21dfb7eb0 Merge remote-tracking branch 'origin/GP-4917_Dan_distributePybag-2.2.12' into Ghidra_11.2 2024-09-16 13:57:48 -04:00
ghidra007
6db5e3017e GP-4932 fixed code unit insertion issue 2024-09-16 17:47:31 +00:00
Ryan Kurtz
fd097fb7a6 Merge remote-tracking branch 'origin/GP-4928_emteere_PasteHexdump--SQUASHED' into Ghidra_11.2 2024-09-16 12:33:01 -04:00
emteere
35a4455826 GP-4928 Added support for Hexdump and multi-line bytes field to PasteCopyiedListingBytesScript. Also added JUNIT tests. 2024-09-13 16:45:31 -04:00
Ryan Kurtz
e5aa0e8e5b Merge remote-tracking branch
'origin/GP-4761_ghidragon_fixing_small_bug_in_goto' into Ghidra_11.2
(Closes #6699)
2024-09-13 13:47:39 -04:00
Ryan Kurtz
e03118aa92 Merge remote-tracking branch 'origin/GP-4927_ryanmkurtz_ne' into
Ghidra_11.2 (Closes #6889)
2024-09-13 13:08:00 -04:00
ghidragon
05258287b4 GP-4761 fixing bug in goto processing to handle multiple level
namespaces
2024-09-13 16:31:30 +00:00
Ryan Kurtz
fb6445277a Merge branch 'GP-4929_ryanmkurtz_PR-6890_wbierman_resolve_sleigh_uaf'
into Ghidra_11.2 (Closes #6890)
2024-09-13 11:54:07 -04:00
Ryan Kurtz
fe70b400b6 GP-4929: Certify 2024-09-13 11:51:28 -04:00
Ryan Kurtz
b4d7747853 Merge remote-tracking branch
'origin/GP-4865_ghidra007_PR-6833_epinter_nsa-fixrttiloop' into
Ghidra_11.2 (Closes #6832, Closes #6833)
2024-09-13 10:26:09 -04:00
Ryan Kurtz
ac7168d103 Merge remote-tracking branch 'origin/GP-0_Dan_testFixes-2024-09-13-1' into Ghidra_11.2 2024-09-13 10:09:47 -04:00
Dan
5f0e660c64 GP-0: Fix concurrency issue in TraceRmiTarget. 2024-09-13 08:48:16 -04:00
Ryan Kurtz
13d36c3c60 GP-4927: Fixing NeLoader IndexOutOfBoundsException 2024-09-13 07:43:21 -04:00
Dan
fe2fbeafe2 GP-4917: Per review: Update Module.manifest, too 2024-09-12 13:39:32 -04:00
Bill Bierman
f56473e604 Use emplace instead of copy constructor 2024-09-12 07:07:24 -10:00
Dan
3b0f83c56c GP-4917: Update to distribute Pybag 2.2.12 2024-09-12 09:50:07 -04:00
Ryan Kurtz
f292bad0ed Merge remote-tracking branch
'origin/GP-4912_emteere_PR-6346_mumbel_SparcInstFixes_Patterns' into
Ghidra_11.2 (Closes #6346, Closes #6287)
2024-09-12 04:29:05 -04:00
ghidra007
150fe43efd GP-4865/PR-6833 added missing javadoc, minor format improvement 2024-09-11 19:31:12 +00:00
emteere
a7bd372538 GP-4912 code review changes 2024-09-11 13:46:24 -04:00
Emerson Pinter
527cee1b76 fix: stop recursion if function was already processed
Fixes issue #6832
2024-09-11 16:15:49 +00:00
Ryan Kurtz
3c4f62c35d Merge remote-tracking branch 'origin/GP-1_ghidragon_fixing_help_link_for_listing_view' into Ghidra_11.2 2024-09-11 11:40:44 -04:00
ghidragon
454d1a92d3 GP-1 fixed broken help link for the dual listing view 2024-09-11 15:19:35 +00:00
emteere
96e2bb7f24 GP-4912 minor changes to traps, certification 2024-09-11 09:49:28 -04:00
Ryan Kurtz
3edd98fc69 Merge remote-tracking branch 'origin/GP-4619_ghidragon_tweak_compare_funcions_actions_in_listing_and_decompiler--SQUASHED' into Ghidra_11.2 2024-09-11 06:16:19 -04:00
Ryan Kurtz
9b430059dd Merge remote-tracking branch 'origin/GP-4910_dev747368_fix_convert_to_signed_hex_menu_null' into Ghidra_11.2 2024-09-11 06:12:41 -04:00
Ryan Kurtz
dc8c4a08e2 GP-0: Upping gradle wrapper version to 8.10.1. 2024-09-11 06:11:29 -04:00
dragonmacher
328b4d03ff Test fixes 2024-09-11 06:02:46 -04:00
mumbel
34e1329595 SPARC: Various changes
- additional patterns
 - minor instruction fixes in mul/div/64-bit math
 - do not pass g0 to zeroflags
 - conditional trap
2024-09-10 20:11:52 -05:00
dev747368
65c252f143 GP-4910 fix 'null' in convert menu -> signed hex on int data items 2024-09-10 21:30:54 +00:00
ghidragon
82be7283cd GP-4616 improving function comparison actions. Now works in the decompiler and in the body of any function in the listing. 2024-09-10 16:04:58 -04:00
Ryan Kurtz
30d7c9b38d Merge remote-tracking branch 'origin/GP-4854-dragonmacher-dt-indexer-sort-issue' into Ghidra_11.2 2024-09-09 15:49:22 -04:00
Ryan Kurtz
62819ff301 Merge remote-tracking branch 'origin/GP-4904_ghidra007_fixupPurecallFunctionDefinitions' into Ghidra_11.2 2024-09-09 15:10:15 -04:00
Ryan Kurtz
1a1ea00a48 Merge remote-tracking branch 'origin/GP-4905_Dan_fixCloseAll' into Ghidra_11.2 2024-09-09 15:07:16 -04:00
Ryan Kurtz
88a39567ad Merge remote-tracking branch 'origin/GP-4903_Dan_fixDbgLaunchNullParams' into Ghidra_11.2 2024-09-09 15:00:44 -04:00
Dan
b6a4a2b7d7 GP-4905: Fix target withdrawal on connection close. 2024-09-09 14:48:20 -04:00
ghidra007
c3e618a2bb GP-4904 added method to fixup purecall defs 2024-09-09 18:38:49 +00:00
Dan
b9c467e2e4 GP-4903: Fix null in dialog issue. 2024-09-09 13:15:44 -04:00
Ryan Kurtz
e59a6ed7ea GP-4895: Fixing old mentions of $HOME/.ghidra/.ghidra_<version> 2024-09-09 12:48:58 -04:00