Commit graph

3940 commits

Author SHA1 Message Date
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
James
e3ae5a0370 GT_2757 fixed java stream decompile bug 2019-07-10 15:34:26 -04:00
dragonmacher
a88ecfe6b5 GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
test and review fixes
2019-07-09 18:56:48 -04:00
dragonmacher
6015650079 GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
test and review fixes
2019-07-08 17:41:56 -04:00
dragonmacher
0ddd33978e Updated generic application name to include version 2019-07-05 12:16:13 -04:00
ghidra1
27a19596c7 Merge remote-tracking branch 'origin/ghidra1_ReverseIndexIterate' 2019-07-03 15:12:55 -04:00
Ryan Kurtz
c2c9ac21c0 GT-2966: SymbolType is missing a LABEL static field (closes #712). 2019-07-02 10:25:34 -04:00
dragonmacher
10621008e0 GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
Step  - Added 'snapshot' concept to base Component Provider to fix how
actions are added to the toolbar and menu; fixed bugs and tests
2019-06-28 18:40:47 -04:00
dragonmacher
3946a05ded GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
Step 7 - Untangled and removed the key binding management from the
ActionToGuiMapper; fixed bugs and tests
2019-06-28 15:20:13 -04:00
dragonmacher
d684ee3ce6 GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
Step 6 - added action to 'Go To Last Provider'; cleanup for review
2019-06-28 07:56:40 -04:00
dragonmacher
115243801e GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
Step 5 - cleanup of old key binding support constructor parameter; start
of cleanup of DockingActionProviderIf
2019-06-27 15:38:06 -04:00
dragonmacher
ff4b3736b9 GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
Step 4 - cleanup of old getIcon() overridden methods
2019-06-26 16:31:50 -04:00
dragonmacher
fa75f7dff6 GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
Step 3 - removed old plugin pattern of creating special actions to show
their respective providers; updated inception information for new action
2019-06-26 15:30:34 -04:00
Ryan Kurtz
1003286382 Merge remote-tracking branch 'origin/GT-2959_dragonmacher_PR-677_NicolaasWeideman_varnode_ast_equals' 2019-06-26 09:52:28 -04:00
ghidra1
a15c70950f Added extensions GnuDisassembler and SleighDevTools 2019-06-25 09:40:15 -04:00
dragonmacher
f510ddf338 GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
Step 2 - fixed bug that allowed dummy actions into the toolbar; updated
DockingAction to handle null keybindings the same way as null menu and
toolbar data
2019-06-21 18:37:46 -04:00
dragonmacher
8c11c1eebd GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
Step 1 - basic plumbing and tests
2019-06-21 18:16:10 -04:00
Tom Nelson
007cd0bca7 Fix MenuData so ampersand is not removed from String[] that is passed to
getMnemonic method. Add conditional to ensure that menuPath cannot be set
with an empty String[]. Add unit test to enforce expected behavior.
2019-06-21 16:31:51 -04:00
nicolaas
f15798ccf9 Add null check for def of other VarnodeAST in equals method 2019-06-21 11:07:52 -07:00
Ryan Kurtz
80d5dcd44f Merge remote-tracking branch 'origin/GT-2941_ryanmkurtz_fatjar' 2019-06-20 08:52:51 -04:00
dragonmacher
a77efd2524 GT-2947 - updated Edit Function dialog to put focus in the signature
field by default; added undo/redo support
2019-06-19 17:44:34 -04:00
Ryan Kurtz
d8da078251 GT-2941: Generic support for moving "fat jar" to the end of the
classpath.
2019-06-18 12:07:56 -04:00
GhidorahRex
ba37c1bae4 Corrected manual index bug in development mode. 2019-06-18 10:35:11 -04:00
ghidra1
7c5523362c Emulator - added simplified program emulation API via EmulatorHelper 2019-06-14 15:54:44 -04:00
ghidra1
8377f8394b Eliminate use of jcalendar. Replaced DateEditor with non-editable
display for Options use.
2019-06-13 15:36:26 -04:00