Commit graph

556 commits

Author SHA1 Message Date
dragonmacher
316e32820d Test fix for recent test framework change. Allow re-entrant Swing
thread calls
2020-09-10 11:09:54 -04:00
ghidra1
9d759a0e7d GP-126 improve resiliance to missing custom option support 2020-09-08 14:45:01 -04:00
Jason P. Leasure
fc3349b5ac fix for GP-142 - configure log4j in OSGi with system property 2020-09-04 16:17:55 -04:00
dragonmacher
68399ff336 Test Fixes for error dialog changes 2020-09-04 11:56:46 -04:00
ghidravore
fc994cda95 Merge remote-tracking branch 'origin/GP-65-dragonmacher-error-dialog' 2020-09-02 14:37:55 -04:00
dragonmacher
fc247aa499 GP-65 - Error Dialog - updated the error dialog to accumulate errors
while it is open instead of repeatedly showing new dialogs
2020-09-02 14:25:05 -04:00
ghidravore
1964607594 Tweaked the registerOption code. 2020-08-31 16:15:38 -04:00
ghidra1
79c99b01fd GP-126 added cumulative analysis task times to stored Program
Information
2020-08-28 19:54:42 -04:00
ghizard
26a36ab643 GT-2895 global/public syms + more 2020-08-25 19:11:49 -04:00
ghidravore
d34d2cfa8d fixed recently introduced options bug 2020-08-25 16:31:43 -04:00
ghidravore
f84300819b Merge remote-tracking branch 'origin/program_graph_updates2--SQUASHED' 2020-08-25 13:02:59 -04:00
Tom Nelson
2f447ae0d0 added javadoc and updated jungrapht versions to 1.0-RC9
fixed vertex naming to create labels if no label at address.
removed local vertex renaming
vertex-only selection enabled and grow selection
made yellow edges darker
fix initial layout scaling for subgraph display
address warnings and increase stroke size for vertices
comments and adjusting initial layout area size calculation
multiselection strategy
moved buttons out of function so they can be re-enabled in popup menu
cleaned up and documented selection menus
improve selection following by sending only one event, filtering hidden elements, and disabliing the butten when selection is complete
improve grow selection to grow from all selected vertices
better generics, simplified root predicate. added flag so multiaction does not have to fire an action on the first item
support renaming from the graph view
added rename popup. corrected some errors
use function to control mincross work based on graph size
fixed LayoutWorkingDialog close issue a better way.
use toggle button for magnifier and connect with Lens kill switch
html escape the attributes in case they include things like < and >
changed thread stop and added initial dimension function
2020-08-25 15:21:57 +00:00
ghidravore
765bd8aa3d Revert "GP-65 - Error Dialog - updated the error dialog to accumulate errors while it is open instead of repeatedly showing new dialogs"
This reverts commit 6d3ff619fd.
2020-08-24 15:34:17 -04:00
ghidravore
0e2f48607a Merge remote-tracking branch 'origin/GP-65-dragonmacher-error-dialog' 2020-08-21 11:19:51 -04:00
ghidravore
64da286d3d Merge remote-tracking branch 'origin/GP-61-dragonmacher-clear-keybindings' 2020-08-21 11:15:31 -04:00
dragonmacher
6d3ff619fd GP-65 - Error Dialog - updated the error dialog to accumulate errors
while it is open instead of repeatedly showing new dialogs
2020-08-20 19:14:26 -04:00
dragonmacher
aa11179cf1 GT-61 - Key Bindings - updated to allow for clearing of default key
bindings
2020-08-19 17:13:38 -04:00
ghidravore
2c3ceb59d1 Merge remote-tracking branch 'origin/GP-41_dev747368_multiiconbuilder' 2020-08-05 12:42:26 -04:00
dev747368
6453281e93 GP-41 - Programmatically add text to an icon. 2020-08-05 11:54:18 -04:00
ghidravore
3ec58674f5 Merge remote-tracking branch 'origin/GT-3624-dragonmacher-datatypes-preview' 2020-08-04 16:57:12 -04:00
dragonmacher
2e6e3d1a96 GT-3624 - Datatypes Provider - fixed preview window issues: odd font
size for structures; Copy of preview text was missing newlines; enum
rendering of negative values used too many digits
2020-08-04 10:26:41 -04:00
Jason P. Leasure
0d520dae16 style fixes for review 2020-07-28 16:56:09 -04:00
Jason P. Leasure
9216a940dc save/restore active bundles, use generic.util.Path string encoding 2020-07-28 16:56:08 -04:00
Jason P. Leasure
d404e3f8dd show bundle paths with variable substituted 2020-07-28 16:56:08 -04:00
ghidra1
a9fcfc7925 Merge branch 'GT-0_ghidra1_PR-1894_ryanmkurtz_DontSearchFlatrepo' 2020-07-16 16:11:15 -04:00
ghidra1
1d68673a9a Fix ClassCastException bug when old incompatible option value
encountered
2020-07-15 13:24:59 -04:00
ghidravore
7188df41ed Merge remote-tracking branch 'origin/GT-3610-dragonmacher-narrow-analysis-log-dialog' 2020-07-08 14:29:03 -04:00
ghidravore
87c011f28c Fixed a few places where InputStreams weren't being closed. 2020-07-06 16:40:23 -04:00
Ryan Kurtz
add6576054 ClassSearcher no longer scan's 3rd party jar's for ExtenionPoints in
development mode when using the flatrepo/gradle cache setup.
2020-06-29 13:39:01 -04:00
dragonmacher
d52c417327 GT-3610 - Updated the analysis log message dialog to not stretch the
entirety of the screen; fixed flax in MessageLog
2020-06-24 12:56:55 -04:00
ghidra1
c2d9629f57 GT-3571 Numerous changes to datatype resolve/replace addressing
performance and conflict handling.  Corrected composite merge
deficiencies.  Added datatype resolve/equivalence caches for performance
improvement.  Added deferred pointer resolution for structures and
unions.  Corrected datatype parent/child update
2020-06-03 17:58:59 -04:00
ghidravore
ca58264d65 changes from review 2020-06-02 12:58:36 -04:00
ghidravore
e3aebe3adb Replace uses of LongObjectHashTable with Java's HashMap 2020-05-21 16:46:44 -04:00
astrelsky
e551c62ecf
Corrected ip 2020-05-18 19:27:42 -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
Learath
825519782b Fix missing progressbar in TaskDialog. Close #1819 2020-04-30 14:01:08 +03: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
66103225b6 GT-3615: Fix certify header comment in Platform.java 2020-03-24 10:39:39 -04:00
dragonmacher
30db29d1ce GT-3542 - Symbol Tree - fixed flashing of the symbol tree while
analyzing; fixed bad progress of Decompiler Parameter ID analyzer; fixed
odd progress updating of ConcurrentQ
2020-03-20 12:56:56 -04:00
ghidravore
53912fe9b1 fix to swing update manager 2020-03-16 18:52:50 -04:00
ghidorahrex
f1782a7629 Merge remote-tracking branch
'origin/GT-3545-dragonmacher-gnu-demangler-parsing-bugs'

Fixes #1457 Fixes #1569
2020-03-13 12:51:40 -04:00
dragonmacher
314100a70c GT-3567 - Fixed keybindings not working in DialogComponentProviders 2020-03-06 12:15:26 -05:00
dragonmacher
11619169b4 GT-3545 - GNU Demangler - Fix Parsing Issues - Ready for Review 2020-03-02 14:22:23 -05:00
ghidorahrex
9f66126cef Merge remote-tracking branch 'origin/GT-3547-dragonmacher-patch-dir-fix' 2020-02-24 13:47:12 -05:00
dragonmacher
855955bb3d GT-3547 - Patch dir fix - review fixes 2020-02-24 11:00:51 -05:00
ghidra1
45778b0117 Merge remote-tracking branch
'origin/GT-3512_dev747368_dataconverter_fixes'
2020-02-21 14:33:57 -05:00
dragonmacher
87bda2b34d GT-3547 - Patch dir fix - review fixes 2020-02-19 18:50:52 -05:00
ghidorahrex
cd7a6e2235 Merge remote-tracking branch
'origin/GT-3481-dragonmacher-gnu-demangler-update'

Fixes #1195, fixes #1308, fixes #1454, fixes #1451
2020-02-18 10:55:01 -05:00
dragonmacher
3dced733df GT-3547 - Patch dir fix to allow loading of extension points 2020-02-14 17:08:21 -05:00
dragonmacher
a21a644a68 GT-3481 - Gnu Demangler - Checkpoint 3 - Ready for review 2020-02-13 11:23:09 -05:00