ghidra/GhidraBuild/Skeleton/data
2019-08-29 16:28:03 -04:00
..
languages allow segmentop tag in cspec, update segmentop XML 2019-08-29 16:28:03 -04:00
buildLanguage.xml Major refactoring of the gradle build system. 2019-04-23 15:20:26 -04:00
README.txt New GhidraDev. 2019-07-23 08:11:42 -04:00
sleighArgs.txt GT-2667 added support for generating sleigh build.xml files 2019-03-29 17:24:31 -04:00

The "data" directory is intended to hold data files that will be used by this module and will
not end up in the .jar file, but will be present in the zip or tar file.  Typically, data
files are placed here rather than in the resources directory if the user may need to edit them.

An optional data/languages directory can exist for the purpose of containing various Sleigh language
specification files and importer opinion files.  

The data/buildLanguage.xml is used for building the contents of the data/languages directory.

The skel language definition has been commented-out within the skel.ldefs file so that the 
skeleton language does not show-up within Ghidra.

See the Sleigh language documentation (docs/languages/index.html) for details Sleigh language 
specification syntax.