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 |
|
ghidra1
|
c272115d64
|
FID - Corrected FID script to reflect Demangler changes
|
2020-10-08 15:38:17 -04:00 |
|
ghidra1
|
b83f327e47
|
Added direct references to MemoryBlock.EXTERNAL_BLOCK_NAME instead of
hard-coded string
|
2020-10-08 14:04:20 -04:00 |
|
dragonmacher
|
e4f61fa06d
|
Removed debug statement
|
2020-10-08 14:03:10 -04:00 |
|
ghidra1
|
3cd26120a3
|
Corrected issue with Program metadata which included CustomerOption.
Cleanup PDB analyzer related error reporting.
|
2020-10-08 12:44:41 -04:00 |
|
ghidra1
|
4295690e0b
|
Merge branch 'ghizard_PDB_More_Refinements' into Ghidra_9.2
|
2020-10-07 19:12:19 -04:00 |
|
ghidra1
|
b2eb2aaa65
|
PDB - Corrected symbol mapping using OMAP and enabled PDB Universal
Analyzer as default. Renamed old PDB analyzer to PDB MSDIA.
|
2020-10-07 19:10:20 -04:00 |
|
ghidravore
|
b8a71a2ea2
|
Merge remote-tracking branch 'origin/GP-153_ghidravore_actions--SQUASHED' into Ghidra_9.2
|
2020-10-07 18:03:43 -04:00 |
|
ghidravore
|
532a1d4fd0
|
Adding capbility to add DockingActions to GraphDisplay. Also, wired in the help for existing actions.
|
2020-10-07 17:58:48 -04:00 |
|
dragonmacher
|
bd00e97bee
|
Added stack trace to exception to get more diagnostic output
|
2020-10-07 11:46:14 -04:00 |
|
dev747368
|
20a7860856
|
GP-227 Handle IllegalArgumentException during batch import #2328
Fixes github issue #2328. Catch and log IllegalArgumentException along
with the other exceptions that might be thrown by a loader.
|
2020-10-06 15:08:09 -04:00 |
|
caheckman
|
7c0b21f0dc
|
Convert to Scope ids
|
2020-10-06 11:10:24 -04:00 |
|
caheckman
|
97b04cac7e
|
Variable length types
|
2020-10-06 11:10:23 -04:00 |
|
dragonmacher
|
02e6c66f11
|
Fixed failing tests due to recent merges
|
2020-10-06 10:53:33 -04:00 |
|
emteere
|
a1a49b204c
|
GP-183_emteere split cspec for SH2A which includes floating point
registers. Couldn't use superh.cspec. 1/2 don't have these floating
point registers
|
2020-10-05 17:34:55 -04:00 |
|
dragonmacher
|
108b0eade7
|
Help location fix
|
2020-10-05 17:32:59 -04:00 |
|
dragonmacher
|
a3a550e89a
|
Merge branch 'GP-225_dragonmacher_PR-2301_astrelsky_ConvertToClassAction' into Ghidra_9.2
|
2020-10-05 17:30:46 -04:00 |
|
dragonmacher
|
54a5843703
|
GP-225 - Convert to Class Action
|
2020-10-05 17:28:02 -04:00 |
|
ghidravore
|
cc65ab7e4a
|
added code to prevent adding duplicate children to a gtree node
|
2020-10-05 17:20:15 -04:00 |
|
astrelsky
|
239f400fe1
|
Added ConvertToClassAction help documentation and tests
|
2020-10-04 19:12:39 -04:00 |
|
emteere
|
42b8eb3096
|
GT-3394_emteere fix for wrong store/load register list in Thumb mode for
VLDMIA/VSTMIA instructions
|
2020-10-02 15:24:00 -04:00 |
|
ghidra1
|
2a62adfa96
|
Merge remote-tracking branch 'origin/GP-183__PR-2218_esaulenka_sh2-float' into Ghidra_9.2
|
2020-10-02 14:56:05 -04:00 |
|
Jason P. Leasure
|
788cbc2182
|
make tooltip on script error icon less generic
|
2020-10-02 11:05:44 -04:00 |
|
dragonmacher
|
874893468e
|
Fixed spelling error
|
2020-10-02 10:56:46 -04:00 |
|
ghidra1
|
6927b8e0f5
|
Corrected certification issues
|
2020-10-01 14:32:01 -04:00 |
|
ghidravore
|
b647c6cd5b
|
Miscellanious bug fixes and code clean up.
|
2020-10-01 12:02:08 -04:00 |
|
ghidra1
|
608e74f873
|
Corrected GraphServices jheaps dependency
|
2020-10-01 10:51:18 -04:00 |
|
dragonmacher
|
db86e69c82
|
Merge branch 'GP-1-dragonmacher-task-dialog-no-chomp' into Ghidra_9.2
|
2020-09-30 16:16:53 -04:00 |
|
dragonmacher
|
0f4c9cf355
|
Fixed recent breaking of task dialog that caused the chomping bits to go
not get shown
|
2020-09-30 16:16:36 -04:00 |
|
dragonmacher
|
947c99a170
|
GP-186 - Ghidra Dev Plugin - applied previous fix to an additional file
|
2020-09-30 15:15:00 -04:00 |
|
ghizard
|
10702d0569
|
PDB - adjust dump output lines on PdbDebugInfo
|
2020-09-30 12:16:46 -04:00 |
|
ghizard
|
92ebc36382
|
PDB - Added OMAP to DebugData and starting to investigate its use.
|
2020-09-30 12:16:35 -04:00 |
|
ghidra1
|
b816f4a939
|
PDB Refinements - integrated new PDB Universal with Load/Download
actions and corrected PDB age related issue.
|
2020-09-30 12:04:12 -04:00 |
|
ghidra1
|
5c79ebf6e3
|
Restored ProgramExaminer class
|
2020-09-30 11:40:20 -04:00 |
|
James
|
6dd7b69157
|
GP-152 updated binutils
GP-152 updated to binutils 2.34
|
2020-09-29 18:06:23 -04:00 |
|
dragonmacher
|
2db5194f9e
|
Merge branch 'GP-214-dragonmacher-gnu-demangler-parse-bug' into Ghidra_9.2
|
2020-09-29 17:09:44 -04:00 |
|
dragonmacher
|
bc4cf7de5f
|
GP-214 - Gnu Demangler - fixed parsing failure for templated left-shift
operator
|
2020-09-29 17:08:59 -04:00 |
|
ghidra1
|
18fe576f82
|
Merge remote-tracking branch 'origin/GT-3490_byteprovider_eof_minimal_changeset--SQUASHED' into Ghidra_9.2
|
2020-09-29 15:52:43 -04:00 |
|
ghidra1
|
4e1b743901
|
GT-3490 fix reading past EOF in ByteProviders
|
2020-09-29 15:51:28 -04:00 |
|