View Single Post
  #3  
Old 12-14-2005, 23:55
toro toro is offline
VIP
 
Join Date: Aug 2004
Posts: 190
Rept. Given: 4
Rept. Rcvd 97 Times in 34 Posts
Thanks Given: 29
Thanks Rcvd at 161 Times in 52 Posts
toro Reputation: 97
hi Nacho_dj

i used imprec with no success. it create wrong IAT.
i can found the correct address for each IAT cell by setting a bp on the end of YYYYYYYY function. but i want to correct IAT automatically. i patched the YYYYYYYY function to correct the related IAT cell in each call. but it is not enough. because i can not sure that all of api used when i run the program.

i wrote a script that inject a call for each cell of IAT and execute it. so this script can found an api address for each cell but the result of YYYYYYY function is depend of the caller function. so the result from injection is not true.

so in any of this approach i can not correct IAT. this is my problem.
Reply With Quote