Due to the 16 bytes alignment by default, does this imply the assertion in my question ?
© 2022 - 2024 — McMap. All rights reserved.
Due to the 16 bytes alignment by default, does this imply the assertion in my question ?
© 2022 - 2024 — McMap. All rights reserved.
rsp+8
should be a multiple of 16 before the call, and the call pushes 8 bytes, so at the entry pointrsp
itself is a multiple of 16. – Charcuterie