Hi,
On Mon, Feb 28, 2005 at 09:52:06AM -0800, Bill Medland wrote:
Yes, but they aren't going to throw the arguments and return types out are they? The only way to do that, surely, is disassembly to see what is referenced off the stack and returned?
In the case of C, that has to be done, yes. In the case of C++, you've got function name mangling to include the function's parameters as well (as you most likely know anyway).
Andreas Mohr