On Mon Jul 7 19:11:41 2025 +0000, Paul Gofman wrote:
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)
i've converted the asm function into binary, and removed the register zeroings for now.