RE: [email] RE: [GD-Windows] Function to see if a pointer is on the stack
Brought to you by:
vexxed72
From: Jon W. <hp...@mi...> - 2004-08-20 18:13:48
|
> Yeah. If you are just on windows machines, you can use the > CONTEXT structure. I think (not sure) all windows boxes grow CONTEXT does not tell you the stack base, does it? It'll tell you the stack pointer, but you can get that equally easily by just taking the address of a local variable. Cheers, / h+ |