GP-2641: Add training course materials for the Debugger

This commit is contained in:
Dan 2023-03-21 09:59:48 -04:00
parent d19bf87a60
commit c5da826540
107 changed files with 12176 additions and 75 deletions

View file

@ -77,8 +77,6 @@ public class EmuDeskCheckScript extends GhidraScript implements FlatDebuggerAPI
* the syscall stuff does, then we need to allow injection of the already-compiled Sleigh
* program. For now, we'll have to declare the parameter-holding register as a language
* variable.
*
* @param s
*/
@StructuredUserop
public void strlen(/*@Param(name = "RDI", type = "char *") Var s*/) {