Commit graph

5045 commits

Author SHA1 Message Date
Ryan Kurtz
e514c63b7f Merge remote-tracking branch
'origin/GP-5373_dev747368_golang_gcwritebarrier_flag' (Closes #7484)
2025-03-21 13:16:46 -04:00
Ryan Kurtz
1345dbb192 GP-5429: Reexport fix for Mach-O object files where header is not at
imagebase
2025-03-21 12:50:49 -04:00
dev747368
937b1035c9 GP-5514 fix hard coded struct field ordinal for golang 1.23+ 2025-03-21 16:42:30 +00:00
dev747368
aea65727fe GP-5373 markup golang's runtime.writeBarrier flag 2025-03-20 22:59:42 +00:00
Ryan Kurtz
23d45e44e9 Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-3-20-25' 2025-03-20 14:26:45 -04:00
dragonmacher
c02a321aef Test fixes 2025-03-20 14:25:03 -04:00
Ryan Kurtz
85b24c686d Merge branch 'GP-0_ryanmkurtz_PR-7885_cyberkaida_stripped-rust-detect' 2025-03-20 13:28:59 -04:00
Ryan Kurtz
fa41bb3556 GP-0: Certify 2025-03-20 13:27:23 -04:00
ghidra1
5aec479fb2 GP-5480 Additinal improvement/fixes for ExternalLocation merge support
to address test failures.
2025-03-20 09:37:05 -04:00
Ryan Kurtz
6cc201b572 Merge remote-tracking branch
'origin/GP-3182_ryanmkurtz_PR-5004_colinbourassa_unix-aout-loader'
(Closes #4943, Closes #5004)
2025-03-19 16:17:56 -04:00
Ryan Kurtz
6beee36e57 GP-3182: Certify and cleanup 2025-03-19 14:27:46 -04:00
Ryan Kurtz
b3ed5feaea Merge remote-tracking branch 'origin/patch' 2025-03-19 13:16:18 -04:00
Colin Bourassa
c9ab679e53 Feature: UNIX A.out Loader
With fixes/improvements from Jean-Baptiste Boric:
* fix package declarations
* don't special-case defined symbols with zero value
a.out object files can define symbols at the very start of a section.
* mark undefined symbols with non-zero value as bss candidates
* use FSRL to get filename

This is required when invoking loaders on subsets of files, such as
bulk-importing object files from static archives.

* don't use filename in memory block names
* reformat Unix Aout loader
* rename UnixAoutRelocation class
* rename UnixAoutSymbol class
* rework Unix Aout loader
2025-03-19 07:29:49 -04:00
dragonmacher
e7b6bb1fcb GP-5369 Use DropDownTextFieldDataModel for function
editor register storage cell editor
2025-03-18 15:22:28 -04:00
ghidragon
9429fa0a8e GP-5326 fixed junit tests and removed check for default field names 2025-03-18 12:30:03 -04:00
Ryan Kurtz
6ecbf69e57 Merge remote-tracking branch
'origin/GP-5455_dev747368_golang_interface_method_calling'
(Closes #7529)
2025-03-18 11:03:54 -04:00
Ryan Kurtz
16780fc443 GP-5478: Fixing issue from cleanup effort 2025-03-18 11:02:52 -04:00
dragonmacher
80bc6de413 GP-5485 - Added an optional 'ordinal' column to the union editor 2025-03-18 10:50:03 -04:00
ghidra1
6ab0beeeb7 GP-5480 Additional corrections and test fixes to handling of external
locations during merge
2025-03-17 18:56:13 -04:00
dev747368
2d3922d41f GP-5455 golang interface method calling and decl
Improve how golang interface methods are handled.

Model the 'vtable' (runtime.itab) for a golang interface so each method
declared by the interface gets a funcdef that specifies the method's
params.
2025-03-17 20:07:45 +00:00
Peter Belm
0f5e9c9ad4 BUG: OMFs with no exports caused an exception 2025-03-17 15:46:00 +00:00
ghidra1
ecfd6d39d8 Merge remote-tracking branch 'origin/patch' 2025-03-17 10:24:32 -04:00
Ryan Kurtz
a4ebfc5b33 Merge remote-tracking branch 'origin/GP-5475_ghidragon_disallow_spaces_in_fieldNames--SQUASHED' 2025-03-17 06:26:10 -04:00
Peter Belm
951fd9ec6b OMF-51 Loader Fixups & Public/External Refs implementation 2025-03-15 20:30:06 +00:00
ghidragon
0ea4e754b9 GP-5475 changed composite field names so that any whitespace is converted to underscores 2025-03-14 14:36:39 -04:00
ghidra1
6c00c68e2b GP-0 test fix 2025-03-14 10:51:02 -04:00
ghidra1
9fbcf838ca GP-0 Corrected StorageEditorModel related test failure 2025-03-14 09:33:32 -04:00
Ryan Kurtz
0a7db0d624 Merge remote-tracking branch 'origin/GP-5480_ghidra1_MergeExternalLocations' 2025-03-14 08:44:38 -04:00
Ryan Kurtz
88a35769a2 GP-0: Fixing some more javadoc 2025-03-14 08:34:43 -04:00
Ryan Kurtz
c964163c80 GP-0: Fixing some javadoc 2025-03-14 07:06:01 -04:00
ghidra1
905b4d78bd GP-5480 Corrected Merge tool rendering of external locations within
multi-listing.
2025-03-13 19:55:17 -04:00
Ryan Kurtz
825e8b811d Merge remote-tracking branch 'origin/patch' 2025-03-13 12:12:27 -04:00
Ryan Kurtz
7970f0c45a Merge remote-tracking branch
'origin/GP-5479_ghidra1_FunctionStorageEditor' into patch (Closes #7900)
2025-03-13 11:18:50 -04:00
Noah Gregory
a962761ac0 Backporting "Start using long for symbol table offsets instead of
`int`" to patch (#7436, #7882)
2025-03-13 11:01:53 -04:00
Ryan Kurtz
2d29dd713a Merge remote-tracking branch 'origin/patch' 2025-03-13 09:06:31 -04:00
Ryan Kurtz
718987e811 GP-7899: Fixing issue with Mach-O stubs when local or absolute symbols
are present in the dynamic symbol table.  Also fixing first entry of
string table on dyld extractions. (Closes #7899)
2025-03-13 08:53:55 -04:00
ghidra1
15e4335eda GP-5479 Corrected Function Storage Editor issues 2025-03-12 15:47:59 -04:00
Ryan Kurtz
5a31ded2e0 Merge remote-tracking branch 'origin/GP-1-dragonmacher-help-reload-fix' 2025-03-12 13:01:52 -04:00
Ryan Kurtz
928fd09692 Merge remote-tracking branch
'origin/GP-5326_ghidragon_edit_structure_field--SQUASHED' (Closes #7407)
2025-03-12 12:59:58 -04:00
Ryan Kurtz
678209dbc3 Merge remote-tracking branch 'origin/GP-5478_ryanmkurtz_libs' 2025-03-12 12:58:34 -04:00
Ryan Kurtz
3f9f79b49f GP-5478: Cleaning up library loading code 2025-03-12 06:28:54 -04:00
ghidragon
0b0b330bac GP-5326 created edit structure field action and dialog. 2025-03-11 16:13:24 -04:00
Ryan Kurtz
19b6b17a23 GP-5429: More Mach-O reexport progress bar improvements 2025-03-11 13:31:32 -04:00
Ryan Kurtz
636f28dbdc Merge remote-tracking branch 'origin/GP-5462_dev747368_missing_gotype_subst' 2025-03-11 06:54:43 -04:00
dragonmacher
ef7c79f0c0 Updated the help window to not preserve the previous location on a new
request for the same page
2025-03-10 19:01:48 -04:00
Ryan Kurtz
73d29e3488 Merge remote-tracking branch
'origin/GP-5468-dragonmacher-renderer-font-warning-fix' (Closes #7886)
2025-03-10 11:45:52 -04:00
dragonmacher
88dc8a65bc GP-5468 - Updated the cell renderer setFont() warning to only show once 2025-03-08 16:51:09 -05:00
dragonmacher
0a30e924dd Updated the help build to detect re-used sort group values 2025-03-07 22:55:00 -05:00
カイダ
2b7663d7e5 Detect more rust binaries
Some rust binaries do not contain the `rustc` or `RUST_BACKTRACE` strings. Also detect `RUST_MIN_STACK` which is in these binaries.
2025-03-08 12:37:18 +09:00
dev747368
e72b17b0db GP-5462 add some missing gotype name substitutions 2025-03-07 21:18:53 +00:00