I have to create a function that takes an unknown number of arguments, and then pass it forward to another function, while the first argument stands for the address of the function to be called (the only argument which should be poped out of stack)...
Now how do i do that?
I have my function that i built, using assembly & c++ combined, and i want to create one which is pure assembly. also my function has some problems which i have yet to overcome.
Thanks!
Daniel Cohen Gindi
dcgsmix@gmx.net
Now how do i do that?
I have my function that i built, using assembly & c++ combined, and i want to create one which is pure assembly. also my function has some problems which i have yet to overcome.
Thanks!
Daniel Cohen Gindi
dcgsmix@gmx.net