by asrp on 6/25/18, 12:27 PM with 11 comments
by saagarjha on 6/25/18, 3:47 PM
Stack frames grow in size based on local variables allocated on the stack. And $rbp and $rsp need not point at the correct places in the stack for leaf functions, at least on Linux, because it uses the System V ABI.
by aleden on 6/25/18, 2:06 PM
https://blog.asrpo.com/making_a_low_level_debugger_part_1 gives 404