Package ghidra.pcode.exec
Annotation Interface PcodeUseropLibraryFactory.UseropLibrary
- Enclosing interface:
PcodeUseropLibraryFactory
A required annotation for identifying the library in pspec files
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe id of this library (factory)This id should not contain any commas. While other symbols are allowed, only hyphens and periods are recommended. We request all unqualified ids be reserved for use by the core Ghidra distribution. Extensions, scripts, and other 3rd-party additions should use periods to briefly qualify their names, e.g.,
"com.example.my-userop-lib".- Returns:
- the id
-