Commit graph

808 commits

Author SHA1 Message Date
ghidravore
38de9b5082 Merge remote-tracking branch 'origin/GT-3597_ghidra1_UpgradeReferences' 2020-08-26 14:15:38 -04:00
ghizard
26a36ab643 GT-2895 global/public syms + more 2020-08-25 19:11:49 -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
7242816739 GT-61 - Key Bindings - fixed warnings 2020-08-19 17:13:33 -04:00
ghidravore
f831929548 Added concept of displayName to GTree. 2020-08-18 18:27:22 -04:00
ghidravore
e828628bd9 Merge remote-tracking branch 'origin/GT-3599-dragonmacher-analysis-rollback-on-exception' 2020-08-05 12:39:33 -04:00
ghidravore
1d73296e07 Merge remote-tracking branch 'origin/caheckman_FillOutStructure' 2020-08-03 15:10:58 -04:00
caheckman
d82ced0846 New FillOutStructure logic. 2020-08-03 15:07:46 -04:00
ghidravore
513467b150 Merge remote-tracking branch 'origin/caheckman_RenameRegParam' 2020-08-03 13:53:52 -04:00
ghidra1
d22d8374c6 GT-3597 reference upgrade code refactor per review 2020-07-31 11:16:57 -04:00
ghidra1
b176767f07 GT-3597 improved default reference update during language upgrade
redisassembly
2020-07-31 10:03:08 -04:00
ghidra1
ecaa97fda4 GP-38 corrected register alias bug introduced with recent change 2020-07-30 12:29:34 -04:00
caheckman
004a99bb87 Attach handling of "this" to ProtoParameter 2020-07-30 12:22:21 -04:00
ghidra1
898da2b7ee Cleanup of SymbolUtilites javadoc and unused parameters 2020-07-24 16:05:01 -04:00
ghidra1
52f8a49ffe GP-38 minor revisions per review 2020-07-24 15:29:43 -04:00
caheckman
bcc0f7fe38 HighSymbol support for isThis and isHidden properties 2020-07-24 13:15:22 -04:00
caheckman
db139d2b81 Marshaling of hasThisPointer property 2020-07-23 14:48:03 -04:00
ghidra1
e39b2e9ea9 GP-38 Refactored language/context related APIs to return unmodifiable
lists instead of arrays for some register related methods
2020-07-21 19:10:19 -04:00
ghidra1
0386895578 GP-38 additional register management API changes 2020-07-21 19:08:45 -04:00
ghidra1
af58f51519 GP-38 add semi-case-insensitive register get-by-name to Language and
construct various register context implementations with language instead
of register array to avoid need to build name loopup maps.
2020-07-18 14:01:46 -04:00
ghidra1
d0e8b2faad Merge branch 'GT-0_ghidra1_PR-2018_SamL98_writeStackValue'
Conflicts:
	Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/disassemble/Disassembler.java
2020-07-16 16:45:07 -04:00
ghidra1
a6a3186344 Cleanup of EmulatorHelper DataConverter usage 2020-07-16 16:41:00 -04:00
ghidra1
2e61ba2e46 Merge remote-tracking branch 'origin/GP-25_emteere_StoredProgramRegisters' 2020-07-16 15:42:26 -04:00
ghidra1
6224a8d87b Merge remote-tracking branch 'origin/GP-24_emteere_PcodeDisEmulationError_2' 2020-07-16 15:42:08 -04:00
ghidra1
7197b76abe Merge remote-tracking branch 'origin/GP-21_emteere' 2020-07-16 15:41:32 -04:00
ghidra1
837bc8416b Merge branch 'patch' 2020-07-16 15:33:14 -04:00
ghidra1
7906d65aa2 Corrected issues impacting analysis of Harvard Architecture binaries
(e.g., PIC33)
2020-07-16 15:30:12 -04:00
emteere
f79e98dbb3 GP-25_emteere minor code cleanup 2020-07-15 15:53:32 -04:00
emteere
d3a0a93f94 GP-24_emteere simplified to not include setting base offset position of
buffer
2020-07-15 15:47:05 -04:00
emteere
1fc5d70c48 GP-25_emteere_StoredProgramRegisters code review changes 2020-07-14 21:52:34 -04:00
emteere
55e12a53d0 GP-24_emteere_PcodeDisEmulationError_2 minor refactor 2020-07-14 21:27:50 -04:00
emteere
4095810c01 GP-24_emteere fixing disassembly during emulation 2020-07-14 17:10:57 -04:00
emteere
9255d6ba0b GP-24_emteere_PcodeDisassemblyEmulationError refactor from code review 2020-07-14 17:08:45 -04:00
emteere
27f9b750db GP-24_emteere fixing disassembly during emulation 2020-07-14 17:07:43 -04:00
ghidra1
813a24d6d2 Merge remote-tracking branch 'origin/GT-3586_ghidra1_ClearBookmarks' 2020-07-13 14:35:13 -04:00
dragonmacher
3ea1c2bb2b Tests - fixed test failing due to concurrent modification issue 2020-07-10 12:39:35 -04:00
emteere
193e9688c8 GP-21_emteere Performance fix for overlapping namespaces, remove
exception throwing as a return code
2020-07-08 19:30:08 -04:00
ghidra1
9af174f9fe Merge remote-tracking branch 'origin/caheckman_BaseSpaceID' 2020-07-01 16:14:23 -04:00
emteere
9c7c0d4492 GP-25_emteere_StoredProgramRegisters initialize register name map only
as needed, and don't upper case all registers
2020-07-01 14:57:53 -04:00
ghidra1
0d2df489ce Merge remote-tracking branch 'origin/caheckman_EquateDeindirect' 2020-07-01 14:04:12 -04:00
caheckman
e339d91ffd Namespace display options 2020-07-01 08:24:41 -04:00
emteere
fa31a01a10 GP-21_emteere fix for slow performance when creating functions with
disjointed address sets
2020-06-30 14:26:13 -04:00
ghidorahrex
16baf9bdca Merge remote-tracking branch
'origin/GT-3633_adamopolous_PR-1798_saruman9_fix_rename_global_var'

Fixes #1798
2020-06-30 11:40:28 -04:00
caheckman
05c3358fe4 isNameUsed added to DecompileCallback 2020-06-25 19:24:33 -04:00
caheckman
44ed318672 Refactor namespaces to use ids 2020-06-23 16:38:10 -04:00