On Mon Jul 7 19:04:42 2025 +0000, Yuxuan Shui wrote:
unfortunately have to write those in binary and not as asm for portability
ok, do i also need to write the seh unwind info in binary?
I think you don't need .seh unwind in that function, since you are unwinding up to the IP right after the call and not upper (~~or it would be easier to write a function in a way that doesn't need unwind info~~ that would apparently be impossible since it modifies non-volatile regs but I hope you don't need that anyway)