Commit graph

796 commits

Author SHA1 Message Date
adamopolous
3736237274 GT-2229: bug fix for function comparison changes 2020-01-22 13:48:49 -05:00
ghidorahrex
0fdd45f44b Merge remote-tracking branch 'origin/GT-2229_adamopolous_update' 2020-01-22 07:35:37 -05:00
ghidorahrex
4ee215748a Merge remote-tracking branch
'origin/GT-3472-dragonmacher-action-enablement-plus-spelling'

Fixes #1453, fixes #1456
2020-01-22 07:17:09 -05:00
dragonmacher
163881be29 GT-3472 - Fixed action enablement on BuiltIn archive node; fixed
spelling issue
2020-01-21 16:36:24 -05:00
adamopolous
cc44d0c952 GT-2229: added action to issue a goto when new function selected
GT-2229: added support for multiple programs
GT-2229: Updated icons/help/screenshots for function new comparison
features
GT-2229: minor fixes after code review
GT-2229: minor code review fix
2020-01-21 16:22:17 -05:00
ghidorahrex
060b06b688 Merge remote-tracking branch 'origin/GT-3457-dragonmacher-gtree-cannot-find-new-node' 2020-01-21 16:00:51 -05:00
dragonmacher
bd362d9cf6 GT-3457 - GTree Edit Fix - fixed bug that would cause new namespace tree
nodes to not be in edit mode as intended
2020-01-17 14:27:13 -05:00
ghidorahrex
6ae0c1ce23 Merge remote-tracking branch 'origin/GT-3434-dragonmacher-namespace-matches-function-name' 2020-01-17 14:00:56 -05:00
ghidorahrex
1d77647007 Merge remote-tracking branch 'origin/GT-3456-dragonmacher-toolbar-action-fixes' 2020-01-17 13:39:39 -05:00
dragonmacher
0fdb689588 GT-3456 - Toolbar action update review fixes 2020-01-16 17:52:43 -05:00
ghidorahrex
bdb52bd737 Merge remote-tracking branch 'origin/GT-3461-dragonmacher-drag-drop-fix' 2020-01-16 11:20:08 -05:00
Ryan Kurtz
9fbc5b9560 Improving wording in select bytes dialog. 2020-01-16 08:19:00 -05:00
dragonmacher
638befbfd1 GT-3461 - fix for recent drag-n-drop break 2020-01-15 18:06:44 -05:00
dragonmacher
9f61911860 GT-3456 - Updated toolbar action misalignment 2020-01-15 17:28:37 -05:00
dragonmacher
d96ee82856 GT-3434 - Refactored Namespace.NAMESPACE_DELIMITER to be shorter;
deprecated the old name
2020-01-15 14:07:44 -05:00
dragonmacher
7ad8505dcf GT-3434 - Updated AddEditDialog to allow users to create namespaces that
match the label name
2020-01-15 14:02:28 -05:00
dev747368
66fc367b18 GT-3414 revert Iterable change. 2020-01-15 13:23:44 -05:00
dev747368
5a66f68e47 GT-3414 code review, unit tests for DefinedDataIterator. 2020-01-15 13:15:13 -05:00
dev747368
4fbbe989be GT-3414, issue #1259 - fix GUI lockup when defined strings table loads
A large binary with lots of strings can cause the "Defined Strings"
table to fight with the Listing view over database locks.

This change eases some of the issues by making the defined strings table
be nicer by yielding to the swing thread before starting its query loop
(which allows a Listing view which is also doing its full rendering at
the same time to finish before the loop starts) and making the
DefinedDataIterator a bit smarter about what elements it needs to
recurse into.

The Listing can still be quite a bit laggy when the Defined Strings
table is loading.

Also fixed a logic error in StringDataInstance that caused it to return
a empty string for arrays of character elements.
2020-01-15 13:15:11 -05:00
ghidorahrex
4d29a3820d Merge remote-tracking branch 'origin/GT-3330_dev747368_DWARF_relocated_addresses_mode' 2020-01-15 13:00:14 -05:00
ghidorahrex
84fda704b0 Merge remote-tracking branch 'origin/GT-3347_dev747368_PR-1241_agatti_convert_char_seq' 2020-01-15 09:44:27 -05:00
dev747368
3718edc935 GT-3347 string / charsequences code review fixes
Fixed problem with picking between ArrayStringable elements and char
sequence for the string layout.
2020-01-14 18:32:15 -05:00
saruman9
f44adc7d2b
[xml_export] Export repeatable comments for functions 2020-01-14 11:09:08 +03:00
ghidorahrex
38a533c899 Merge remote-tracking branch
'origin/GT-3438-dragonmacher-vt-function-instruction-exception'

Fixes #1352
2020-01-13 13:21:31 -05:00
dragonmacher
8ebfd61348 GT-3446 - Review fixes 2020-01-10 18:52:47 -05:00
dragonmacher
142ed19e84 GT-3446 - Added key binding to trigger the Show Xrefs dialog 2020-01-10 17:13:01 -05:00
Ryan Kurtz
4c34b1e5b7 GT-3376: Review fixes 2020-01-10 09:19:25 -05:00
Ryan Kurtz
73b018fd84 GT-3376: Design improvements 2020-01-10 08:02:57 -05:00
Ryan Kurtz
a46e788706 GT-3376: Headless now properly honors -processor flag, even if the
specified processor is not a valid opinion.
2020-01-10 08:02:54 -05:00
saruman9
07f293cbee
[xml_import] Set repeatable comment for function 2020-01-10 11:46:14 +03:00
ghidravore
3c2c23d8ce GT-3440 fixed bug where finding words in strings wasn't handling tabs
correctly
2020-01-09 13:07:04 -05:00
Ryan Kurtz
b487ce7eba Improved documentation of ByteProvider classes 2020-01-09 08:58:37 -05:00
Ryan Kurtz
d2db19cff7 Methods in headless were wrongly synchronized. Could lead to deadlock. 2020-01-09 08:05:27 -05:00
Ryan Kurtz
14b1e663f0 Merge remote-tracking branch 'origin/GT-2229_adamopolous_function-comparison-fixes' 2020-01-08 09:40:22 -05:00
Ryan Kurtz
7bf041cd9d Merge remote-tracking branch
'origin/GT-3439-dragonmacher-script-bookmark-docs' (fixes #1291)
2020-01-08 09:36:15 -05:00
Ryan Kurtz
81f6750f76 Merge remote-tracking branch
'origin/GT-3437-dragonmacher-vt-options-exception' (fixes #1143)
2020-01-08 09:35:13 -05:00
Ryan Kurtz
068a2f455e Merge remote-tracking branch 'origin/GT-3432-dragonmacher-drag-n-drop'
(fixes #1396)
2020-01-08 09:34:07 -05:00
dragonmacher
b34091b244 GT-3439 - Fixed javadoc for createBookmark() 2020-01-03 19:30:44 -05:00
dragonmacher
b9143a6265 GT-3438 - Version Tracking - removed exception being thrown by the Exact
Function Instructions Match correlator when the number of instructions
of the functions differed.
2020-01-03 18:19:18 -05:00
dragonmacher
fe18fff635 GT-3437 - Version Tracking - fixed exception when changing options
without a comparison loaded
2020-01-03 17:54:57 -05:00
dragonmacher
68de43307e GT-3436 - Fixed symbol tree navigation - review fixes 2020-01-03 17:38:27 -05:00
dragonmacher
14ee95c395 GT-3436 - Fixed symbol tree navigation to work on already selected node 2020-01-03 17:19:27 -05:00
dragonmacher
adbbc25542 GT-3432 - Fixed recently broken drag-n-drop from the Front End to a
running Tool
2020-01-03 15:42:21 -05:00
adamopolous
496408f2b7 GT-2999: fixed how comparison action is set to SHARED 2020-01-03 14:56:31 -05:00
dragonmacher
ec7773b464 GT-2229 - Function Comparison - updated screenshots 2020-01-03 14:55:24 -05:00
dragonmacher
94e17242ee GT-2229 - Function Comparison - screenshot library fixup 2020-01-03 14:55:23 -05:00
adamopolous
8c0b5c6a2b GT-2229: small test fixes 2020-01-03 14:55:23 -05:00
adamopolous
ff551599de GT-2229: added test for function delete 2020-01-03 14:55:22 -05:00
adamopolous
a682ef31ea added domain object listener for function remove events 2020-01-03 14:55:21 -05:00
Ryan Kurtz
f103e1c334 GT-3433: Fixed exception in PeLoader that occurred when creating a
memory block for a section when the section size exceeded the file size
(fixes #1371)
2020-01-02 13:04:55 -05:00