bfn() command for setting breakpoint by function name

This commit is contained in:
2025-03-12 14:45:44 +01:00
parent 03ed7a8280
commit 3f57ff1bfe
3 changed files with 23 additions and 3 deletions

View File

@@ -9,7 +9,8 @@ var offset = "0x0000000000001169"; // dupa(), objdump -d ./test
// pf();
// ppid();
// pplo();
baddr(offset);
// baddr(offset);
bfn("dupa");
lsbrk();
lsf();