Vitaliy Margolen wrote:
Once more I need your help. It seems that wine is not correct with the way it
sets guard pages for stack. Here is an example that works fine on windows, and
fails on wine. And yes, I do have a program that does something like this:
PDWORD p = TEB.Tib.StackLimit;
*p = 0;
Once more I need your help. It seems that wine is not correct with the way it
sets guard pages for stack. Here is an example that works fine on windows, and
fails on wine. And yes, I do have a program that does something like this:
PDWORD p = TEB.Tib.StackLimit;
*p = 0;
I'm not sure what to do he