summaryrefslogtreecommitdiff
path: root/lldbscript
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2025-02-01 23:25:40 +0000
committerAda Christine <adachristine18@gmail.com>2025-02-01 23:25:40 +0000
commit3d806c9e2fcb6226915982b6514919a3b9dac4dc (patch)
treecae747e3a5c6e31f89069e0ba1a7ae90cc4b85d9 /lldbscript
parentf76631c47b92b0778b1073bcab55dc1240422f20 (diff)
write syscall functions
Diffstat (limited to 'lldbscript')
-rw-r--r--lldbscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldbscript b/lldbscript
index 6d134f5..5f89867 100644
--- a/lldbscript
+++ b/lldbscript
@@ -3,5 +3,5 @@ target modules add service/kjarna.os
gdb-remote localhost:1234
target modules load --file kjarna.efi .text 0x6184000 .data 0x6189000
target modules load --file kjarna.os --slide 0x6178000
-b main
+b fake_syscall_handler