Thread: APIs in Olly
View Single Post
  #1  
Old 09-24-2013, 16:02
jump jump is offline
VIP
 
Join Date: Jan 2009
Posts: 305
Rept. Given: 84
Rept. Rcvd 51 Times in 26 Posts
Thanks Given: 24
Thanks Rcvd at 41 Times in 27 Posts
jump Reputation: 51
APIs in Olly

Hi,

I am looking for such things in Olly. Is it possible to do that?

1)
I have many calls on api but not on the first istruction MOV EDI, EDI but on the second instruction. So Olly dont show me CALL API but just CALL kerrnel32.xxxxxxxx for example. Ok, i know that i can change call to the first instruction but isnt available any plugin for that which will do it automatically? Or some settings in Olly that it will check also one instruction up

2)
Second question is:
I have some CALLs on API which doesnt show me in Olly on the stack its parameters. Even if I wrote them in the code. For example CALL VirtualAllocEx and many more which have more important parameters than this API. How to fix this? I guess it has something to do with missing lib? Is this fixable?

Thanks

--
Jump
Reply With Quote