Commit Graph

13343 Commits

Author SHA1 Message Date
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
ghidra007
7c867cb19d Update to public change history. 2019-04-29 16:20:52 -04:00
ghidravore
ae8e6302f3 a few more gradle tweaks 2019-04-29 15:48:35 -04:00
ghidravore
1f82aa5e8e a few more gradle fixes 2019-04-29 15:28:16 -04:00
ghidravore
91beac819c Merge remote-tracking branch 'origin/patch'
Conflicts:
	GhidraDocs/certification.manifest
2019-04-29 14:18:05 -04:00
ghidravore
a71dc5b94b Merge remote-tracking branch 'origin/GT-2362_ryanmkurtz_HiDPI' into patch 2019-04-29 14:13:16 -04:00
dev747368
a924662af7 GT-2698 refactor html enable/disable helper methods.
Also fix data type preview / tooltip html escaping of comment string.
2019-04-29 14:10:20 -04:00
Ryan Kurtz
1ca783531f GT-2841: askDomainFile now correctly throws CancelledException. 2019-04-29 13:31:34 -04:00
dev747368
747e6bcc74 GT-2836 fix wrong hex/octal/char scalar operand preview popup 2019-04-29 12:24:20 -04:00
achan1989
1140061529 Report errors about labels in macros. 2019-04-27 14:01:52 +01:00
0x6d696368
69f8247194 Fix #327 by taking the longer of sizeOfRawData or virtualSize.
This fixes all issues of #327.
2019-04-27 14:55:37 +02:00
Dennis Brakhane
416772c426 Z80: fix alternate registers
The 8-bit alternate registers were swapped, the low part of BC'
was specified as being B' instead of C'
2019-04-27 03:01:54 +02:00
ghidra1
a1ed700219 Updated 9.0.3 change history 2019-04-26 18:22:10 -04:00
ghidravore
a50c6e0843 Fixing build issues. 2019-04-26 18:17:11 -04:00
ghidra1
657c9d1f63 Moved language docs to GhidraDocs project 2019-04-26 18:01:29 -04:00
caheckman
ec9e31483a Fine tuning test for redundant COPY pair 2019-04-26 16:43:22 -04:00
caheckman
9f6dd7edfe First pass at removing redundant COPYs 2019-04-26 16:43:21 -04:00
ghidra1
5fa4e7a225 Merge branch 'patch' 2019-04-26 14:43:57 -04:00
ghidra1
2207c2c14d Resolved gradle configure issue 2019-04-26 14:39:42 -04:00
Ryan Kurtz
5dce6ff642 GT-2838 (closes #460)
Pulled-from: Jeremy O'Brien <neutral@fastmail.com>
2019-04-26 12:59:26 -04:00
Ryan Kurtz
657a8912b5 GT-2837 (closes #431)
Pulled-from: vgmoose <me@vgmoose.com>
2019-04-26 12:36:41 -04:00
Ryan Kurtz
2313b8c95c GT-2696: idaxml.py negative memory reference fix (#213). 2019-04-26 12:15:41 -04:00
ghidra1
76cbc8a9ac Corrected missing IP for commons-lang3-3.9.jar 2019-04-26 11:32:54 -04:00
caheckman
4e3d6552bd Fix allowing decompiler to simplify some forms of division/remainder
constructions
2019-04-26 11:08:58 -04:00
ghidra1
d3fa5cd06c Updated comment regarding GhidraDev copy during build 2019-04-26 11:08:56 -04:00
Ryan Kurtz
a7026ecb9b GT-2362: Improving guidance on dealing with HiDPI monitors in Linux
(#1).
Also no longer recommending official OpenJDK 11 since it's not LTS.
Recommending AdoptOpenJDK or Amazon Corretto.
2019-04-26 09:48:15 -04:00
ghidra4
7bf9f31c95 Moved jacocoReport configs to doFirst 2019-04-26 09:22:05 -04:00
ghidravore
4a14f217e0 fixed test environment tool loading to work from jar files 2019-04-25 18:18:07 -04:00