yoni1993
June 25th, 2008, 02:12 PM
Hello,
I am examining a program, and i need to get a function, i am able to recognize it by its parameters !
Now, i know how to hook all functions of the program... (generally)
The problem is, i can't detour (hook) all functions in general because i don't know how many parameters does it have...
I just have all their address... (of the 1000~ functions)
Is there any function that return "how many parameters are in passed" if i pass the address of the function ???
Please don't tell me to disassemble the program since i'm talking about 1000~ functions !!!
Thank you.
I am examining a program, and i need to get a function, i am able to recognize it by its parameters !
Now, i know how to hook all functions of the program... (generally)
The problem is, i can't detour (hook) all functions in general because i don't know how many parameters does it have...
I just have all their address... (of the 1000~ functions)
Is there any function that return "how many parameters are in passed" if i pass the address of the function ???
Please don't tell me to disassemble the program since i'm talking about 1000~ functions !!!
Thank you.