diff options
Diffstat (limited to 'codehandler.yaml')
-rw-r--r-- | codehandler.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/codehandler.yaml b/codehandler.yaml new file mode 100644 index 0000000..cfbeb9e --- /dev/null +++ b/codehandler.yaml @@ -0,0 +1,8 @@ +source_files: [../src/codehandler.o] +hooks: + - name: CodeHandlerHook + type: branch_insn + branch_type: b + src_addr_pal: 0x801bdf78 + target_func: '_start' + |