View Single Post
  #13  
Old 06-13-2004, 12:38
bollygud
 
Posts: n/a
i see

the thing is, if you patch directly in olly 'call LoadLibraryA' it then codes a direct call to that api. i mean it IS a direct call here is the raw bytes for the two calls:

Quote:
00476FDC: E88069A077 call 077A40161
00476FE6: E84743A077 call 077A3DB32
it uses 'E8' which is a direct call. this is an honest oversight and nothing to argue about, cuz it is what it is... a direct call. this is why i fixed it to an indirect call 'FF15' and the address pointer to the appropriate api.

sorry mate
Reply With Quote