Merge remote-tracking branch 'origin/Ghidra_11.3'

This commit is contained in:
Ryan Kurtz
2025-01-28 11:51:51 -05:00
@@ -99,12 +99,11 @@ Source information can be viewed in the _"Source Map"_ Listing Field or the
`SourceFilesTablePlugin`, which is accessible from the Code Browser via `SourceFilesTablePlugin`, which is accessible from the Code Browser via
_Window -> Source Files and Transforms_. _Window -> Source Files and Transforms_.
The scripts `OpenSourceFileAtLineInEclipseScript.java` and `OpenSourceFileAtLineinVSCodeScript.java` The _"View Source..."_ Listing action, enabled on addresses with source file information, opens a
provide proof-of-concept IDE integration. These scripts open a source file at the appropriate line source file at the correct line in either Eclipse or Visual Studio Code (there is a _"Source Files
in Eclipse or Visual Studio Code when run on an address in Ghidra with source file information and Transforms"_ tool option to determine the viewer). The SourceFilesTablePlugin can be used to
(consider keybinding your preferred script). The SourceFilesTablePlugin can be used to modify the modify the source file paths stored in the SourceFileManager before sending them to Eclipse or
source file paths stored in the SourceFileManager before sending them to Eclipse or Visual Studio Visual Studio Code.
Code.
## Function Graph ## Function Graph
The Function Graph has had a number of improvements: The Function Graph has had a number of improvements: