Package ghidra.pcode.emu.sys
Annotation Interface AnnotatedEmuSyscallUseropLibrary.EmuSyscall
- Enclosing class:
AnnotatedEmuSyscallUseropLibrary<T>
@Retention(RUNTIME)
@Target(METHOD)
public static @interface AnnotatedEmuSyscallUseropLibrary.EmuSyscall
An annotation to export a method as a system call in the library.
The method must also be exported in the userop library, likely via AnnotatedPcodeUseropLibrary.PcodeUserop
.
-
Required Element Summary
-
Element Details
-
value
String value
-