Commit graph

409 commits

Author SHA1 Message Date
Dan
ea6b8b0a67 GP-5818: Fix TracePropertyMapSpace for object mode. Fix TaintEmu tests. 2025-07-21 15:50:46 +00:00
Ryan Kurtz
fde33a5821 Merge remote-tracking branch 'origin/patch' 2025-07-18 06:19:25 -04:00
emteere
9979a6f9ec GP-5752 Fixed missing characters at the end of operands, for example closing parenthesis added in the base sleigh instruction constructor. 2025-07-17 15:49:39 -04:00
ghidra1
a3897c04ac GP-0 Corrected test failure 2025-07-14 10:55:25 -04:00
Ryan Kurtz
2e3f37f803 Merge remote-tracking branch 'origin/GP-0_d-millar_junit_fix' 2025-07-10 05:30:31 -04:00
d-millar
96d4edf39b GP-0: fix for test failures 2025-07-09 22:10:38 +00:00
Ryan Kurtz
413949b64a GP-0: Bumping master to 12.0 2025-07-09 14:50:25 -04:00
ghidra1
53552616ec Merge branch 'GP-3551_ghidra1_InternalProjectLinks' 2025-07-09 13:34:56 -04:00
ghidra1
1aa7b089c0 GP-3551 Added support for internal project link-files with improved link
support within project data tree. Linked-folders are now supported.
Addressed link-support issues related to various actions.  Revised
link-file storage to use smaller non-DB storage. This change does impact
the Ghidra Server.
2025-07-09 13:34:22 -04:00
Dan
980a80beb9 GP-0: Fix event thread recording (found in Z3 test) 2025-07-03 12:27:58 +00:00
Dan
e93bc62749 GP-0: Fix Z3 tests. 2025-07-02 15:57:17 +00:00
ghidra1
a483a4e28c Merge remote-tracking branch
'origin/GP-5727_Dan_z3emu--SQUASHED'
2025-06-30 09:53:44 -04:00
ghidra1
8ac6bd74ee Merge remote-tracking branch 'origin/GP-5194_Dan_removeLegacyDBTraceTables--SQUASHED' 2025-06-30 08:48:00 -04:00
Dan
7e7c8a5e86 GP-5194: Remove Deprecated 'Legacy mode' for DBTrace. 2025-06-27 16:00:08 +00:00
Dan
9729d240d7 GP-5727: Add Z3-based emulator and summarizer 2025-06-26 18:26:42 +00:00
ghidra1
fd4370e946 GP-5498 SymbolTable V4 schema refactor 2025-06-10 13:49:26 -04:00
ghidra1
f981f43fad Merge remote-tracking branch 'origin/Ghidra_11.4' 2025-06-06 18:50:01 -04:00
ghidra1
8c441250f5 GP-5742 Cleanup preferred CommentType enum use. Changed SARIF data component comment JSON serialization from int to String. 2025-06-06 17:58:07 -04:00
Ryan Kurtz
684177702e GP-0: Fixing deprecated comment API warnings 2025-06-02 09:54:19 -04:00
Ryan Kurtz
d3131e319a GP-0: Fixing unused import warnings 2025-05-30 07:07:43 -04:00
Ryan Kurtz
2e0c098c25 GP-0: Fixing unnecessary semicolon warnings 2025-05-30 06:46:11 -04:00
Ryan Kurtz
a6cd5b5dbc GP-0: Fixing @Override warnings 2025-05-29 11:07:44 -04:00
dragonmacher
404191cdaa GP-5654 - Data Type Manager - Speed improvements for deleting data types 2025-05-13 14:27:17 -04:00
Ryan Kurtz
f8ce5b4b3b Merge branch 'GP-0_ryanmkurtz_PR-8025_LukeSerne_fix-typo' 2025-04-21 07:55:21 -04:00
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
004712026b GP-5523: Allow tool-wide configuration of radix for displaying trace times. 2025-04-17 18:18:53 +00:00
Dan
e4024bc8cf GP-5494: Fix byte cache and increase number of cached pages (memory viewer). 2025-04-15 18:22:42 +00:00
ghidra1
56df61cb0b Merge remote-tracking branch 'origin/patch' 2025-04-11 10:24:24 -04:00
ghidra1
0ef28cb54b GP-5557 Composite editor transaction and update notification fixes 2025-04-11 09:58:01 -04:00
Dan
ed48b0e452 GP-616: Fix 32-bit pointer placement in WoW64 targets. 2025-04-09 13:27:49 +00:00
Ryan Kurtz
1bed582491 Merge remote-tracking branch 'origin/patch' 2025-03-25 14:17:57 -04:00
Dan
2261fde014 GP-5517: Add Stack/Frames to "pure emulation" schema. 2025-03-25 18:03:30 +00:00
Ryan Kurtz
7ca36e01d9 Merge remote-tracking branch 'origin/GP-5436_Dan_torchAsyncComm--SQUASHED' 2025-03-25 12:46:21 -04:00
Dan
14d0432554 GP-5436: Move AsyncComm remains into Generic 2025-03-25 16:44:37 +00:00
Dan
d95b8a20b2 GP-0: Correct viewport tests now with implied snap-0 post GP-4209 2025-03-25 13:28:55 +00:00
Dan
21a1602579 GP-4209: GhidraTime-MSTTD integration. Type hints for (most) Python agents. 2025-03-24 18:28:07 +00:00
Ryan Kurtz
3c76ab787a Merge remote-tracking branch 'origin/GP-5379_Dan_fixKeyReuse--SQUASHED'
(Closes #7497)
2025-03-03 13:08:01 -05:00
Dan
789a9fa4b7 GP-5379: Require snap parameter in object getters/setters. Lots of fallout. 2025-03-03 17:29:24 +00:00
ghidragon
6fb115358a GP-5310 Created global search and replace feature 2025-02-28 20:08:40 -05:00
Ryan Kurtz
43b0621e4a Merge remote-tracking branch
'origin/GP-5331_Dan_gdbSignErrors--SQUASHED' (Closes #6787)
2025-02-21 14:10:14 -05:00
Dan
7c983f7bb5 GP-5331: Gdb address signedness. 2025-02-20 19:36:36 +00:00
Dan
bef0660e6a GP-5314: Destroy LiveMemoryHandler 2025-02-18 18:23:30 +00:00
Dan
fb9a7c62a2 GP-4546: Add 'Set breakpoint' multi-action to Breakpoints window. 2025-02-06 13:15:45 +00:00
Ryan Kurtz
d23e67a088 GP-0: Cleaning up certain types of javadoc errors 2025-02-03 06:13:50 -05:00
d-millar
f5354381cf GP-0: fix for post-5271 errors 2025-01-21 10:16:08 -05:00
Ryan Kurtz
067ba3e19d Merge remote-tracking branch 'origin/GP-5271_Dan_fixTraceRmiMethodSelection--SQUASHED' into Ghidra_11.3 2025-01-17 08:13:48 -05:00
Dan
2a41c8fe6b GP-5271: Fix break/watchpoints with lldb. Many framework changes. 2025-01-17 07:58:01 -05:00
Dan
5d71f073f4 GP-5266: Only track on user click or address change. 2025-01-16 05:54:53 -05:00
Dan
ea95c146b5 GP-0: Fix some tests (mock.slaspec, register count) 2025-01-06 12:03:24 -05:00
Ryan Kurtz
11ac891e9c Merge remote-tracking branch 'origin/GP-5229_Dan_fixTreeRegValUpdate' 2025-01-03 19:56:11 -05:00