Commit graph

5182 commits

Author SHA1 Message Date
ghidra1
6f5ded53f2 GP-3707 Add additional ELF RISCV relocations and some cleanup 2023-08-07 12:04:06 -04:00
dragonmacher
0e307f0da5 GP-3683 - Fixed Function Tag table navigation 2023-08-04 10:07:26 -04:00
Ryan Kurtz
5fe28ee208 Merge remote-tracking branch
'origin/GP-3675_ghidra1_CreateDatabackgroundCmd' into patch
(Closes #5602)
2023-08-04 06:32:07 -04:00
ghidra1
f78ab92fc5 GP-0 specify script log file for GhidraServer as server.log 2023-08-03 14:58:59 -04:00
ghidra1
554f1c87ab GP-3675 Removed use of aligned-length and forced alignment when creating
data on selected regions
2023-08-03 14:13:14 -04:00
ghidra1
f96ae4bb37 GP-0 corrected missing userSettingsDir for GhidraServerApplicationLayout 2023-08-02 18:05:38 -04:00
ghidra1
8073611e66 GP-0 Added FindDataTypeConflictCauseScript 2023-08-02 14:47:34 -04:00
Ryan Kurtz
87be0574fc Merge remote-tracking branch
'origin/GP-3647-dragonmacher-structure-editor-fixes' into patch
(Closes #5566)
2023-08-01 06:12:10 -04:00
dragonmacher
61cb4074d7 GP-3647 - Structure Editor - Fixed general bugs when using Tab to
navigate while editing; Fixed incorrect cell editing after moving or
removing columns; Updated editor launching to open new editors in the
focused editor window; Removed unnecessary event notification when no
edits are made
2023-07-31 18:45:42 -04:00
Ryan Kurtz
e1d60727fc GP-3653: Protecting parallel OSGi operations with FileLock 2023-07-28 09:15:49 -04:00
Ryan Kurtz
19a4e2a7c7 Merge remote-tracking branch 'origin/GP-3592-dragonmacher-pcode-stepper-rendering--SQUASHED' into patch 2023-07-24 17:54:52 -04:00
ghidra007
70acf6215e GP-3662 fixed VT apply function signature with custom storage logic error/design flaw 2023-07-21 22:48:07 +00:00
dragonmacher
4412fddbea GP-3592 - Fixed incorrect colors in dark mode 2023-07-21 17:12:03 -04:00
dragonmacher
b87f8781e6 GP-3550 - Fixed some theme foreground colors that were not updating
correctly
2023-07-18 14:25:40 -04:00
Ryan Kurtz
995bb26a4d GP-3619: Updating python path more frequently to account for changes
from bundle manager
2023-07-13 08:50:48 -04:00
emteere
e77cb27eca GP-0 minor CParser test fix 2023-07-11 18:34:46 +00:00
ghidra1
376dfd1d34 Merge remote-tracking branch 'origin/GP-5_emteere_WindowsResourceTimeImprovement' into patch 2023-07-10 19:29:18 -04:00
Ryan Kurtz
d997f944e0 Merge remote-tracking branch
'origin/GP-3612_emteere_parsetoprogram_procarch' into patch
(Closes #5502)
2023-07-10 17:23:13 -04:00
Ryan Kurtz
06523ac155 Merge remote-tracking branch 'origin/GP-3611_emteere_multiLinePragma'
into patch (Closes #5524)
2023-07-10 17:21:18 -04:00
emteere
b02101298f GP-5 Fixed WindowsResource Analyzer wasting time decompiling functions
that have previously failed to decompile due to timeout
2023-07-10 20:40:57 +00:00
ghidra1
bc40f20c0c GP-3302 corrected EXTERNAL thunk function creation which resulted in
duplciate symbol
2023-07-10 12:39:50 -04:00
Ryan Kurtz
64977a7a30 Merge remote-tracking branch 'origin/GP-3605_emteere_limitErrorsConstProp' into patch 2023-07-06 11:02:58 -04:00
Ryan Kurtz
9bc71eace0 Merge remote-tracking branch
'origin/GP-3599_emteere_OneByteFunctionsAndPPC' into patch
(Closes #5441)
2023-07-06 11:01:10 -04:00
ghidra1
75fb5bf79b Merge remote-tracking branch 'origin/GP-0_ghidra1_x86compat32fix' into patch 2023-07-06 09:09:01 -04:00
emteere
081f1a6338 GP-3612 Always use program architecture when parsing header files to
program
2023-07-05 23:53:10 +00:00
emteere
2d2584517c GP-3611 fix C-parsing of #pragma lines with multiple lines and comments 2023-07-05 23:36:39 +00:00
Ryan Kurtz
76c52ba9a4 Merge remote-tracking branch 'origin/GP-3609_SplitCopyEndianess' into
patch (Closes #5424)
2023-07-05 13:55:41 -04:00
Ryan Kurtz
c39f0c0103 Merge remote-tracking branch 'origin/GP-3603_ghizard_PDB_Increase_max_page_size' into patch 2023-07-05 13:52:49 -04:00
caheckman
0b13fc7109 GP-3609 Split based on endianess of output AddrSpace 2023-07-05 17:15:46 +00:00
ghidra1
ccad2abbd8 GP-0 revised x86-64 ldef entry for compat32 variant and change opinion
entries to give preference to default variant
2023-07-05 10:58:20 -04:00
Ryan Kurtz
b796fe5233 GP-3568: Backporting to patch 2023-07-05 07:03:34 -04:00
ghizard
65c8f63e86 GP-3603 - PDB - increase max pagesize to 0x2000 2023-07-03 12:11:45 -04:00
emteere
365f526877 GP-3605 Only log error message once and improve efficiency of allocating
new spaces
2023-07-03 16:10:27 +00:00
Ryan Kurtz
f847e5d194 GP-3598: Fixed a regression in the Mach-O Loader that was causing
incorrect DYLD_CHAINED_PTR_64_KERNEL_CACHE fixups
2023-07-03 11:27:06 -04:00
Dan
493afe7602 GP-0: Fix javadocs for GhidraScript.askPassword() 2023-07-03 10:54:21 -04:00
emteere
b7ede746d0 GP-3599 Fix for function bodies including one byte of non-disassembled
data.  PowerPC disassembly from computed branch.
2023-06-30 22:42:47 +00:00
Ryan Kurtz
a7063c672e Merge remote-tracking branch 'origin/GP-3295_Dan_askPasswordScriptAPI-2--SQUASHED' into patch 2023-06-30 13:00:38 -04:00
Ryan Kurtz
b1fd68d5c2 Merge remote-tracking branch 'origin/GP-3591_ghidra1_CreateFunctionBody'
into patch (Closes #5412)
2023-06-30 12:46:09 -04:00
Dan
899772973a GP-3295: Add askPassword to GhidraScript API. 2023-06-29 17:05:47 -04:00
ghidra1
b1502f692a GP-3591 correct create function issue when entry point part of an
existing function
2023-06-28 09:16:10 -04:00
dragonmacher
4ba89c6a8a GP-3589 - Fixed exception while performing Convert to Class with a
filter applied
2023-06-27 17:09:16 -04:00
Ryan Kurtz
141d6d1acd Merge remote-tracking branch 'origin/GP-3586_ghidra1_ElfHeaderWarning' into patch 2023-06-27 13:15:47 -04:00
ghidra1
f9f32991be GP-3586 corrected inappropriate ELF Header warniing for non-ELF binary
import
2023-06-27 11:11:38 -04:00
Ryan Kurtz
bdd2143f98 GP-3584: Failing to parse PE ExceptionDataDirectory no longer prevents
the import from finishing (Closes #5483, Closes #5496)
2023-06-27 06:50:59 -04:00
Ryan Kurtz
d9d8947bda Merge remote-tracking branch
'origin/GP-2808_emteere_MoreCParserPragmaAndSilentFailure' into patch
(Closes #4692, Closes #5454)
2023-06-20 14:32:13 -04:00
Ryan Kurtz
dc7caf0e28 GP-3552: Fixed a timestamp encoding bug that caused PE symbol .exports
files to not get matched and applied in some circumstances
(Closes #5351)
2023-06-16 09:08:56 -04:00
Ryan Kurtz
a6253b1f7f Merge remote-tracking branch 'origin/GP-3546_dev747368_relax_elfgnunotebuildid_logic_patch--SQUASHED' into patch 2023-06-15 16:12:03 -04:00
emteere
b5002820c5 GP-2808 Fixed more pragma parsing issues and fixed silent failure when a
parsing error actually exists in certain cases.
2023-06-14 23:20:14 +00:00
dev747368
3054034a18 GP-3546 relax gnu note build-id hash contents checking logic 2023-06-14 17:33:02 -04:00
ghidra1
69289358f2 GP-3543 additional vaidity checks for ELF Android relocation processing
and corrected related markup data
2023-06-14 15:41:04 -04:00