Commit Graph

4385 Commits

Author SHA1 Message Date
ghidra1
2143c4961d Merge remote-tracking branch 'origin/GP-1053_DecompilerConversion' into patch 2021-07-06 14:22:07 -04:00
ghidra1
67758197e9 Merge remote-tracking branch 'origin/GP-1099_ryanmkurtz_jython-file'
into patch (Closes #3181)
2021-07-06 14:21:42 -04:00
Ryan Kurtz
cd89f0e00f GP-1099: Supporting the __file__ attribute in Jython scripts 2021-07-06 12:23:25 -04:00
ghidra1
9a1e83d9ce GP-1042 corrected tests 2021-07-06 09:14:39 -04:00
ghidra1
b3261c0634 GP-1097 Corrected ELF Import relocation error reporting when missing
relocation handler
2021-07-02 12:32:53 -04:00
caheckman
1391e83ce9 Decompiler window integer conversions 2021-07-02 12:01:41 -04:00
ghidra1
879a249fb1 GP-1063 corrected ARMv5 emulation issue 2021-07-02 09:14:56 -04:00
ghidra1
64d5090d54 GP-1042 corrected source type for return-param 2021-07-02 09:03:55 -04:00
ghidra1
597a66cd11 Merge remote-tracking branch 'origin/GP-1091_ryanmkurtz_exporter-relocs' into patch 2021-07-02 08:40:55 -04:00
ghidra1
176e998e0e Merge remote-tracking branch
'origin/GP-1080_ryanmkurtz_Debugger-natives' into patch (Closes #3160,
Closes #3177)
2021-07-02 08:32:07 -04:00
ghidra1
877e53a178 Merge remote-tracking branch 'origin/GP-1041_SymbolSizeException' into patch 2021-07-02 08:31:02 -04:00
Ryan Kurtz
524badc9d4 GP-1080: Preventing native test binaries from getting built for the
distribution
2021-07-01 14:38:24 -04:00
Ryan Kurtz
1407f36177 GP-1091: PE and ELF exporters no longer error out when processing
non-file-backed relocations.
2021-07-01 09:51:16 -04:00
ghizard
e12d02eeb2 GP-1086 - Fix PDB constructor signature bug 2021-06-29 14:12:55 -04:00
ghidra1
fffc06c0bc Merge remote-tracking branch 'origin/GP-0_Dan_IgnoreFailingGdbTests' into patch 2021-06-28 10:06:43 -04:00
ghidra1
884303c23d Merge remote-tracking branch
'origin/GP-1074_ryanmkurtz_PR-2742_marcushall42_null-script' into patch
(Closes #2742)
2021-06-25 14:35:00 -04:00
ghidra1
e990807b25 Merge remote-tracking branch 'origin/GP-1072_Dan_fixSomeDBTraceDeadlocks' into patch 2021-06-25 14:33:38 -04:00
ghidra1
4dbf6925e3 Merge remote-tracking branch 'origin/GP-1070_dev747368_ext4_multilevel_extents--SQUASHED' into patch 2021-06-25 14:33:07 -04:00
ghidra1
931c48c930 Merge remote-tracking branch 'origin/GP-1066_ryanmkurtz_Java18' into patch 2021-06-25 14:32:36 -04:00
ghidra1
899cef75fb Merge remote-tracking branch
'origin/GP-1056-dragonmacher-reference-issue' into patch (Closes #3141)
2021-06-25 14:31:56 -04:00
dev747368
b6fe27ea92 GP-1070 Ext4 filesystem - handle multi-level extent nodes
Reuse the code that was traversing extent nodes for directories.
2021-06-25 13:21:45 -04:00
Dan
42395cbd37 GP-1072: Should grab the readlock before others if any reading is to be done. 2021-06-25 10:14:54 -04:00
Marcus Hall
da5dac3435 If a script cannot be found, don't try to run it.
In GhidraScriptComponentProvider.runScript(), if doGetScriptInstance() fails, it writes a diagnostic to the console and returns null.  Proceeding to call doRunScript() with this null will result in a null pointer reference, so if doGetScriptInstance() returns null, just cut things off there.
2021-06-25 09:28:54 -04:00
Dan
f00ae5b189 GP-0: Disabling some tests that fail on CI's GDB 9.2 2021-06-24 09:40:05 -04:00
ghidra1
7f50d8f430 Merge remote-tracking branch
'origin/GP-1057_ryanmkurtz_exclamation-point' into patch (Closes #1817)
2021-06-23 17:12:38 -04:00
ghidra1
b8042828cb Merge remote-tracking branch 'origin/GP-1067_dev747368_fix_Ext4_volume_size' into patch 2021-06-23 17:09:08 -04:00
dev747368
0fa24fd72d GP-1067 fix Ext4 mounting fs in an oversized volume
The fs mounting code was using the physical volume size instead of
values from the superblock.
2021-06-22 18:57:40 -04:00
Ryan Kurtz
38edc05f81 GP-1057: Preventing Ghidra from launching when path contains !. Also
updating Installation Guide's "Known Issues" section.
2021-06-22 13:45:48 -04:00
Ryan Kurtz
c270a5d31e GP-1066: Making Framework Utility Java 1.8 compatible again 2021-06-22 12:58:14 -04:00
ghidra1
11149b9ef2 GP-0 corrected GhidraServer text resource file access 2021-06-21 16:07:44 -04:00
ghidra1
51254872ba Updated ChangeHistory and WhatsNew for 10.0 2021-06-17 16:46:40 -04:00
dragonmacher
4fa9842f52 GP-1056 - Updated class to be static
Closes #3141
2021-06-17 16:05:07 -04:00
ghidra1
82c8ba1a1c Merge remote-tracking branch
'origin/GP-1050_ryanmkurtz_PR-3122_M9k_launch-spaces' into Ghidra_10.0
(Closes #2176, Closes #3122)
2021-06-16 15:48:21 -04:00
ghidra1
8e511d3303 Merge remote-tracking branch 'origin/GP-1039_ryanmkurtz_singlejar-spaces' into Ghidra_10.0 2021-06-16 15:46:01 -04:00
ghidra1
2252dba00e Merge remote-tracking branch 'origin/GP-1044_ghidra007_AddVerificationOfClassNamespaces--SQUASHED' into Ghidra_10.0 2021-06-16 15:44:46 -04:00
ghidra007
020df708e2 GP-1044 Fixed promotion of namespaces to only verified classes and added creation of typeinfo structs in stripped gcc binaries 2021-06-16 14:59:01 -04:00
Ryan Kurtz
a1229a1e56 GP-1050: Removing backslash from SUPPORT_DIR 2021-06-16 11:48:57 -04:00
ghidra1
4de4740b51 Merge remote-tracking branch 'origin/GP-0_Dan_updateWhatsNew' into Ghidra_10.0 2021-06-16 09:58:35 -04:00
ghidra1
91d167f16a Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-6-15-21' into Ghidra_10.0 2021-06-15 22:34:52 -04:00
ghidra1
405afd06ff Merge remote-tracking branch 'origin/GP-931_Dan_threadsTimelineAsCellRenderer--SQUASHED' into Ghidra_10.0 2021-06-15 22:26:53 -04:00
dragonmacher
ccf6555e0d Test fixes 2021-06-15 17:10:12 -04:00
ghizard
2308e661b5 GP-1048 - Fix Structure Edit Help Bitfields info 2021-06-15 10:19:45 -04:00
Ryan Kurtz
a284316d81 GP-1039: Single jar mode now works when its path contains spaces 2021-06-14 08:12:08 -04:00
ghidra1
cde02a91eb Merge remote-tracking branch 'origin/GP-1034_ryanmkurtz_ghidra_scripts--SQUASHED' into Ghidra_10.0 2021-06-11 19:11:41 -04:00
caheckman
fb3908b3cc Fix for TypeOpReturn::getInputLocal returning a type of the wrong size 2021-06-11 17:54:31 -04:00
Dan
3a997a608f GP-931: Converted Thread Timeline to a fancy table column. 2021-06-11 14:22:39 -04:00
Dan
0c52cbfc1a GP-1038: Filtering focus translation for invalid threads. 2021-06-11 11:59:33 -04:00
Ryan Kurtz
a8b9db5f32 GP-1034: New script action now creates ~/ghidra_scripts if it didn't exist 2021-06-11 09:22:23 -04:00
ghidra007
e1953ebb22 GP-972 Improvements to Gcc RTTI Class Recovery 2021-06-10 14:19:33 -04:00
ghidra1
c553971388 Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-6-9-21' into Ghidra_10.0 2021-06-09 18:53:14 -04:00