ghidra/Ghidra/Features
ghidraGander dce57a7bf7 GP-2606
Fixed typo in AddressLabelInfo.
Improved implementation and error handling of AddressLabelInfo.
GP-2606
Refactored the package of 'AddressLabelInfo' to beghidra.program.model.lang. Removed the source and namespace variablesfrom AddressLabelInfo since they would always be global and IMPORTED.Removed a number of constructors to simplify AddressLabelInfo. Improvederror handing in SleighLanguage class.
GP-2606
Added javadocs to and throw exceptions from AddressLabelInfo constructors and removed extra constructors that were no longer needed. Added exception handling to AbsractProgramLoader and SleighLanguage for thrown exceptions. Made some variables in SleighLanguage private and removed an unnecessary null check.
GP-2606
Prepared test to help investigate volatility interplay settings.
GP-2606
Updated per review comments. SleighLanguage will parse pspec files andthen apply symbol element settings for volatility afterward. Simplifiedtests for SleighLanguage and the Decompiler.
GP-2606
Made updates based on review feedback. Address label info holds the endaddress of the label. Sleigh language will resolve symbol mutabilityafter parsing the pspec file such that the order of elements in the filewill not be a factor. Rearranged tests in preparation for improvement.Added a constructor to the ProgramBuilder class so that custom definedpspec files may be used in the tests.
GP-2606
Updated SpecXmlUtils decodeBoolean method to call decodeNullableBooleanfirst, however if the result is null, to return false instead of null.
GP-2606
Changed size of addressLabelInfo to sizeInBytes and added comment toisVolatile that specifies what null, false, or true mean in context.Incorporated improvements per review comments to SleighLanguage.
GP-2606
Added tests for the sleigh language volatility changes and thedecompiler itself.
GP-2606:
Updated SleighLanguage to alter 'volatileAddresses' based on the symbolelements and their attributes in pspec files. Added size and volatilevariables to AddressLabelInfo class. Added Boolean parser method to theSpecXmlUtils.java file.
GP-2606: Added optional volatile boolean and optional size integer attributes to the symbol element of processor specification (pspec) files.
2023-01-18 14:04:50 -05:00
..
Base GP-2606 2023-01-18 14:04:50 -05:00
BytePatterns GP-2663 - Removed deprecated methods 2022-10-07 15:06:59 -04:00
ByteViewer GP-1890: Add diff coloring to Debugger memory bytes window 2022-09-23 15:34:21 -04:00
DebugUtils GP-849: Gradle 7 support 2021-05-12 13:45:16 -04:00
Decompiler GP-2606 2023-01-18 14:04:50 -05:00
DecompilerDependent Tests - re-enable debug 2022-09-09 08:45:09 -04:00
FileFormats GP-2624: Removing library support from a bunch of loaders that shouldn't 2022-10-04 05:46:14 -04:00
FunctionGraph GP-2663 - Removed deprecated methods 2022-10-07 15:06:59 -04:00
FunctionGraphDecompilerExtension GP-2358 Packed protocol for decompiler marshaling 2022-08-17 17:49:50 -04:00
FunctionID GP-2663 - Removed deprecated methods 2022-10-07 15:06:59 -04:00
GhidraServer GP-1912: Upgrading YAJSW to 13.04 2022-09-22 04:41:56 -04:00
GnuDemangler GP-0 added updated BSD license files and updated related BSD certifications 2022-05-11 10:37:27 -04:00
GraphFunctionCalls GP-2663 - Removed deprecated methods 2022-10-07 15:06:59 -04:00
GraphServices GP-0 added updated BSD license files and updated related BSD certifications 2022-05-11 10:37:27 -04:00
MicrosoftCodeAnalyzer Merge remote-tracking branch 'origin/GP-2504_Arm_common_switchpattern--SQUASHED' 2022-10-04 01:43:16 -04:00
MicrosoftDemangler GP-2542 - Fix MSFT Demangler Calling Conventions flag 2022-09-13 07:39:02 -04:00
MicrosoftDmang GP-1724_ghizard - fix MDMangGenericize processing errors. 2022-02-04 10:33:09 -05:00
PDB GP-0 fix tests broken by GP-2649 2022-10-06 11:11:17 -04:00
ProgramDiff GP-2663 - Removed deprecated methods 2022-10-07 15:06:59 -04:00
ProgramGraph GP-2663 - Removed deprecated methods 2022-10-07 15:06:59 -04:00
Python GP-2663 - Removed deprecated methods 2022-10-07 15:06:59 -04:00
Recognizers GP-849: Gradle 7 support 2021-05-12 13:45:16 -04:00
SourceCodeLookup GP-2663 - Removed deprecated methods 2022-10-07 15:06:59 -04:00
VersionTracking GP-1045 fixed VT calling convention apply markup issue 2022-10-12 16:51:10 +00:00