View Single Post
  #5  
Old 05-16-2004, 11:30
bollygud
 
Posts: n/a
what you just described there sounds like your standard (and old trick i might add) way of handling some apis that always return a specific value into eax. such as GetCommandLineA, GetVersion, GetVersionExA, GetModuleHandleA, and others. why not do a reference lookup to something that writes to [EBP+1AB87] and you should find your answer.
Reply With Quote