Commit Graph

3368 Commits

Author SHA1 Message Date
ghidra1
eae51274e8 minor cleanup 2020-10-30 14:12:59 -04:00
ghidra1
939e000113 Corrected typo 2020-10-30 14:03:52 -04:00
ghidra1
f0b5c6f8c7 Improved build for sleigh parser (antlr) 2020-10-30 13:58:40 -04:00
emteere
f9631c0d34 GP-345 Minor change to fix Decompiler not decompiling some undefined
functions referenced by FDETable
2020-10-29 23:17:42 -04:00
ghidra1
9cfaea7328 Merge remote-tracking branch 'origin/Ghidra_9.2_release_notes_20201007'
into Ghidra_9.2
2020-10-29 19:13:36 -04:00
ghidra1
d3950946e6 Merge remote-tracking branch 'origin/GP-343_AARCH64neon' into Ghidra_9.2 2020-10-29 18:55:15 -04:00
ghidra1
40a55b0d6b Merge remote-tracking branch
'origin/GP-181_James_x64_zero_extend_32_bit_results' into Ghidra_9.2
2020-10-29 18:52:48 -04:00
ghidra1
adcbe57068 Merge remote-tracking branch 'origin/GP-295-296-ghidra1-PDB_Refinements' into Ghidra_9.2 2020-10-29 17:38:16 -04:00
ghidra1
f459844cda GP-296 avoid separately resolving nested composite definitions to avoid
duplicates.  Allow them to be resolved as needed (e.g., function
definitions).
2020-10-29 17:36:55 -04:00
ghidravore
0fd6a99f51 Merge remote-tracking branch 'origin/GP-256-dragonmacher-ast-graph-exceptions' into Ghidra_9.2 2020-10-29 16:28:22 -04:00
ghidravore
858a27a30e Merge remote-tracking branch 'origin/GP-307-dragonmacher-graph-tooltips--SQUASHED' into Ghidra_9.2 2020-10-29 16:24:26 -04:00
dragonmacher
c5087c7ef0 GP-307 - Graph - Add ability to disable tootlips; better tooltip behavior 2020-10-29 16:00:30 -04:00
ghidravore
490bc9ffa9 GT-308 preserved graph satellite state between graph instantiations.
(also changed the timing for when preferences are loaded into the tool
so that they happen before plugins get initialized)
2020-10-29 15:13:43 -04:00
ghizard
2874b49562 Ghidra_9.2 Release Notes - additions 2020-10-29 13:15:47 -04:00
ghidravore
8dffa0384e fixed source/destination tool configs for Version Tracking 2020-10-28 18:20:04 -04:00
dragonmacher
edc8efdbf6 GP-256 - Graphing - fixed AST graph exceptions 2020-10-28 17:52:12 -04:00
ghidra1
49736ceb01 Corrected FileFormats module IP 2020-10-28 16:16:17 -04:00
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
caheckman
017b92ac2e Updating documentation to include token endianess override 2020-10-28 11:38:32 -04:00
caheckman
797fb69005 Disable SLEIGH endian check for mixed endian architectures 2020-10-28 11:38:31 -04:00
caheckman
1022be3a22 eliminate rest of simd_address_at 2020-10-28 11:38:29 -04:00
caheckman
6ed4ce628c token endianness 2020-10-28 11:38:27 -04:00
caheckman
a4f5472e94 Refactor AARCH64 neon 2020-10-28 11:38:26 -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
ghizard
fabf5ce92e Ghidra_9.2 Release Notes - date change 2020-10-26 17:47:46 -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