Anonymous
08-14-2003, 05:44 AM
Hello,
Lets say we have the following code:
Olly now recognizes the pushed value as being
the nStdHandle parameter and labels it as such..
Now consider;
Now the push and the call aren't labeled as nStdHandle and GetStdHandle.
Is it possible to get olly to recognize such dynamic calls and label them appropriately?
Thx!
Lets say we have the following code:
push 0FFFFFFE
call GetStdHandle
Olly now recognizes the pushed value as being
the nStdHandle parameter and labels it as such..
Now consider;
mov eax, 0FFFFFFE
mov esi, GetStdHandle
push eax
call esi
Now the push and the call aren't labeled as nStdHandle and GetStdHandle.
Is it possible to get olly to recognize such dynamic calls and label them appropriately?
Thx!
