Conversation
Edited 4 months ago
I generated the docs from the latest #Ghidra version (11.0.3) and "int" supposed to be a valid metatype:

https://scrapco.de/ghidra_docs/cspec_parampass.html

I plan to keep this #documentation updated, let me know if you'd like to see HTML about other features published!
1
1
1
To generate #Ghidra HTML documentation from XML you need:

- xsltproc
- docbook-xsl (thx https://github.com/NationalSecurityAgency/ghidra/issues/472#issuecomment-485831705)
- 21 > Java >= 8
- Setup development mode: `gradle -I gradle/support/fetchDependencies.gradle init`
- Find the appropriate build task
- Manually add xsltproc commands to the Gradle configuration to generate docs for cspec, sleigh...

I heard you like #reverseengineering so I made you reverse the build config of the reverse tool so you can reverse...
0
0
2