Commit graph

7761 commits

Author SHA1 Message Date
Ryan Kurtz
8bc682537f Merge remote-tracking branch 'origin/GP-5025_CParser_HashtagError' into
Ghidra_11.3 (Closes #7001)
2025-01-27 06:05:00 -05:00
emteere
4ca5007bd0 GP-5025_emteere Tuned comparing of Enums and pathnames in GDT's 2025-01-26 18:28:20 +00:00
hippietrail
41c69f58af "Mirror" seems to be a verb rather than the owner of the interface 2025-01-25 13:33:05 +08:00
dragonmacher
ed88e0feb5 GP-5047 - Updated the preview pane to correctly use html when first
shown
2025-01-24 19:11:12 -05:00
Ryan Kurtz
383c0ed20c Merge remote-tracking branch 'origin/GP-4151_ghidragon_fixing_wizard--SQUASHED' 2025-01-24 17:46:26 -05:00
Ryan Kurtz
d4249c470e Merge remote-tracking branch 'origin/GP-0-dragonmacher-screenshot-fix-1-24-25' 2025-01-24 17:45:42 -05:00
ghidragon
32bf68b8f3 GP-4151 fixing wizard pattern to better handle expensive checks between panels. 2025-01-24 17:31:03 -05:00
dragonmacher
7679fed7a2 Fix for screenshot user name 2025-01-24 17:28:46 -05:00
Ryan Kurtz
06a5691a0c Merge remote-tracking branch 'origin/Ghidra_11.3' 2025-01-24 13:40:58 -05:00
Ryan Kurtz
1dfad28eee Merge remote-tracking branch 'origin/GP-5296_function_graph_layout_help--SQUASHED' into Ghidra_11.3 2025-01-24 13:35:57 -05:00
ghidragon
a9f8fc7c26 GP-5296 added help links for function graph layout actions 2025-01-24 11:31:19 -05:00
Ryan Kurtz
d08c215029 GP-0: Formatting 2025-01-24 06:03:47 -05:00
gtackett
047f006c55 Update Omf51RecordTypes.java
Added several more Keil-specific record formats and changed naming
scheme for Keil-specifics.
Update Omf51RecordTypes.java

Change "LibModName" to "LibModNames" (record is a sequence of module
names, not a single module name)
Update Omf51RecordFactory.java

Change "LibModName" to "LibModNames" (record is a sequence of module
names)
Update Omf51RecordTypes.java

Restored accidentally deleted "getRecordName", grouped all new record
types together.
Update Omf51RecordTypes.java

Make all the Keil-specific symbolic names start with "Keil"
Update Omf51RecordTypes.java

Fixed typo/accidental change of case.
2025-01-24 05:59:25 -05:00
Ryan Kurtz
cb9098e382 Merge remote-tracking branch 'origin/GP-5272-dragonmacher-comment-fix--SQUASHED' into Ghidra_11.3 2025-01-24 05:38:43 -05:00
dragonmacher
8b1829d663 GP-5272 - Added a check for Swing thread to CommentUtils to prevent issues in headless 2025-01-23 19:40:40 -05:00
caheckman
00f9789116 GP-5256 ExtraStack, sizes attribute, merge join sequence 2025-01-24 00:05:14 +00:00
emteere
4a321dda2a GP-5025 Fixing issue with <> in comments on an include line 2025-01-23 22:08:57 +00:00
emteere
553d7103b7 GP-5025 Fix for comment parsing and commenting out of #ifdefed out lines 2025-01-22 22:22:05 +00:00
emteere
40603ee962 GP-5025 Throw error when parsing #error during Cparsing, various bug
fixes including comment parsing, cparser/preprocessing parse error
switch, and L'\n' wide char parsing in pre-processor
2025-01-22 22:21:59 +00:00
Ryan Kurtz
7a37920a21 Merge remote-tracking branch 'origin/GP-5274_ghizard_DefaultCompositeMember_improve_align_add_nopack_option--SQUASHED' 2025-01-22 13:54:35 -05:00
ghizard
47eeb8b256 GP-5274 - PDB DefaultCompositeMember - improve alignment, add nopack option 2025-01-22 13:39:05 -05:00
Ryan Kurtz
c49f60366b Merge remote-tracking branch 'origin/Ghidra_11.3' 2025-01-22 13:21:54 -05:00
Ryan Kurtz
d27a9c0bd0 Merge remote-tracking branch
'origin/GP-5288_Dan_PR-7195_plucia-mitre_patch-4' into Ghidra_11.3
(Closes #7195)
2025-01-22 13:16:04 -05:00
ghizard
879925a5c4 gp-5292 - PDB U - Source Lines - AddressOutOfBoundsException 2025-01-22 11:52:41 -05:00
Ryan Kurtz
4db0ccc8ec Merge remote-tracking branch
'origin/GP-3858-dragonmacher-console-find--SQUASHED'
(Closes #2567, #7136)
2025-01-22 09:09:08 -05:00
Dan
b6b609cfac GP-5288: Refactor, format/organize, and certify.
Closes #7195
2025-01-22 13:55:26 +00:00
Peter Lucia
69292c546f Fix assembling instructions with unknown/don't care context bits
Without this change, if unspecified context bits are provided to the assembler they are defaulted to 0 and the resulting context is used to filter for valid assembly instructions. After this change unspecified bits are kept as unspecified through the assembly process possibly providing more valid assembly results.
2025-01-22 13:55:26 +00:00
dragonmacher
2208c6ef86 GP-3858 - Console Find - Added a find feature the the Console providers 2025-01-21 16:43:07 -05:00
Ryan Kurtz
0f3f6095d3 GP-5293: Using pascal strings in OMF 2025-01-21 13:22:40 -05:00
Ryan Kurtz
2fc7ffc474 GP-5291: Adding getter methods for fields in DyldCacheHeader. Parsing
new "tpro mapping" fields.
2025-01-21 13:10:39 -05:00
Ryan Kurtz
b1f5cd452a Merge branch 'GP-0_ryanmkurtz_PR-7394_hippietrail_input-spelling' 2025-01-21 07:25:02 -05:00
Ryan Kurtz
b73cdad6fe GP-0: Certify 2025-01-21 07:23:40 -05:00
hippietrail
138133c95e correct past & continuous forms of "to input" 2025-01-20 23:12:12 +08:00
Ryan Kurtz
bb4853e414 Merge remote-tracking branch 'origin/Ghidra_11.3' 2025-01-17 14:00:26 -05:00
ghintern
683b7054f5 GP-5279: Fix null pointer exception in program tree save/restore 2025-01-17 16:18:42 +00:00
Ryan Kurtz
483dee2889 GP-5282: Adding linux_arm_64 and mac_arm_64 support to make-postgres.sh 2025-01-17 10:30:09 -05:00
Ryan Kurtz
6b148e2cf9 Merge remote-tracking branch 'origin/GP-5238_d-millar_ctadl_mods--SQUASHED' 2025-01-16 06:11:42 -05:00
d-millar
dc1b9ae900 GP-5238: from review
GP-5238: adding a sanity check
GP-5238: allow switching between frames
GP-5238: comments
GP-5238: fix for hv matches
GP-5238: chooser for cutsom query
GP-5238: delta working?
GP-5238: first pass at delta
GP-5238: oops
GP-5238: key bindings
GP-5238: better options + docs
2025-01-15 16:59:51 -05:00
Ryan Kurtz
2589aae3a4 Merge remote-tracking branch 'origin/GP-5262_AutoKilledByCall' 2025-01-14 13:33:34 -05:00
Ryan Kurtz
247e8eada5 Merge remote-tracking branch 'origin/Ghidra_11.3' 2025-01-14 13:32:45 -05:00
Ryan Kurtz
8c56eb6d00 GP-0: JPype 1.5.1 windows issue workaround 2025-01-14 13:31:20 -05:00
caheckman
eba4fc7803 GP-5262 Adjustments to auto killbycall attribute 2025-01-14 16:49:36 +00:00
James
a99d2113f0 GP-5252 corrected NPE in BSimFeatureVisualizer 2025-01-14 14:38:59 +00:00
Ryan Kurtz
0b670e1a25 Merge remote-tracking branch 'origin/Ghidra_11.3' 2025-01-14 09:25:48 -05:00
Ryan Kurtz
f9a6b575de GP-0: importing typing into PyGhidraBasics.py 2025-01-14 09:17:56 -05:00
Ryan Kurtz
4c532fa90b Merge remote-tracking branch
'origin/GP-5258-dragonmacher-symbol-tree-filter-bug--SQUASHED'
(Closes #7365)
2025-01-14 05:56:44 -05:00
dragonmacher
9ae412a0b3 GP-5258 - Fixed a Symbol Tree bug that caused an empty tree when showing the tree with a filter applied 2025-01-13 16:41:36 -05:00
Ryan Kurtz
2138250644 Merge remote-tracking branch 'origin/GP-5257_ryanmkurtz_gradle-warnings' 2025-01-13 16:00:05 -05:00
Ryan Kurtz
44fb13b292 GP-5257: Fixing Gradle warnings 2025-01-13 13:52:50 -05:00
Ryan Kurtz
1a693c40b9 Merge remote-tracking branch 'origin/Ghidra_11.3' 2025-01-13 13:40:51 -05:00