Commit graph

3339 commits

Author SHA1 Message Date
ghidra1 e425cca3ce Corrected additional IP issues 2020-10-28 14:52:55 -04:00
ghidravore 33d01b78d6 Merge branch 'Ghidra_9.2' of ssh://git@gitlab.evoforge.org/ghidra/ghidra.git into Ghidra_9.2 2020-10-28 14:32:23 -04:00
ghidravore afd5baa914 changed the gradle file for jungrapht to point to RC9. 2020-10-28 14:32:09 -04:00
ghidra1 3b39806263 GP-254 corrected sevenzipjbinding IP 2020-10-28 13:25:21 -04:00
ghidra1 aa6319b8c6 GP-302 additional corrections to DataUtilities. 2020-10-28 12:58:42 -04:00
ghidravore c10d1f1b50 Merge remote-tracking branch 'origin/GP-342_jpleasu_fix_ghidrajarbuilder_resource_leak' into Ghidra_9.2 2020-10-28 12:12:32 -04:00
Jason P. Leasure 3c67323c25 fix Ghidra jar builder "too many files open" resource leak 2020-10-28 10:50:57 -04:00
ghidravore 7764f965be using the jugrapht snapshot jar. 2020-10-27 18:42:41 -04:00
ghidra1 38388aa940 Merge remote-tracking branch 'origin/GP-254_dev747368_update_7zip_libs' into Ghidra_9.2 2020-10-27 17:54:24 -04:00
ghidra1 5730e503e5 Merge remote-tracking branch 'origin/GP-267_ASAN' into Ghidra_9.2 2020-10-27 17:29:12 -04:00
ghidra1 8dfe8ca13a Merge remote-tracking branch 'origin/GP-258_dev747368_fix_pe_securitycertificate--SQUASHED' into Ghidra_9.2 2020-10-27 17:16:15 -04:00
ghidra1 f04c7fb222 GP-258 code review changes
GP-258 additional safety check on length of element
GP-258 remove unused read clamped value method
GP-258 remove unused class
GP-258 fix reading PE security certificates
2020-10-27 17:15:48 -04:00
ghidra1 16b177b2cf GP-302 Corrected DataUtilities improper clearing of code units 2020-10-27 17:11:41 -04:00
ghidra1 65d8648420 GP-302 Reverted changed to PointerDataType referenced type default
(deferring change for future consideration)
2020-10-27 17:11:39 -04:00
Jason P. Leasure fe7d6cf9da use only gradle 5.0 2020-10-27 16:09:55 -04:00
caheckman 96910671b0 Changed handling of reheritaged memory locations 2020-10-27 15:09:30 -04:00
ghidravore 4e0f5ca2b1 Merge remote-tracking branch 'origin/GP-322-dragonmacher-action-context-npe' into Ghidra_9.2 2020-10-27 14:55:02 -04:00
ghidravore 585684b41a Merge remote-tracking branch 'origin/GP-306_ghidravore_default_graph_titles' into Ghidra_9.2 2020-10-27 14:51:37 -04:00
ghidravore 7e53da0aed Merge remote-tracking branch 'origin/GP-269_jpleasu_add_bundle_examples--SQUASHED' into Ghidra_9.2 2020-10-27 14:27:59 -04:00
Jason P. Leasure 2a21ce4d97 add example bundles extension 2020-10-27 14:26:32 -04:00
ghidravore ffc96a24b4 Merge remote-tracking branch 'origin/GP-314_jpleasu_fix_save_restore_script_action_binding' into Ghidra_9.2 2020-10-27 14:15:20 -04:00
ghidravore cefacd49be Merge remote-tracking branch 'origin/GP-289_ghidravore_gtree_dispose_issue--SQUASHED' into Ghidra_9.2 2020-10-27 14:12:51 -04:00
ghidravore cd2951fcbf fixing issue where disposing FSB tree while a filter was applied caused error. Also fixed issue with actions on tree with active filter 2020-10-27 13:51:48 -04:00
dragonmacher 5ee95bc518 GP-322 - Updated program location action context to handle a null
location
2020-10-27 12:43:24 -04:00
Jason P. Leasure 7bd8e0fed9 fix script action persistence ("in tool" state save/restore) 2020-10-26 14:48:23 -04:00
ghidra1 60370df094 Merge remote-tracking branch 'origin/GP-282_jpleasu_non-bundle_jar_NPE--SQUASHED' into Ghidra_9.2 2020-10-26 12:27:44 -04:00
ghidra1 6107f29a95 GP-302 corrected issue affected ELF PLTGOT bounds determination.
Corrected various pointer and data related issues
2020-10-23 18:57:11 -04:00
ghidravore d2e0b350f4 GP-306 fixing graph titles 2020-10-23 18:09:29 -04:00
ghidravore 1c145dd781 Moved setLayout into a task to fix a race condition when popping up the
cancel dialog
2020-10-22 14:59:06 -04:00
dragonmacher ba80c729ec Test fixes 2020-10-22 11:25:03 -04:00
Jason P. Leasure 636a20c8e2 fix NPE when adding jar with no manifest, improve error handling 2020-10-22 09:06:16 -04:00
ghidravore 930c6cfbb6 Merge remote-tracking branch 'origin/GT-0_ghidravore_fixing_duplicate_graph_actions_on_reuse_graph--SQUASHED' into Ghidra_9.2 2020-10-21 11:50:13 -04:00
ghidravore 66d052ce24 fixing duplicate graph actions when re-using a graph. Also fixed problem with actions being added on non-swing thread. 2020-10-21 11:49:29 -04:00
ghidra1 e7661ada57 GP-281 Corrected unrelease lock error due caused by exception 2020-10-19 15:46:38 -04:00
dev747368 f10c1ed6cc GP-254 update 7zip library to 16.02-2.01 2020-10-14 14:44:48 -04:00
ghidra1 55e562650f Corrected residual action enablement/tooltip issues 2020-10-14 12:14:31 -04:00
ghidra1 165a767365 Merge remote-tracking branch 'origin/caheckman_UndefinedFunction' into Ghidra_9.2 2020-10-13 18:21:55 -04:00
caheckman 078159dd29 Scope id fix for external references 2020-10-13 17:45:53 -04:00
Xiaoyin Liu 491b480c49 Fix typo in PdbUniversalAnalyzer.java
"Platform-indepent" -> "Platform-independent"
2020-10-13 17:25:21 -04:00
ghidravore 0639622c86 Merge remote-tracking branch 'origin/GP-255_dev747368_fix_action_enablements--SQUASHED' into Ghidra_9.2 2020-10-13 16:28:43 -04:00
ghidravore 0e37dbfb39 GT-255 fix various menu enablements and name updating 2020-10-13 16:27:04 -04:00
Ryan Kurtz be5664a446 Fix for exception when loading PE's with at least 1 empty section name
Incorporating the section index into the renamed empty section name
2020-10-13 14:11:47 -04:00
ghidra1 4bcce4d23b Corrected ELF NPE 2020-10-13 11:48:06 -04:00
emteere 04ddbf5981 Fixes for building SleighEditor, buildreadme, and added popcount to
grammar
2020-10-09 17:40:00 -04:00
ZeeWanderer e33d593e52 [Windows, PDB, MSVC] Use $(DefaultPlatformToolset) in pdb project + minor solution refactor 2020-10-09 17:27:22 -04:00
ghidra1 63be47d026 Merge branch 'GP-252_ghidra1_ELF_DT_JMPREL_and_Externals' into Ghidra_9.2 2020-10-09 16:54:18 -04:00
ghidra1 13084129f3 GP-252 Corrected ELF relocation processing for DT_JMPREL and markup of
PLT when sections have been stripped
2020-10-09 16:53:30 -04:00
dragonmacher 63bdf81b92 Fixed of recent change to window manager 2020-10-09 16:45:03 -04:00
ghidravore 14d7e1f908 Merge remote-tracking branch 'origin/GT_153_ghidravore_changing_graph_api--SQUASHED' into Ghidra_9.2 2020-10-09 14:35:57 -04:00
ghidravore 592b8a3cfc Changed graph api to use vertex and edge object instead of ids. 2020-10-09 14:27:29 -04:00