Page 1 of 1

A Love Letter to Ayuto

Posted: Thu Oct 18, 2018 9:49 pm
by velocity
Hi Ayuto.

Thank you for going on a bug spree and fixing everything. I got an email that said you fixed the bug, so you don't need to a delay in hooks.
I haven't tested it, but if it works now, Oh my...

Thank you, thank you, thank you.

Regards
Frederik


Re: A Love Letter to Ayuto

Posted: Fri Oct 19, 2018 9:09 am
by Kill
Hahaha. Yep, he deserves it!

Re: A Love Letter to Ayuto

Posted: Fri Oct 19, 2018 5:08 pm
by Ayuto
Well, I also need to credit Peace-Maker. He's currently integrating my DynamicHooks library into a SourceMod extension:
https://forums.alliedmods.net/showpost. ... tcount=589

While doing this, he figured out that the stack isn't 16-byte aligned when calling the hook handler. That's no problem on Windows, but Linux requires that:
https://github.com/Ayuto/DynamicHooks/c ... 33dfd7b870