make radare recipe accept an address

This commit is contained in:
2026-03-13 00:31:23 +01:00
parent 8a0193408f
commit b500d56c8e

View File

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