Ryan Kurtz
a31063dcb0
GP-3519: Fixed a bug that caused PE symbol .exports files to always get
...
deleted after import (Closes #5348 )
2023-06-06 07:34:39 -04:00
ghidra007
4c7be8be0d
GP-3481 added missing incrementer causing infinite loop in some cases
2023-06-05 17:15:47 +00:00
Ryan Kurtz
0d3d65de23
GP-3445: Fixed an IllegalStateException that could occur if both "Load
...
Local Libraries From Disk" and "Load System Libraries From Disk" options
are used during import, and the same library is found in both local and
system directories
2023-06-05 06:55:50 -04:00
Ryan Kurtz
adf7b18547
Merge remote-tracking branch 'origin/GP-0_d-millar_maint_info_sections_template--SQUASHED' into patch
2023-06-01 13:35:49 -04:00
d-millar
de3d53be90
GP-0: template for 'maint info sections'
...
GP-0: template for 'maint info sections'
2023-06-01 13:16:13 -04:00
d-millar
8632891f83
GP-0: use readUnsignedInt for dump memory blocks
2023-06-01 13:15:14 -04:00
Ryan Kurtz
dd5129daa8
Merge remote-tracking branch
...
'origin/GP-0_ghidorarex_BytesTracePcodeEm_fix' into patch
2023-06-01 11:58:22 -04:00
ghidorahrex
8a396dfd48
GP-0: Fixed test failures in BytesTracePcodeEmulatorTest
2023-06-01 15:56:18 +00:00
Ryan Kurtz
146cf6df33
Merge remote-tracking branch 'origin/GP-3508_DynamicHashPcodeOp' into
...
patch (Closes #5372 )
2023-06-01 06:14:29 -04:00
Ryan Kurtz
bf3e3923e8
Merge remote-tracking branch 'origin/GP-3480_PPCSmallDataAreaPointer' into patch
2023-06-01 06:12:52 -04:00
Ryan Kurtz
ea5b5e4c28
Merge remote-tracking branch 'origin/GP-3481_ghidra007_' into patch
2023-06-01 06:10:12 -04:00
Ryan Kurtz
ffdec3a2e3
Merge remote-tracking branch 'origin/GP-3467_ghidra007_rtti_script_better_mangled_string_handling--SQUASHED' into patch
2023-06-01 06:07:08 -04:00
ghidra007
ecade19183
GP-3467 rtti script fixed issue clearing/creating mangled typeinfo-name mangled string of correct length. Was breaking when more than one existing dt in string range because was only clearing first one.
2023-05-31 18:01:55 +00:00
ghidra007
81ba94a3b8
GP-3481 Fixed incorrect checks of getData and getDataContaining in rtti script and replaced api versions with non-api versions and updated checks to work with new way.
2023-05-31 15:54:12 +00:00
Ryan Kurtz
e3429a57db
Merge remote-tracking branch
...
'origin/GP-3102_ghidorahrex_x86-64_popf_pushf--SQUASHED' into patch
(Closes #4980 )
2023-05-31 11:20:14 -04:00
ghidorahrex
af40b28931
GP-3102: Fixed disasm of default 64-bit addrsize instructions
2023-05-31 10:13:41 -04:00
dragonmacher
d3912c5e0f
GP-5379 - Updated the Python Interpreter prompt to use less space
2023-05-30 17:23:47 -04:00
caheckman
050d3018c8
GP-3508 Fix for calcHash methods 5 and 6
2023-05-30 15:39:19 -04:00
Dan
4b0bd5ce12
GP-3507: Create attachable sleep specimen for gdb
2023-05-30 14:04:01 -04:00
Ryan Kurtz
47eb06416c
GP-3505: Fixed an AddressOutOfBoundsException that could sometimes occur
...
when importing the exports section of dyld_shared_cache files
(Closes #5392 )
2023-05-30 09:09:55 -04:00
Ryan Kurtz
1ea23d19fd
Merge remote-tracking branch
...
'origin/GP-3499_InlineFunctionHang--SQUASHED' into patch (Closes #5378 )
2023-05-26 16:38:00 -04:00
Ryan Kurtz
9ca267892e
Merge remote-tracking branch 'origin/GP-3493_ghidra1_Elf_PT_NOTE_NPE'
...
into patch (Closes #5384 )
2023-05-26 16:36:12 -04:00
emteere
bf8d314ddb
GP-3499 Fixed inlined functions causing lockups in stack depth field and analysis
2023-05-26 14:11:10 -04:00
caheckman
c17e5cd442
GP-3369 DecompileOptions are optional for DecompInterface
2023-05-26 11:35:26 -04:00
Ryan Kurtz
b4f513cd79
GP-3447: Preventing MzLoader from trying to split on HEADER overlay
...
block (Closes #5320 )
2023-05-26 08:27:52 -04:00
Ryan Kurtz
bfbcd06c5c
GP-3474: Fixing DYLD_CHAINED_PTR_X86_64_KERNEL_CACHE fixups
2023-05-26 07:09:05 -04:00
ghidra1
a9f3692373
GP-3493 corrected ELF PT_NOTE markup NPE
2023-05-25 12:14:32 -04:00
caheckman
ce520cc940
GP-3480 Mark PPC r13 as unaffected
2023-05-24 14:35:59 -04:00
Ryan Kurtz
75b1dd163f
Merge remote-tracking branch 'origin/GP-3369_DecompilerTemplateShortening' into patch
2023-05-24 12:46:45 -04:00
caheckman
ba694068ef
GP-3369 Implement shortened display names in decompiler
2023-05-24 11:51:32 -04:00
Ryan Kurtz
1654264d31
Merge remote-tracking branch 'origin/GP-3472_ghidra1_Windows64StdCall' into patch
2023-05-24 08:39:16 -04:00
Ryan Kurtz
78a6991613
Merge remote-tracking branch 'origin/GP-3268_ghidra1_DataTypeSymbolHash'
...
into patch (Closes #5335 )
2023-05-24 08:22:47 -04:00
ghidra1
584260ca81
GP-3472 Added __stdcall convention alias for 64-bit Windows cspecs
2023-05-23 15:34:35 -04:00
ghidra1
edec5d9020
GP-3268 revised decompiler function override hash to factor in calling
...
convention
2023-05-23 14:28:48 -04:00
Ryan Kurtz
e23198b563
Merge remote-tracking branch 'origin/GP-3441_IndirectSwitchVar' into
...
patch (Closes #5307 )
2023-05-23 11:35:03 -04:00
Ryan Kurtz
05ad0ea305
Merge remote-tracking branch 'origin/GP-0_d-millar_pty_for_macos' into patch
2023-05-23 11:33:18 -04:00
d-millar
dec2620bea
GP-0: quick fix for macos/gdb support
2023-05-23 10:25:42 -04:00
d-millar
312e396d9a
GP-3442: Upgrades SWIG-generated Java (plus docs) to LLVM/lldb 16.x
...
(Closes #5359 , #5330 )
2023-05-23 07:46:55 -04:00
Ryan Kurtz
dd85623f3d
Merge remote-tracking branch
...
'origin/GP-3223_ghidra_LaunchFunctionDefEditFromCompositeEditor' into
patch (#4541 )
2023-05-22 15:30:04 -04:00
ghidra1
a52d2244f4
GP-3223 Allow launching Function Definition Editor from structure/union
...
editor.
2023-05-22 13:16:02 -04:00
Ryan Kurtz
69549f576f
Merge remote-tracking branch
...
'origin/GP-3454_ghidra1_DecompilerEditFunction' into patch
(Closes #5367 )
2023-05-22 12:15:51 -04:00
ghidra1
416a3e9a13
GP-3454 Corrected regression in Decompiler Edit Function Signature
2023-05-22 11:32:53 -04:00
Dan
bcf78937d9
GP-3448: Fix GDB module ranges. Cull unnecessary queries.
2023-05-19 12:41:30 -04:00
Ryan Kurtz
0cae3ab0f5
Merge remote-tracking branch
...
'origin/GP-3325_ghidorahrex_PR-4886_Ninja3047_fix-ppc-stmvsprw' into
patch (Closes #4886 )
2023-05-18 11:02:54 -04:00
Ryan Kurtz
f8ebb729ef
Merge remote-tracking branch
...
'origin/GP-3432_ghidorahrex_PR-4887_Ninja3047_ppc_vle_eieio' into patch
(Closes #4887 )
2023-05-18 10:58:25 -04:00
Ryan Kurtz
59fd75aee2
GP-3446: Fixed a regression in the "Original File" exporter that
...
prevented it from working when unapplied relocations were present in the
relocation table
2023-05-18 07:31:40 -04:00
caheckman
8977840661
GP-3426 Protect against too large constants
2023-05-16 19:00:18 -04:00
caheckman
0398e40b07
GP-3441 Protect INDIRECT path to switch variable
2023-05-16 18:42:07 -04:00
Ryan Kurtz
7089e6de63
Merge remote-tracking branch 'origin/GP-3431-dragonmacher-change-history-styles' into patch
2023-05-16 09:02:04 -04:00
ghizard
03099e88f4
GP-3431 Small formatting change (remove extra spaces and new line)
2023-05-15 15:49:25 -04:00