Luke Serné
8303061629
Many typo's
...
These were found using the command below searching for duplicated words,
and manually going through the results to remove the false positives and
reword the true positives. Sometimes I removed the doubled word and
sometimes I replaced the duplicated word.
The grep command:
grep -nIEr '\b([a-zA-Z]+)[[:space:]*]+\1\b' ./Ghidra
2025-04-19 18:06:41 +02:00
Dan
7dd417b6be
GP-5051: Distinct qemu-system launcher.
2024-12-04 08:43:26 -05:00
Ryan Kurtz
faf55a8de6
GP-5078: Improvements to Ghidra Module directory layout
2024-10-31 10:34:26 -04:00
ghidra1
036ef9d0db
GP-4737 - Improve ELF relocation handling of unresolved symbol
2024-07-01 13:06:54 -04:00
ghidra1
01087ba0a8
GP-0 Minor revision to ELF relocation handlers
2024-04-01 17:09:44 -04:00
mumbel
9a22180efa
Add issing ELF reloc
2024-03-05 22:19:27 -06:00
Dan
289c5c90fa
GP-3838: Add qemu+gdb launcher.
2024-03-01 12:36:13 -05:00
ghidra1
3ead54f0ac
GP-4239 Transitioned to new AbstractElfRelocationHandler implementation which uses ElfRelocationType enums specific to each handler.
2024-02-12 10:52:25 -05:00
William Tan
0b3801a5a5
typo: setMinpeculativeOffset -> setMinSpeculativeOffset
2023-09-20 13:24:01 -04:00
emteere
02248d2251
GP-3077 Added constant tracking through stack for stack parameters, fixed issues with values getting crossed moving in and out of memory, added prototype param type creation, added setting for restricting parameters to know pointers to handle harvard architectures and pointertypedefs
2023-05-01 01:57:56 -04:00
ghidra1
ef8d86e0ae
GP-3339 avoid offset-pointer creation in execute blocks during ELF relocation processing. Also skip for section-symbol based relocations.
2023-04-21 13:55:34 -04:00
ghidra1
5b433f35ca
GP-3013 Refactor of Relocation API (created V6 DB adapter) to include
...
status and stored length when original FileBytes are used.
2023-02-03 08:01:04 -05:00
Ryan Kurtz
ad19527139
Merge remote-tracking branch
...
'origin/GP-2374_ghidorahrex_PR-4210_LemonHaze420_superh_ext_float'
(Closes #4210 )
2022-11-29 13:52:00 -05:00
ghidorahrex
1e1ba436f8
GP-2374: Fix for movua and fsca
2022-11-04 19:33:15 +00:00
emteere
1410ccb6f8
GP-2714 fixing bad arm reference to memory on odd external reference offsets
2022-10-18 18:25:20 -04:00
ghidra1
6b9bd6c220
GP-2703 revised ELF relocation processing to handle statically linked
...
binaries and adjusted post-relocation read-only memory fixup.
2022-10-17 18:43:27 -04:00
LemonHaze
069d0dda76
SuperH4: fsca: Added changes which accurately use DRN_0
2022-05-09 02:32:25 +01:00
LemonHaze
d5fd9a059b
SuperH4: fsca
: Minor performance optimization by using precomputed pi*2 constant and casted values to float before returning (for better decompilation)
2022-05-05 01:42:45 +01:00
LemonHaze
5dbdb3f7bb
SuperH4: fsca: Fixed bug with FPSCR_PR being tested incorrectly and removed extraneous offset
local variable
2022-05-01 22:55:56 +01:00
LemonHaze
3dd7f93857
Used int2float
when converting to radian instead of a local var
2022-04-30 06:22:40 +01:00
LemonHaze
674e917829
SuperH4: Ensure we divide with f/
when converting to radian
2022-04-30 06:16:07 +01:00
LemonHaze
3632514072
SuperH4: Added FRN_1
and FRN_2
and cleaned up instruction definitions
2022-04-30 05:28:57 +01:00
LemonHaze420
5050741e0d
SuperH4: Add missing fsrra
, fsca
and movua.l
instructions
...
Add `fsca`
Fixed `frsrra` decompilation output
Added `movua.l`
Implemented `fsca` instruction
Fixed compilation issue with `fsca`
Fixed indentation on comments
2022-04-30 02:00:28 +01:00
ghidra1
2bced1cd43
GP-1036 EXTERNAL Block Offset-Reference refactor
2022-04-15 13:19:40 -04:00
ghidra1
793ad1faae
Merge remote-tracking branch 'origin/patch'
2021-09-07 21:56:38 -04:00
emteere
f90e3a4627
GP-1258 code review changes
2021-09-07 12:19:41 +00:00
emteere
4d44bea5a0
GP-1258 SH4 and general reference analysis improvements
2021-09-03 15:02:09 +00:00
James
92ac6a332b
GP-1212 adjustments to cspec files from code review
...
GP-1212 SH4 fixes
2021-09-01 08:41:00 -04:00
ghidorahrex
86a85afd1b
GP-1152 Fixed issue with superh fmov/fmov.s decrement/read ordering
2021-08-03 19:21:29 -04:00
ghidra1
a1bee163d1
GP-1090 added support for a few more SuperH ELF Relocation types
2021-07-07 15:03:34 -04:00
ghidra1
c2652d36d1
GP-1090 Added SuperH/SuperH4 ELF relocation handler and improved performance of ELF filler segment pruning to avoid uneccessary block creation
2021-07-06 17:12:18 -04:00
Ryan Kurtz
3a0ae8ee39
GP-849: Gradle 7 support
2021-05-12 13:45:16 -04:00
ghidra1
1e39c2ac82
Merge remote-tracking branch 'origin/patch'
2021-04-20 17:33:40 -04:00
ghidra1
baeef06672
Certification cleanup
2021-04-20 17:15:14 -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
ghidorahrex
b5f950bb2c
Removed unneeded SuperH4 dummy exports
2021-03-04 11:55:11 -05:00
mumbel
dce6e9f6a8
Cleaning up warnings and errors, mostly looking for:
...
temporary is written but not read in constructor
2020-01-22 19:51:45 -06:00
ghidorahrex
a9fc9ab213
GT-3051: Reverted SH-4 flag bit definitions
2019-09-06 16:26:26 -04:00
ghidorahrex
72dafc0033
GT-3051: Formatting changes
2019-09-06 14:59:45 -04:00
ghidorahrex
effe9c76ec
GT-3051: Corrected superH floating point issues.
2019-09-06 14:58:10 -04:00
ghidorahrex
864235ee7d
Moved SuperH4 processor for release.
2019-08-08 12:11:45 -04:00