ghidra1
eb59366386
Merge remote-tracking branch 'origin/patch'
2020-02-05 16:36:46 -05:00
ghidra1
36b1246829
Merge remote-tracking branch
...
'origin/GT-3521_dev747368_Method_is_not_Remote_patch' into patch
2020-02-05 15:26:37 -05:00
dev747368
4342b5b9a9
GT-3521 fix problem with "Method is not Remote" when connecting
...
A recent change in java's RemoteObjectInvocationHandler added an
additional check to ensure that the interface a method was declared on
was also marked with the Remote marker interface. Previously the check
was looser and only checked if the entire proxied object implemented
Remote.
The change was made in commit be35f9ef53774a87662ad7a0bb978986ea56ca78:
be35f9ef53
The error the user would encounter would say something about "Method is
not Remote" and something about "RepositoryServerHandle.isReadOnly()".
2020-02-05 11:37:08 -05:00
Benjamin Levy
74fae2f644
Merge branch 'master' of
...
https://github.com/NationalSecurityAgency/ghidra into spell
2020-01-29 11:37:23 -05:00
Benjamin Levy
a5efecea84
Fix spelling errors
2020-01-26 22:39:18 -05:00
ghidravore
c4e19ef17d
GT-3465 fixed bug where random bytes get inserted when expaning memory
...
block in some situations
2020-01-21 17:28:33 -05:00
Ryan Kurtz
6e6bdffe86
Merge branch 'GT-3362_ryanmkurtz_PR-1287_astrelsky_DocumentationFixes'
...
Conflicts:
Ghidra/Framework/Docking/src/main/java/docking/action/DockingAction.java
2019-12-02 13:22:08 -05:00
astrelsky
ebde7cd6d2
Javadoc Fixes
2019-12-01 21:58:51 -05:00
ghidra1
ea5b523f82
Improved DB error handling to better react to future DB schema revisions
2019-11-26 12:30:39 -05:00
ghidra1
cbd270cec2
GT-3126 corrected FileBytes issue with undo/redo. Also corrected
...
FileBytes bug which could result in empty DBBuffer.
2019-08-30 15:18:33 -04:00
ghidra1
a7345527c9
BitFields - added preliminary support for composite bitfields
2019-07-17 11:55:29 -04:00
ghidravore
0792417979
GT-2845: Storing original program bytes in the program database.
2019-07-16 11:31:30 -04:00
ghidra1
27a19596c7
Merge remote-tracking branch 'origin/ghidra1_ReverseIndexIterate'
2019-07-03 15:12:55 -04:00
ghidra1
8495cc68ee
ChainedBuffer - corrected issues related to buffer obfuscation and use
...
of source data buffer
2019-05-28 15:17:12 -04:00
ghidra1
db2e38e24e
Corrected full reverse index iteration
2019-05-03 14:49:10 -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
f1e50fb079
Major refactoring of the gradle build system.
2019-04-23 15:20:26 -04:00
Dan
79d8f164f8
Candidate release of source code.
2019-03-26 13:46:51 -04:00