Commit Graph

17060 Commits

Author SHA1 Message Date
Ryan Kurtz
79da29c6f6 GP-6704: Fixed expanding env vars in launch.properties when they
contained regex chars (Closes #9061)
2026-04-14 06:23:14 -04:00
Ryan Kurtz
ffac3f95d3 GP-0: GnuDisassembler now compilers on newer gcc's (Closes #9067) 2026-04-14 04:56:40 -04:00
Ryan Kurtz
c7c549fd17 Merge remote-tracking branch 'origin/patch' into Ghidra_12.1 2026-04-13 19:16:58 -04:00
Ryan Kurtz
07f7e455a8 Merge remote-tracking branch 'origin/GP-6629-dragonmacher-decompiler-snapshot-cache-patch' into patch 2026-04-13 19:12:21 -04:00
Ryan Kurtz
922ddbb24c Merge remote-tracking branch
'origin/GP-6693_ghidra007_callReferenceUsingDecompilerVfunctionScript--SQUASHED'
into Ghidra_12.1
2026-04-13 19:06:58 -04:00
ghidra1
5bf503fbc4 Merge remote-tracking branch 'origin/patch' into Ghidra_12.1 2026-04-13 17:55:23 -04:00
ghidra1
3b831d9a04 GP-6700 Corrected PKIAuthenticationModule issues 2026-04-13 17:53:43 -04:00
ghidra007
08d4fcba59 GP-6693 New script to add call reference for associated structure member vfunction token cursor location. 2026-04-13 18:10:25 +00:00
dragonmacher
a3e13d50ae GP-6629 - Decompiler - Updated the snapshot window to use the current
Decompiler's data
2026-04-13 10:19:07 -04:00
ghidra1
56429bcfdb Merge remote-tracking branch 'origin/patch' into Ghidra_12.1 2026-04-08 16:36:13 -04:00
ghidra1
5ff3b409e5 Merge remote-tracking branch 'origin/GP-6670_ghidra007_gcc_recoverClass_improvements--SQUASHED' into patch 2026-04-08 16:18:50 -04:00
ghidra007
29526717b4 GP-6670 a few improvements to gcc class recovery script 2026-04-08 19:39:03 +00:00
Ryan Kurtz
8ca0226f11 Merge branch 'GP-6678_ryanmkurtz_PR-9109_jro-calif_null-signatures' into
Ghidra_12.1 (Closes #9109)
2026-04-08 10:29:02 -04:00
jro-calif
8dfbd0bfc9 Reject null signatures in GhidraServer PKI Auth
Fixes auth bypass vulnerability
2026-04-08 10:24:57 -04:00
Ryan Kurtz
535c400d81 Merge remote-tracking branch 'origin/GP-6652_ghidraffe_demanglergnu_set_std17_ccompiler_arg' into Ghidra_12.1 2026-04-08 09:44:23 -04:00
Ryan Kurtz
ed4a5b9809 Merge remote-tracking branch 'origin/GP-6657_James_x86_win_func_start_patterns' into Ghidra_12.1 2026-04-07 17:26:34 -04:00
Ryan Kurtz
09100d71f5 Merge remote-tracking branch
'origin/GP-6572_Dan_fixFileClosedInBreakpoints' into Ghidra_12.1
(Closes #8904)
2026-04-07 13:26:10 -04:00
Ryan Kurtz
2bbe8c16e0 Merge remote-tracking branch 'origin/GP-6590_ryanmkurtz_pe-exception--SQUASHED' into Ghidra_12.1 2026-04-07 13:21:23 -04:00
Ryan Kurtz
ee7ab0669b GP-6590: Fixing issues with marking up PE .pdata section 2026-04-07 13:20:24 -04:00
Jon Crussell
329d7bae86 address PR feedback
Fixes issues raised by @GhidorahRex. Adds new bug fx for MASKMOVQ.
2026-04-07 12:55:27 +00:00
Jon Crussell
b16f1556d2 fix various bugs in the x86 processor spec
Specifically:

 * ARPL uses CF instead of ZF for conditional RPL adjustment
 * DAA/DAS incorrect CF computation and missing result flags
 * SHR by-1 OF flag unconditionally set to 0
 * RDTSCP incorrectly restricted to 64-bit mode only
 * SYSEXIT uses wrong register mapping
 * FCMOVNBE condition logic error
 * FYL2X/FYL2XP1 missing log2 computation
 * CVTPD2DQ uses trunc() instead of round()
 * SUBB MMX missing byte lane [8,8]
 * PSLLD/PSLLQ XMM use per-element shift count
 * PCMPxSTRx missing implicit EAX/EDX inputs and EFLAGS outputs
 * CET WRSSQ/WRUSSQ duplicate 0x0F byte in encoding
 * FMA VEX_W0 missing on PS YMM 231-form constructors
 * VTESTPS YMM sign bit offset errors
 * AVX-512 VANDPS YMM dead variable
 * AVX-512 VMOVHLPS copies src2 to both halves
 * AVX-512 VMOVHPD load form dead variable
 * VPSUBSW ZMM form multiple errors
 * CVTPD2PI uses trunc() instead of round()
 * PSRAD XMM uses full 128-bit shift count
 * VMULPS YMM missing 8th element
 * FPREM/FPREM1 broken remainder computation
 * FDECSTP clears wrong condition code bit
 * VMCLEAR incorrectly restricted to 64-bit mode
 * SYSCALL does not model RCX and R11 clobber
 * VRANGESS missing imm8 operand
 * VFPCLASSSD/VFPCLASSSS missing imm8 operand
 * AVX-512 VUCOMISD/VUCOMISS missing EFLAGS computation
 * MASKMOVDQU incorrectly assigns to XmmReg1
 * DAS has same CF computation and missing flags issues as DAA
 * XGETBV/XSETBV ignore ECX selector
2026-04-07 12:55:23 +00:00
James
535ce3e6d3 GP-6657 add x86 win func start patterns 2026-04-06 14:18:36 -04:00
ghidra1
4c85bf8730 Merge remote-tracking branch 'origin/patch' into Ghidra_12.1 2026-04-06 13:03:30 -04:00
ghidra1
0e8235d460 Merge branch 'GP-6653_ghidra1_CallTreeWithThunks' into patch 2026-04-06 13:00:04 -04:00
ghidra1
1a9b130bc8 GP-6653 Corrected thunk traversal for function call tree. Corrected
external navigation from function call tree.
2026-04-06 12:58:32 -04:00
ghidraffe
71029e4bb7 GP-6652 add flag to use std=gnu17 for DemanglerGnu 2026-04-06 14:01:24 +00:00
ghidra1
dd938c32be Merge remote-tracking branch 'origin/patch' into Ghidra_12.1 2026-04-03 07:44:02 -04:00
ghidra1
5a6b1ce299 GP-6649 Corrected NPE with Project Data Type Archive upgrade 2026-04-03 07:41:46 -04:00
Ryan Kurtz
e765ff7b77 GP-0: Only enable "PE Header Annotation" analyzer if BinaryLoader was
used
2026-04-01 11:18:24 -04:00
Ryan Kurtz
789a9e12f6 Merge remote-tracking branch 'origin/GP-0_ghizard_12_1_adjust_demangler_documentation' into Ghidra_12.1 2026-04-01 06:37:41 -04:00
ghizard
a133734d2d GP-0 Adjust new documentation for ms demangler 2026-04-01 06:27:09 -04:00
Ryan Kurtz
f7adf2e305 Merge remote-tracking branch
'origin/GP-6613_ghidra1_InstNext2Length--SQUASHED' into Ghidra_12.1
(Closes #8941)
2026-03-31 05:11:54 -04:00
ghidra1
6bfc22470a GP-6613 Added maximumInstructionLength language property in support of inst_next2 use 2026-03-27 14:29:19 -04:00
Ryan Kurtz
9da1425d73 GP-0: Allowing OMF-51 files to load even if reading records caused
exception
2026-03-27 06:43:26 -04:00
Dan
77d9ad7d9e GP-6572: Forget breakoints using index rather than (possibly closed) trace. 2026-03-25 19:36:11 +00:00
Ryan Kurtz
f71e1f6035 Merge remote-tracking branch 'origin/GP-0_Dan_testFixes-2026-03-24-1' into Ghidra_12.1 2026-03-25 13:59:06 -04:00
Dan
84fb9e72f8 GP-0: Fixed ARM disassembly test regressions 2026-03-25 17:55:10 +00:00
Ryan Kurtz
76c0702178 GP-0: Fixing WhatsNew typos 2026-03-25 13:23:34 -04:00
Ryan Kurtz
5e9d8c296b GP-0: Updating GettingStarted.md 2026-03-25 11:03:59 -04:00
Ryan Kurtz
04b6322964 GP-0: Stronger ObjcMessageAnalzyer.canAnalyze() check (prevents it from
running on Swift-only programs)
2026-03-25 09:08:32 -04:00
Ryan Kurtz
2f6e25e19b GP-0: SwiftDemangler fix for ArgumentTuple vs Tuple 2026-03-25 08:29:06 -04:00
Ryan Kurtz
a69abc1bc7 Merge remote-tracking branch 'origin/GP-0_ryanmkurtz_native-check--SQUASHED' into Ghidra_12.1 2026-03-24 13:27:52 -04:00
Ryan Kurtz
7e1bf0f9b5 GP-0: Show a warning if we detect that native components are missing 2026-03-24 13:25:36 -04:00
Ryan Kurtz
07f43cfe80 Merge remote-tracking branch 'origin/GP-0_ghidorahrex_pseudodisassemble_separator_fix' into Ghidra_12.1 2026-03-24 09:23:55 -04:00
ghidorahrex
51471ef773 GP-0: Corrected separator regression in PseudoDisassemblerTest 2026-03-24 13:20:29 +00:00
Ryan Kurtz
84830f13e9 GP-0: Fixing javadoc 2026-03-24 04:55:13 -04:00
Ryan Kurtz
eef28b100d Merge remote-tracking branch 'origin/GP-0_ghidragon_fixed_bug_introduced_in_GP-6178' into Ghidra_12.1 2026-03-23 17:04:55 -04:00
ghidragon
38f797cbd0 Fixed bug introduced by GP-6178 2026-03-23 16:46:54 -04:00
ghidra1
9622e8096b Merge remote-tracking branch 'origin/GP-6621_ghidra1_Hexagon' into
Ghidra_12.1 (Closes #1595)
2026-03-23 15:39:40 -04:00
ghidra1
5636392395 GP-6621 Add Hexagon processor 2026-03-23 15:30:23 -04:00