Commit graph

3397 commits

Author SHA1 Message Date
mumbel
a487f77918 Opinion fix
Does not handle all the cases it can, add in size IMAFC and
generic cases for GC.
2020-11-03 16:41:27 -05:00
mumbel
c9ae8bdd8d Update to RISCV processor module 2020-11-03 16:41:26 -05:00
ghidra1
149407a682 Merge remote-tracking branch 'origin/GP-348_ghidra1_ElfRelrRelocations' into Ghidra_9.2 2020-11-03 14:11:25 -05:00
ghidravore
2a0dbe74f3 Merge remote-tracking branch 'origin/GT-0_ghidravore_fixing_block_actions_to_not_graph_entrire_program--SQUASHED' into Ghidra_9.2 2020-11-03 13:46:04 -05:00
ghidravore
c02ab0160c Changes Program Graph actions to not graph entire program when there is no selection 2020-11-03 13:43:03 -05:00
dragonmacher
58847ff821 Bug fix and test fixes for recent graph changes 2020-11-03 12:22:32 -05:00
emteere
71b50a6929 GP-348_emteere fixed bad ehFrame addresses due to a fix elsewhere in the
code no longer needing a translation
2020-11-03 09:32:00 -05:00
ghidra1
ada1bbec85 Merge remote-tracking branch 'origin/GP-301_ghidra1_PDB_FuncDefDedupe'
into Ghidra_9.2

Conflicts:
	Ghidra/Features/PDB/src/main/java/ghidra/app/util/pdb/pdbapplicator/CompositeTypeApplier.java
2020-11-02 16:27:50 -05:00
ghidravore
5b8be18b40 removed duplicate jungrapht property 2020-11-02 16:18:43 -05:00
ghidra1
e019616507 Merge branch 'GT-2817_emteere_StartPatternAtZero' into Ghidra_9.2 2020-11-02 14:52:27 -05:00
ghidravore
e169e28b48 Merge remote-tracking branch 'origin/GP-310-dragonmacher-graph-service-mouse-handling--SQUASHED' into Ghidra_9.2 2020-11-02 14:19:02 -05:00
ghidravore
d9a1c8906f GP-310 - Graphing - Updated mouse handling to be consistent with other graph widgets. 2020-11-02 14:15:01 -05:00
ghidra1
15a3b26b8e PDB - standardized use of PDB storage preference and hid
PDB Universal options intended for loader use.
2020-11-02 12:45:48 -05:00
emteere
acfe90c86b GP-0_emteere minor fix for potential decompiler namespace lookup
inconsistency
2020-11-02 10:49:18 -05:00
emteere
86ac0e1297 GT-2884 code review changes, refactored code to simplify and reduce
redundant call
2020-11-02 10:02:11 -05:00
ghidra1
021fbf8025 GP-348 Added ELF RELR relocation support 2020-11-01 21:41:55 -05:00
ghidra1
6d56553d72 GP-348 Added ELF RELR relocation related constants 2020-10-30 18:03:16 -04:00
ghidra1
3a18bd8420 Corrected spelling 2020-10-30 16:01:34 -04:00
ghidravore
956e8ef342 Merge remote-tracking branch 'origin/GP-273_jpleasu_objc_typeencoding_fixes--SQUASHED' into Ghidra_9.2 2020-10-30 15:59:14 -04:00
Jason P. Leasure
81a25b6c0e add Objective C 'ATOMIC' for type-encoding 'A' modifier 2020-10-30 15:57:18 -04:00
ghidravore
362b626236 Merge branch 'GT-0_ghidravore_update_jungrapht_to_1.0' into Ghidra_9.2 2020-10-30 15:52:56 -04:00
ghidravore
e1a186ea7f Updated jungraphT to use version 1.0 2020-10-30 15:51:25 -04:00
emteere
a579854efc GT-2884_GT-3583 fix for patterns and function signatures starting at 0x0
address, also after=function in function start patterns
2020-10-30 15:39:23 -04:00
ghidra1
231e4ce148 Merge remote-tracking branch 'origin/GP-352_ExtendedSymbols' into Ghidra_9.2 2020-10-30 14:15:56 -04:00
ghidra1
966fdc025b Merge remote-tracking branch 'origin/GP-196_temporary_varnode_sizes--SQUASHED' into Ghidra_9.2 2020-10-30 14:15:01 -04:00
ghidra1
342ef10c85 GP-196 fixed issue with emulating accessing varnodes in unique space 2020-10-30 14:14:32 -04:00
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
caheckman
343be20e67 Generate symbols to cover internally overlapping varnodes 2020-10-29 16:52:38 -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