dragonmacher
274217d7c8
GP-4574 - Minor refactor of drag and drop interfaces
2024-05-21 13:11:03 -04:00
Dan
b66983787b
GP-4612: Implement Windows Job control
2024-05-21 11:50:35 -04:00
Dan
b78357889a
GP-4618: Fix NPE/timing issue seen in ThreadsPanel
2024-05-21 11:40:46 -04:00
Ryan Kurtz
bf791ddddd
Merge remote-tracking branch 'origin/GP-4574-dragonmacher-tree-to-table-v3'
2024-05-21 10:36:32 -04:00
dragonmacher
2ffb82df82
GP-4574 - Added support to create transient symbol tables from the
...
Symbol Tree, Symbol Table and other transient symbol tables
2024-05-21 10:34:10 -04:00
Ryan Kurtz
de5a2d3b97
Merge remote-tracking branch 'origin/Ghidra_11.1'
2024-05-21 10:25:10 -04:00
Ryan Kurtz
587307eefe
GP-0: Test fixes
2024-05-21 10:22:25 -04:00
Dan
c8d90c1043
GP-0: Fix DebuggerBreakpointsPlugin dependency
2024-05-21 09:16:04 -04:00
Ryan Kurtz
ad1e172b6a
Merge remote-tracking branch 'origin/Ghidra_11.1'
2024-05-21 08:55:04 -04:00
Ryan Kurtz
87131b4762
GP-4608: Improving how we handle loading classes with the same name
2024-05-21 08:44:06 -04:00
ghidra1
72d9d0eeb2
GP-4615 Corrected source archive transaction error for various archive
...
operations (Closes #6503 )
2024-05-21 08:43:43 -04:00
d-millar
5beb81f8c9
GP-0: fix for invalid compilerid 'clang'
2024-05-21 08:43:06 -04:00
dragonmacher
9ff21db4c7
GP-4605 - Allow Ctrl-a to select all in the Python window
2024-05-20 17:20:50 -04:00
ghidra1
75a86e51c9
Merge remote-tracking branch 'origin/GP-0_SeparatorFix'
2024-05-20 15:12:14 -04:00
Ryan Kurtz
8e1263a883
Merge remote-tracking branch 'origin/Ghidra_11.1'
2024-05-20 07:09:30 -04:00
Luke Serné
318e4af955
Decompiler: Fix float comparison inputs swap in rule subflow_convert
...
The decompiler rule `subflow_convert` would sometimes swap the inputs
to the P-Code ops `FLOAT_LESS` and `FLOAT_LESSEQUAL` if the float that
was traced happened to be the second input of the operation, because
the transformed operation had its inputs hardcoded: the traced float
would always be the first input. While this also affected `FLOAT_EQUAL`
and `FLOAT_NOTEQUAL`, it does not matter in those cases, because
swapping the inputs for those operations is still logically equivalent.
Fixes #6528 .
2024-05-19 23:03:42 +02:00
ghidra1
8734c48100
Merge remote-tracking branch 'origin/GP-4604-dragonmacher-bundle-manager-exception' into Ghidra_11.1
2024-05-17 11:46:15 -04:00
ghidra1
eae49334de
Merge remote-tracking branch 'origin/GP-0_Dan_tlbFixAgain' into Ghidra_11.1
2024-05-17 11:43:34 -04:00
ghidra1
bccee567ef
GP-0 Corrected dbgmodel.tlb handling for multi-platform build
2024-05-17 11:43:01 -04:00
Dan
868b4797d2
Fix python build to include tlb
2024-05-17 07:44:25 -07:00
dragonmacher
43701f0735
GP-4604 - Fixed stack overflow exception
2024-05-16 18:46:29 -04:00
Ryan Kurtz
7404d3c2f7
Merge remote-tracking branch 'origin/Ghidra_11.1'
2024-05-16 14:02:44 -04:00
Ryan Kurtz
b5c0490313
Merge remote-tracking branch
...
'origin/GP-4552_ghidorahrex_PR-6456_rbran_tricore_stda_fix' into
Ghidra_11.1 (Closes #6456 )
2024-05-16 13:59:25 -04:00
Ryan Kurtz
0412b81b88
Merge remote-tracking branch 'origin/Ghidra_11.1'
2024-05-16 13:52:48 -04:00
Ryan Kurtz
080051f47a
Merge remote-tracking branch 'origin/GP-4601_ghidragon_disposing_code_compare_providers' into Ghidra_11.1
2024-05-16 13:49:01 -04:00
ghidra1
1fdbc9055d
Merge remote-tracking branch 'origin/Ghidra_11.1'
2024-05-16 12:14:47 -04:00
ghidra1
b07ded1b23
Merge remote-tracking branch 'origin/GP-3240_ghidra1_MultiplatformBuildUpdates--SQUASHED' into Ghidra_11.1
2024-05-16 11:40:47 -04:00
Ryan Kurtz
8b5f6daf4e
GP-0: Updating javadoc for DataTypeComponent.getLength() ( Closes #6498 )
2024-05-16 11:40:23 -04:00
ghidra1
18508736c2
GP-3240 InstallationGuide update and minimum python version 3.9.
2024-05-16 11:37:37 -04:00
Ryan Kurtz
d4f927ff07
Merge remote-tracking branch 'origin/Ghidra_11.1'
2024-05-16 07:35:12 -04:00
Ryan Kurtz
27f59f123c
GP-4603: Fixing problem with symbolic links in SquashFS
2024-05-16 07:33:19 -04:00
Ryan Kurtz
b03f1007b7
Merge remote-tracking branch 'origin/GP-4563_ryanmkurtz_libs-fsrl--SQUASHED'
2024-05-16 06:50:49 -04:00
Ryan Kurtz
9f883022a4
GP-4563: Support for searching for libraries inside a GFileSystem
2024-05-16 06:43:27 -04:00
Sleigh-InSPECtor
62c623cbcd
AArch32: fixed ldaexd
...
* fixed addr src register aliased as first dest register of a double word load causing second word load at the value of first load
2024-05-16 18:09:04 +09:30
Sleigh-InSPECtor
45781680c4
AArch32: fixed sha1su1.32
...
* fixed destructive left shifts on 32-bit values before zext
2024-05-16 13:37:25 +09:30
Sleigh-InSPECtor
614d50fcfa
AArch32: fixed sha1su0.32
...
* fixed destructive 64-bit left shift on a 64-bit value before zext
2024-05-16 12:08:49 +09:30
ghidragon
00d2f17714
GP-4601 fixed code compare window to dispose properly
2024-05-15 15:18:55 -04:00
Ryan Kurtz
c586600eab
Merge branch 'GP-0_ryanmkurtz_PR-6506_datacompboy_loadablefilesfilter'
2024-05-15 12:54:10 -04:00
Ryan Kurtz
2d0dc2762d
Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-5-14-24'
2024-05-15 06:56:42 -04:00
Sleigh-InSPECtor
4d83de9f06
x86: Add missing float-to-integer cast operation to CVTSD2SI/CVTSD2SI
2024-05-15 17:37:42 +09:30
Anton Fedorov
45a67b6d80
Add "hex" into "Loadable files" filter to highlight support for loading hex filex.
2024-05-14 21:51:51 +02:00
dragonmacher
88952d8309
Minor test tweaks
2024-05-14 14:47:41 -04:00
Ryan Kurtz
9911db9828
Merge remote-tracking branch 'origin/Ghidra_11.1'
2024-05-13 07:27:04 -04:00
Ryan Kurtz
420f2f06fa
Merge remote-tracking branch
...
'origin/GP-4592_emteere_FixSearchFieldReferences' into Ghidra_11.1
(Closes #5652 )
2024-05-13 07:23:18 -04:00
Ryan Kurtz
c24aa59c7a
Merge remote-tracking branch 'origin/GP-4587_ghidra007_fixSrcDstMatchWindow_functionCompare' into Ghidra_11.1
2024-05-13 07:21:31 -04:00
Ryan Kurtz
29f215348a
GP-4594: Fixing regression with library search paths not getting saved
2024-05-13 07:19:29 -04:00
Ryan Kurtz
c7c3ed3918
Merge remote-tracking branch 'origin/Ghidra_11.1'
2024-05-10 14:21:12 -04:00
Ryan Kurtz
ce970fa416
Merge remote-tracking branch 'origin/GP-4593_ghizard_PDB_reorder_base_clases' into Ghidra_11.1
2024-05-10 14:19:19 -04:00
Ryan Kurtz
bb122d85e0
Merge remote-tracking branch 'origin/GP-4583_ghidragon_fixing_open_versioned_file_dialog--SQUASHED' into Ghidra_11.1
2024-05-10 14:18:19 -04:00
ghizard
38e011aa41
GP-4593 - PDB - Reorder out-of-order base classes
2024-05-10 18:08:34 +00:00