dragonmacher
69c5b4f2c0
GT-2971 - Key Bindings - removed debug
2019-07-19 18:26:45 -04:00
Ryan Kurtz
c7f934c9d1
GT-2971: Fixing merge issues.
2019-07-19 14:07:18 -04:00
Ryan Kurtz
479f595af8
Merge remote-tracking branch 'origin/GT-2971-dragonmacher-close-button-key-binding'
2019-07-19 13:53:37 -04:00
dragonmacher
ad4ac0413d
GT-2971 - Key Bindings - test fixes
2019-07-19 13:51:30 -04:00
dragonmacher
380d863c96
GT-2971 - Key Bindings - Added the ability to set a key binding for the
...
close button for all Component Providers
2019-07-19 11:00:43 -04:00
Ryan Kurtz
6d05537b7f
Merge remote-tracking branch 'remotes/origin/GT-2973-dragonmacher-snapshot-navigation-arrows'
2019-07-19 09:28:36 -04:00
Ryan Kurtz
8739d8e750
Merge remote-tracking branch 'origin/GT-3016_ghidavore_file_offset'
2019-07-19 07:51:43 -04:00
dragonmacher
e512cebc91
GT-2973 - Navigation - review fixes
2019-07-18 18:57:08 -04:00
dragonmacher
730acdcd24
GT-3003 - Testing - updated framework test code to work in user
...
installation with Eclipse
2019-07-18 18:45:58 -04:00
ghidravore
265e010273
review fixes
2019-07-18 18:27:22 -04:00
ghidravore
57e2171dd4
Added feature to show file offsets in address hover in listing
2019-07-18 15:50:59 -04:00
dragonmacher
1d5f9ffd5e
GT-2973 - Navigation - fixed navigation buttons when using a snapshot in
...
its own window
2019-07-18 14:22:22 -04:00
Ryan Kurtz
de68f50eb4
GT-3017: Storing minimum gradle version in application.properties.
2019-07-18 13:39:17 -04:00
mumbel
af7bdb78d9
Unknown conditions cause index out of bounds error leading to a
...
null pointer deref. this patch returns null instead of bad index
out of bounds read and a null pointer check.
This would trigger on an action in a table that has only an assign
2019-07-17 17:53:42 -05:00
ghidra1
e565601299
Merge remote-tracking branch 'origin/ghidra1_BitFields'
2019-07-17 18:45:27 -04:00
ghidra1
0a457bf26b
BitFields - corrected internal structure pack/unpack and other minor
...
issues
2019-07-17 18:43:47 -04:00
dragonmacher
dabdc38ea9
GT-2925-2 - Key Bindings - Support Window Menu Provider Key Bindings -
...
test and review fixes
2019-07-17 16:11:45 -04:00
ghidra1
9280b696a9
BitFields - added a few tests and improved javadoc
2019-07-17 11:56:08 -04:00
ghidra1
20000d42e5
BitFields - cleanup of AlignedStructurePacker
2019-07-17 11:56:07 -04:00
ghidra1
f54f68c66e
BitFields - corrected bitfield transitions between different data
...
organizations and packing for unions.
2019-07-17 11:56:01 -04:00
ghidra1
3f1ffb276f
BitFields - additional refinements
2019-07-17 11:55:57 -04:00
ghidra1
fab75940bd
BitFields - corrections to structure editor actions and some packing
...
fixes
2019-07-17 11:55:51 -04:00
ghidra1
55238b0393
BitFields - updated composite database schema version
2019-07-17 11:55:49 -04:00
ghidra1
d4ea232a4d
BitFields - improved unaligned structure edit behavior
2019-07-17 11:55:48 -04:00
ghidra1
31163bca26
Bitfields - added simple bitfield viewer and corrected missing support
...
for bitfields and flex arrays
2019-07-17 11:55:47 -04:00
ghidra1
b8174af675
BitFields - added new ColorIcon class for use in color legends
2019-07-17 11:55:42 -04:00
ghidra1
91de569680
BitFields - resolved some editor layout and action enablement issues
2019-07-17 11:55:41 -04:00
ghidra1
54ac180e1a
BitFields - updated tests
2019-07-17 11:55:38 -04:00
ghidra1
a6d692e19d
BitFields - disallow bitfield markup for VariableOffset. Insufficient
...
information for correct markup.
2019-07-17 11:55:37 -04:00
ghidra1
1946e8971d
BitFields - do not pass bitfield components to decompiler (not yet
...
supported)
2019-07-17 11:55:36 -04:00
ghidra1
1fcad78bc4
BitFields - added direct parse support of bitfield entry within
...
composite. Restrict use of bitfield datatype.
2019-07-17 11:55:35 -04:00
ghidra1
0a22915976
BitFields - handle launch of bitfield editor via double click (unaligned
...
structure only)
2019-07-17 11:55:33 -04:00
ghidra1
b0c5eeab6a
BitFields - improved mouse handling for bitfield specification
2019-07-17 11:55:30 -04:00
ghidra1
a7345527c9
BitFields - added preliminary support for composite bitfields
2019-07-17 11:55:29 -04:00
Ryan Kurtz
07129cca77
Merge remote-tracking branch 'origin/GT-2954_MenuData_not_setting_mnemonics'
2019-07-16 13:26:28 -04:00
ghidra1
12af9291c9
GT-2845 - updated ELF Loader to utilize FileBytes and eliminated its use
...
of MemoryBlockUtil
Conflicts:
Ghidra/Features/Base/src/main/java/ghidra/app/util/opinion/ElfLoader.java
2019-07-16 12:34:19 -04:00
dragonmacher
7b5b1fb542
Fixed tools unable to restore Console location information
2019-07-16 12:04:13 -04:00
ghidravore
0792417979
GT-2845: Storing original program bytes in the program database.
2019-07-16 11:31:30 -04:00
Ryan Kurtz
d95fd43762
Merge remote-tracking branch 'origin/GT-2961_ghizard_CategoryPath_delimiter_elimination'
2019-07-16 08:13:09 -04:00
dragonmacher
83d85daabc
Fixed tools unable to restore Listing location information; fixed
...
warning getting printed to console for non-Java binaries
2019-07-15 17:25:02 -04:00
Ryan Kurtz
10372c2e13
Merge remote-tracking branch 'origin/GT-2925-dragonmacher-window-menu-key-bindings'
2019-07-15 16:12:09 -04:00
caheckman
ab7e57c521
Merge remote-tracking branch 'github/Github-732_caheckman_x64cspec'
2019-07-15 15:20:40 -04:00
caheckman
ef12c20829
Fix for "Unknown function tag: scope" error
2019-07-15 15:13:11 -04:00
ghizard
f53e6ce60d
GT-2961 - Adjust DataTypeManagerDB
2019-07-15 14:40:42 -04:00
ghizard
860fe5a2d7
GT-2961 - CategoryPath revert change and supply fix.
2019-07-15 14:40:41 -04:00
ghizard
f62b220e09
GT-2961 - CategoryPath - Changes from first review
2019-07-15 14:40:40 -04:00
ghizard
ea88558241
GT-2961 Escape forward slash delimiter in CategoryPath
2019-07-15 14:40:38 -04:00
ghidra1
e0e2c58eb7
Merge remote-tracking branch 'origin/ghidra1_Emulator'
...
Conflicts:
gradle/root/eclipse.gradle
2019-07-12 16:14:17 -04:00
ghidra1
fca9e847c7
Added pcodetest source code to SleighDevTools module. Corrected
...
certification issues.
2019-07-11 16:46:11 -04:00
Ryan Kurtz
298a72f5d1
Merge remote-tracking branch 'origin/GT-2995_ryanmkurtz_PR-522_achan1989_error'
2019-07-11 14:44:55 -04:00