Commit graph

402 commits

Author SHA1 Message Date
Ryan Kurtz
7b01170c21 Merge branch 'GP-0_ryanmkurtz_PR-3964_GameCubeGBA_pdb-symbol-bug' 2022-02-08 16:21:57 -05:00
Ryan Kurtz
596578e0b1 Merge remote-tracking branch
'origin/GP-1734_ryanmkurtz_PR-3764_GameCubeGBA_CamelCase' (Closes #3764)
2022-02-08 10:56:39 -05:00
ghizard
b151802b05 GP-1734 - fix camel case logic, doc, and add enum to PdbKind 2022-02-08 10:32:54 -05:00
Wiz
2c9fa635d7 Bug fix for creating symbol 2022-02-04 13:03:32 -05:00
ghidra1
03fbc6ba09 Merge remote-tracking branch 'origin/GP-1677_ghizard_fix_incorrect_bounds_on_PDB_item_iteration' into patch 2022-01-14 19:21:39 -05:00
ghizard
af6294b801 GP-1672 - PDB developer scripts for doing basic queries outside of a program. 2022-01-14 07:55:20 -05:00
ghizard
402a44ca7b GP-1677 Fix bug in PDB item iteration bounds. 2022-01-13 13:59:54 -05:00
Wiz
0373db2e13 Fixed toCamel so that only _ are converted to uppercase letters
makeUpper being set to perpetually true meant that the entire name was in uppercase letters. This commit fixes that.
2021-12-22 14:52:42 -05:00
GameCubeGBA
1984e4671f
Fix typo causing "hasRangeMatch" to always be true
It should be set to false initially until a match is found. Because of this error, checkInsideThunkFunction will always think there is a range match, which could cause disastrous results.
2021-12-15 15:26:06 -05:00
ghizard
e0081030a5 GP-1456 - PDB Universal - Fix ArrayTypeApplier issue due to
EnumTypeApplier definition processing.
Closes #3484
2021-11-05 10:40:01 -04:00
Ryan Kurtz
a1dba97a10 Merge remote-tracking branch
'origin/GP-1209_ryanmkurtz_PR-3387_ryanmkurtz_native-release-builds--SQUASHED'
(Closes #3387)
2021-09-27 08:35:49 -04:00
Ryan Kurtz
3c07ca2962 GP-1209: Support for building natives from a release. 2021-09-27 08:16:14 -04:00
ghidra1
cfdec26da4 GP-943 Added support for zero-length arrays and
zero-length components.  NOTE: We still never return 0 for
DataType.getLength().  Added DataType.isZeroLength().
2021-09-24 16:29:29 -04:00
Ryan Kurtz
5442988b4c Merge remote-tracking branch
'origin/GP-1180_dev747368_loadpdb_with_bad_pdbinfo--SQUASHED' (Closes
#3289)
2021-09-17 07:21:00 -04:00
dev747368
76337295d4 GP-1180 fix LoadPdbDialog handling of missing pdb info, fixes github issue #3289
LoadPdbDialog wasn't handling things well if Pdb information was missing or incomplete or malformed, allowing fake values (such as '<missing>') through to be used during a search, which could cause problems.
2021-09-16 18:45:38 -04:00
ghizard
9b8aca022c GP-1298 PDB Improve symbols performance when many symbols at address and
improve functionality; also RegisterName fix.
2021-09-15 12:09:27 -04:00
Ryan Kurtz
7394199cb3 GP-1211: Better error handling of missing native components 2021-09-09 13:18:52 -04:00
Ryan Kurtz
00533b2869 GP-1106: Platform naming convention now supports different
architectures. Support for building on ARM.
2021-08-17 13:41:47 -04:00
dev747368
ab6ab56962 GP-1105 improve HttpSymbolServer download timeouts
Use async method for HTTP GET, improve various error messages whentimeout or cancel occurs.
2021-07-09 18:37:06 -04:00
ghizard
fd2b5dadec GP-1104 - Fix PDB CLI bug for older imports without FileBytes 2021-07-08 13:10:19 -04:00
ghizard
e12d02eeb2 GP-1086 - Fix PDB constructor signature bug 2021-06-29 14:12:55 -04:00
ghidra1
21b3fbf8ea Merge remote-tracking branch 'origin/GP-984_dev747368_simplify_loadpdb_gui--SQUASHED' into Ghidra_10.0 2021-06-04 08:28:41 -04:00
dev747368
a97c3dc4af GP-984 simplify LoadPdbDialog gui 2021-06-03 15:23:05 -04:00
ghidra1
a200ecf8f0 GP-17 updated FunctionSymbol and SymbolDB to get parent namespace of thunked function for thunks. 2021-06-02 18:02:02 -04:00
ghidra1
22675e9f39 Merge remote-tracking branch 'origin/GP-42_dev747368_PdbSymbolServer_for_10' 2021-05-18 21:42:23 -04:00
ghizard
f26e625444 GP-968 PDB CLI quieting and fixing parsing using FileBytes 2021-05-18 20:22:27 -04:00
dev747368
0f080eb80b GP-42 fix html - remove text about remote option 2021-05-17 18:13:16 -04:00
dev747368
9b7299492e GP-42 changed remote searching to its own button 2021-05-17 18:07:20 -04:00
dev747368
4861a84aca GP-42 tweak symbol dir bootstrap logic, misc text & help 2021-05-17 17:01:33 -04:00
dev747368
522ac50dfc save 2021-05-17 14:37:16 -04:00
dev747368
bb924294a1 GP-42 change pdb logging enablement to jvm property, fix button tooltip 2021-05-14 14:39:57 -04:00
ghidra1
15d22e8164 Merge remote-tracking branch 'origin/GP-849_ryanmkurtz_gradle7' 2021-05-14 10:52:37 -04:00
dev747368
0fe06ffb2f GP-42 update screen shots 2021-05-13 18:27:50 -04:00
dev747368
084d2f1735 GP-42 fix result dialog, age text field ui 2021-05-13 16:14:32 -04:00
dev747368
3eb23e0c72 save 2021-05-12 19:53:53 -04:00
dev747368
425667e640 GP-42 Initial implementation of Pdb symbol store / symbol servers 2021-05-12 16:55:01 -04:00
ghidra1
8db1b53e86 Merge remote-tracking branch
'origin/GP-911_ghizard_Improve_PDB_Universal_reader_applicator_options--SQUASHED'
2021-05-12 15:22:10 -04:00
ghizard
b510852b83 GP-911 - Improve PDB reader/applicator options 2021-05-12 14:47:57 -04:00
Ryan Kurtz
3a0ae8ee39 GP-849: Gradle 7 support 2021-05-12 13:45:16 -04:00
ghidra1
92b7728cd7 Merge remote-tracking branch 'origin/GP-862_ghidra1_UnalignedExtAlignment' 2021-05-07 21:02:12 -04:00
ghidra1
da800b6e41 GP-862 Refactor of Composite interface and internals. Changes made to
packing and alignment methods (see WhatsNew.html for API changes).
2021-05-07 20:56:35 -04:00
Ryan Kurtz
88bf8abe2b GP-916: PDB:win64PDBMake now works if path contains space 2021-05-04 08:24:13 -04:00
ghidra1
f557be49ff Merge remote-tracking branch 'origin/GP-899_ghizard_PDB_initial_managed_code_work--SQUASHED' 2021-04-30 19:40:31 -04:00
ghizard
79f8357d5b GP-899 - PDB: Initial work on managed code 2021-04-28 16:29:13 -04:00
dragonmacher
9c9dcc927a GP-825 - Task Dialog - fixed expanding task dialog 2021-04-26 12:53:23 -04:00
ghidra1
6a8788acbc Merge remote-tracking branch 'origin/patch' 2021-03-25 12:15:32 -04:00
ghizard
c00feac9fe GP-791 PDB Universal constructor return undefined 2021-03-22 10:54:55 -04:00
ghidra1
d377d90e14 Merge remote-tracking branch 'origin/patch'
Conflicts:
	Ghidra/Features/GraphServices/certification.manifest
2021-03-17 19:38:50 -04:00
ghidra1
162f203395 Updated certification headers 2021-03-17 18:22:50 -04:00
ghidra1
a9fd7afe8b Merge remote-tracking branch 'origin/patch' 2021-03-02 19:05:58 -05:00