Commit graph

2532 commits

Author SHA1 Message Date
ghidravore
e3aebe3adb Replace uses of LongObjectHashTable with Java's HashMap 2020-05-21 16:46:44 -04:00
ghidravore
7af55169c0 Added a few more tests for DbObjectCache 2020-05-20 15:39:03 -04:00
ghidra1
eaf6ab250d Updated eclipse format preferences (function call wrapping) 2020-05-20 13:33:14 -04:00
ghidravore
3dbf930578 fixed formatting in DbObjectCache 2020-05-20 13:25:01 -04:00
ghidra1
1675f226b3 Merge branch 'GT-0_ghidra1_PR-1878_astrelsky_IPBuildIssue' 2020-05-20 12:56:51 -04:00
ghidra1
2ec2a991fb Corrected ConcurrentModificationException caused by recent DBObjectCache
change
2020-05-20 10:18:35 -04:00
ghidravore
3dc789863e changes from review 2020-05-19 16:56:22 -04:00
ghidravore
0efc173756 replace LongObjectHashMap with java's hashMap 2020-05-19 16:19:34 -04:00
tom
c999cfc308 Change reuse/append display to choose a display that is currently visible. This will be the one in the open tab. 2020-05-19 07:40:01 -04:00
astrelsky
e551c62ecf
Corrected ip 2020-05-18 19:27:42 -04:00
ghidravore
e08efb1504 Merge branch 'GT-3317_ghidragon_PR-1866_tomnelson_RC8' 2020-05-18 17:00:57 -04:00
ghidravore
5660799298 fixed junit tests 2020-05-18 12:21:36 -04:00
ghidra1
1468c2a5f2 Merge branch 'ghidra1_GhidraScript_createLabel' 2020-05-18 10:15:01 -04:00
ghidra1
f9c76fcaed Fixed tests - space character not permitted in block and address space
names
2020-05-15 18:54:03 -04:00
ghidra1
65f2a4a8db Improved handling of local label namespace handling when promoting to
function name
2020-05-15 12:37:52 -04:00
ghidra1
867548d83f Minor change to SetLabelPrimaryCmd 2020-05-15 12:05:24 -04:00
ghidra1
82ebcb26f6 Improvements made to GhidraScript and FlatProgramAPI createLabel methods
set allow namespace specification and handle label promotion to function
name when makePrimary is true at existing function entry point.
2020-05-15 11:54:27 -04:00
ghidra1
7385544bed Corrected test fallout from Memory changes 2020-05-15 10:37:58 -04:00
tom
5575cce937 updated jungrapht-visualization to 1.0-RC8. Includes fixes noted in functional review. Adds additional layering algorithms to mincross layout algorithm. Fix Module.manifest versions 2020-05-15 07:57:25 -04:00
ghidra1
cee8a138c0 Raised program version due to the revised memory support of overlay
mapped blocks and byte mapping schemes
2020-05-14 17:07:45 -04:00
ghidra1
305a1ddf98 Merge branch 'ghidra1_PIC30_ElfImportFixes' 2020-05-14 16:02:55 -04:00
ghidra1
2885f74867 Merge branch 'ghidra1_ByteMappedBlocks' 2020-05-14 15:30:43 -04:00
ghidra1
251e14562d PIC24/30/33 corrections and ELF import improvements for Harvard
Architecture
2020-05-14 15:29:52 -04:00
ghidra1
6ff98a4098 Modified Memory API for creating Overlay blocks allow for
byte/bit-mapped overlays.  Added ByteMappingScheme for byte-mapped
blocks.
2020-05-14 15:28:27 -04:00
ghidravore
1afb87f6e3 removed accidental use of maven snapshot repo 2020-05-13 16:24:55 -04:00
ghidravore
410af5a272 GT-3317
moved generic graph interfaces to features graph module
created graph service broker

first commit of program graph module adapted to new graph api

GT-3317 connected listeners, documented and prettied up code
changed GhidraGraph to preserve order of created graph. Removed edge
filtering from initial program graph display

GT-3317 added exporters for supported formats

GT-3317 fixed GhidraGraph bug where it lost edges

updates

changed to new action builder
removed icons, improved AttributeFilters

removed DialogComponentProviderBuilder
fixed generic alphabet soup

added vertex name updating.

GT-3317 added threading to sugiyama
adapted to take advantage of multi-threaded edge crossing reduction in
circle layout
eliminated parallel edges, improved sizing, updated jungrapht version

GT-3317 fixing AST graph and moving modules and packages
started help
GT-3317 updated min-cross and color selections
uses min-cross that optimizes for graph size

GT-3317 help, javadocs

changes from review comments and cleaning up warnings and simplifying
exporter code
fixing warnings, simplifying unnecessarily complicated code
more changes from review
more changes from review, simplifications. removed unnecessary
threading, renamed vertex, edge, etc
GT-3317 squashed many commits to make rebase easier. Mostly changes from
first code review.
2020-05-13 15:58:03 -04:00
ghidra1
0001ee2651 Dispose XML parser with finally 2020-05-12 12:35:48 -04:00
emteere
44037991d2 GT-3393_ghidorahrex_ARM_missing_spaces minor format issue in ARMThumb
from GT-3393 changes
2020-05-11 17:08:54 -04:00
ghidravore
397a073bf6 changes per review 2020-05-01 16:30:08 -04:00
ghidravore
5354ac64ba Fixed issue with linux rendering of big fields. The standard graphics
clipping wasn't working for painting text at offsets far offscreen.
Added internal clipping to avoid problem
2020-04-24 13:11:38 -04:00
ghidra1
bcb825fb02 Merge remote-tracking branch 'origin/patch' 2020-03-31 16:38:29 -04:00
ghidra1
78f672d5f9 GT-3627 corrected server related action enablement 2020-03-31 16:37:54 -04:00
ghidra1
84d1b232ae GT-3628 corrected bad entry in CodeBrowser tool config 2020-03-31 16:10:48 -04:00
ghidra1
3b05eada12 Merge remote-tracking branch 'origin/patch' 2020-03-27 12:30:34 -04:00
ghidra1
33b3085706 Merge remote-tracking branch 'origin/GT-3620_ghizard_SymbolPathParser_naive_parse_bug' into patch 2020-03-27 12:11:14 -04:00
ghizard
4478f85650 GT-3620 SymbolPathParser review fix 2020-03-27 11:26:39 -04:00
ghidra1
7c8d4257e0 Corrected PIC24 non-critical property key 2020-03-27 10:34:21 -04:00
ghidra1
63a0b5e61e Merge remote-tracking branch 'origin/GT-3577_AliasBlock' 2020-03-26 15:00:32 -04:00
ghidorahrex
1df6fa79da Merge remote-tracking branch
'origin/GT-3619_ghidorahrex_pattern_search_edit_bytes'

Fixes #1675
2020-03-26 11:08:45 -04:00
ghidorahrex
bb4e282dda GT-3619: Pattern Search Edit Bytes Input Mode fix 2020-03-26 10:45:59 -04:00
ghizard
dde3f4aa8c GT-3620 PdbSymbolParser naive parse bug checkin 2020-03-25 12:20:58 -04:00
ghidra1
270a429da2 Merge remote-tracking branch 'origin/patch' 2020-03-25 10:17:03 -04:00
ghidra1
0164286d03 Merge remote-tracking branch 'origin/GT-3548_emteere_OR_with_ZERO' into patch 2020-03-25 10:14:14 -04:00
ghidra1
dc5f354675 Merge remote-tracking branch 'origin/GT-3591_ghidra1_SleighCompile' 2020-03-25 09:59:06 -04:00
ghidra1
cdcd6fbac0 GT-3591 force language recompile if slaspec incorrect version 2020-03-25 09:56:44 -04:00
ghidorahrex
55aa4a766c Merge remote-tracking branch
'origin/GT-3616_ghidorahrex_PR-1671_mumbel_sleightokens'

Fixes #1671 Fixes #1669
2020-03-24 14:51:01 -04:00
ghidorahrex
2bcf714669 Merge remote-tracking branch
'origin/GT-3615_ghidorahrex_PR-1499_astrelsky_AARCH64'

Fixes #1499
2020-03-24 11:10:31 -04:00
ghidorahrex
daf0653fec Merge remote-tracking branch
'origin/GT-3614_ghidorahrex_PR-1599_xiaoyinl_patch-1'

Fixes #1599
2020-03-24 11:09:51 -04:00
ghidorahrex
0b5abaa7a7 Merge remote-tracking branch
'origin/GT-3613_ghidorahrex_PR-1662_SamB_patch-1'

Fixes #1662
2020-03-24 11:08:51 -04:00
ghidorahrex
e20bc042c2 Merge remote-tracking branch
'origin/GT-3611_ghidorahrex_PR-1607_ryanmkurtz_macOS_DYLD_fixes'

Fixes #1607 Fixes #1566
2020-03-24 11:07:58 -04:00