Commit Graph

7770 Commits

Author SHA1 Message Date
dragonmacher
26b2dfef94 Tests - fix for test focus issue 2019-05-08 11:09:23 -04:00
ghidravore
0a0b716266 Merge remote-tracking branch 'origin/GT-2839_caheckman_RedundantCopies' 2019-05-08 11:01:58 -04:00
dragonmacher
e44b35e3a9 GT-2846, 2847 - Decompiler - doc fix 2019-05-08 09:45:53 -04:00
Saagar Jha
5b69bfe129 Add option to hoist menu bar out of window on macOS 2019-05-07 13:21:56 -07:00
dragonmacher
175da7cf02 GT-2846, 2847 - Decompiler - updated Decompiler to allow double-click
navigation of 'goto' statements and brace pairs
2019-05-06 18:33:58 -04:00
Andrew Cooper
28d473fed9 x86: Support for {RD,WR}{FS,GS}BASE instructions
This was derived from the existing readPID instruction, whose encoding is very
similar.

Fixes #554
2019-05-06 19:35:08 +01:00
ghidra1
db2e38e24e Corrected full reverse index iteration 2019-05-03 14:49:10 -04:00
ghidravore
fb3975e4ef Merge remote-tracking branch 'origin/GT-2640_ghidravore_decompiler_locations' 2019-05-03 13:58:53 -04:00
ghidravore
2e90cffaa6 Merge remote-tracking branch 'origin/GT-2699-Ghidravore-stack_trace_when_deleting_mem_section' 2019-05-03 13:50:58 -04:00
dev747368
e3b2dfe492 GT-2836 - simplify method 2019-05-03 13:15:07 -04:00
dragonmacher
a4609c50f2 Tests - fixed failing tests 2019-05-03 13:15:05 -04:00
ghidravore
38ef7ce792 GT-2640 - fixing decompiler context to always return a
DecompilerLocation or null
2019-05-03 11:49:36 -04:00
Dan
931b27dff0 Added MWE of failing reversed index iteration to unit tests. 2019-05-03 10:21:48 -04:00
ghidra1
9d08754877 Preliminary pass at reverse index table iteration 2019-05-02 18:56:15 -04:00
ghidravore
c004a11c6b Merge remote-tracking branch 'origin/GT-2844-dragonmacher' 2019-05-02 16:34:58 -04:00
ghidravore
eee6fb2df7 oops 2019-05-02 16:34:16 -04:00
ghidravore
041e59aeaf Merge remote-tracking branch 'origin/GT-2824-dragonmacher'
Conflicts:
	Ghidra/Features/Base/src/main/java/ghidra/app/script/ScriptInfo.java
2019-05-02 16:32:18 -04:00
ghidravore
d3b2ef3928 Merge remote-tracking branch 'origin/GT-2732-dragonmacher' 2019-05-02 16:23:17 -04:00
ghidravore
e4146ac79a Merge remote-tracking branch 'origin/GT-2841_ryanmkurtz_askDomainFile' 2019-05-02 16:17:38 -04:00
ghidravore
1c43c6dc91 Merge remote-tracking branch 'origin/GT-2838_ryanmkurtz_PR-460_neutralinsomniac_ida_sys' 2019-05-02 16:16:44 -04:00
ghidravore
6a57aa53aa Merge remote-tracking branch 'origin/GT-2837_ryanmkurtz_PR-431_vgmoose_typo' 2019-05-02 16:16:01 -04:00
ghidravore
273430ed25 Merge remote-tracking branch 'origin/GT-2696_ryanmkurtz_idaxml_negative' 2019-05-02 16:14:50 -04:00
ghidravore
45222ad4d3 Merge remote-tracking branch
'origin/dev747368_GT-2698_hostile_html_whack_a_mole_UI_stuff'

Conflicts:
	Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/analysis/AnalysisPanel.java
2019-05-02 14:24:37 -04:00
caheckman
62fe9ad75e fine tuning for dominant COPY model 2019-05-02 13:54:36 -04:00
dragonmacher
cee63184d0 GT-2732 - Hovers - review fixes 2019-05-02 11:02:35 -04:00
dragonmacher
85a1017102 GT-2844 - Data Type Preview - fixed bug that cased rendering failure in
table
2019-05-02 10:42:44 -04:00
caheckman
faa69124ab dominant COPY model working 2019-05-02 08:59:41 -04:00
ghidravore
c02f7167a5 GT-2699 fixed stack trace when deleting (large) memory section 2019-05-01 18:30:11 -04:00
dragonmacher
e82796a4aa GT-2732 - Hovers - fixup to escape data 2019-05-01 18:29:50 -04:00
ghidra1
c4bbff8195 Merge remote-tracking branch 'origin/patch' 2019-05-01 18:13:57 -04:00
dragonmacher
853759ef7c GT-2732 - Hovers - Created a hover for a reference to an address that is
not in memory
2019-05-01 18:11:32 -04:00
ghidra1
c9ac20f6e7 Merge remote-tracking branch 'origin/GT-2747_PDB' into patch 2019-05-01 17:49:39 -04:00
Millar David B d-millar
c66f767c32 basic cleanup of string functions in pdb.exe 2019-05-01 17:46:26 -04:00
ghidra1
5d41838e1e Merge remote-tracking branch 'origin/GT-2843_Issue_521' into patch 2019-05-01 17:37:36 -04:00
ghidra1
9da3e0e59a Trimmed SDK version values to eliminate newline 2019-05-01 17:28:41 -04:00
astrelsky
17c10c5c45 Fixed detection of VS SDK and VCTools Versions 2019-05-01 17:13:53 -04:00
ghidravore
e8f3694eb9 GT-2623 fixing GhidraJarMode 2019-05-01 16:49:31 -04:00
ghidra1
64deecced9 GT-2842 correct minor bugs and improve handling of ASCII char strings
when char-size is greater than 1
2019-05-01 15:48:43 -04:00
ghidra4
b90e7cf868 Minor rename and refactor 2019-05-01 15:09:22 -04:00
dragonmacher
e5aaaa9a19 GT-2824 - Comments - Upgrade to LCS for diffing 2019-05-01 14:58:37 -04:00
ghidra1
776b8b73b2 Merge remote-tracking branch 'origin/patch'
Conflicts:
	gradleScripts/distribution.gradle
2019-05-01 11:15:53 -04:00
ghidra1
837c4641c3 Corrected LICENSE inclusion in build 2019-05-01 11:08:50 -04:00
ghidra1
1cd74f0dc4 Corrected LICENSE inclusion in build 2019-05-01 11:05:30 -04:00
caheckman
908632eac0 some crucial fixes for dominant COPY model 2019-04-30 18:31:12 -04:00
ghidravore
c9d3f7b838 fixed extension zips to include LICENSE.txt file 2019-04-30 16:31:39 -04:00
ghidra1
11943eb091 Merge remote-tracking branch 'origin/patch'
Conflicts:
	gradleScripts/distribution.gradle
2019-04-30 14:46:53 -04:00
ghidravore
0190825e01 fixed so that LICENSE.txt is included in extension zips 2019-04-30 14:33:24 -04:00
ghidra4
77d711dbce testJar and integrationTestJar task now produce jar files with different names 2019-04-30 12:31:09 -04:00
caheckman
00bbc8516b progress towards dominant COPY model 2019-04-30 12:13:58 -04:00
ghidravore
7baa82a53a moved ip dependency to file where ip task is defined. 2019-04-29 16:36:53 -04:00