make radare recipe accept an address

This commit is contained in:
2026-03-13 00:31:23 +01:00
parent 42808f6c5d
commit 1674dc183a

View File

@ -85,10 +85,10 @@ remove-db:
gdb module: gdb module:
gdb --tui {{ BUILD_DIR }}-{{ module }}/system.elf gdb --tui {{ BUILD_DIR }}-{{ module }}/system.elf
[doc("Launch radare2 at os_main")] [doc("Launch radare2")]
[group("debug")] [group("debug")]
radare module: radare module addr="dbg.os_main":
radare2 -AA -c "s dbg.os_main; pdf" {{ BUILD_DIR }}-{{ module }}/system.elf radare2 -AA -c "s {{ addr }}; pdf" {{ BUILD_DIR }}-{{ module }}/system.elf
# =================================================================================================================== # # =================================================================================================================== #
# Just do it # Just do it