zambuka42
April 22nd, 2004, 16:45
Hello, this is my first posting here, and I hope i'm not being completely oblivious to the answer... but I've run into this a couple times in the past few weeks (of my intro to reversing)... I'll give an example:
I can open a file (app.exe) with a hex-editor and do a text search for an API call I KNOW this file makes (api call: 'sproInitialize'). Within the hex-editor I am able to find this string. Obviously though, being in this editor does me no good for my ultimate goal. However, my original reason for opening the file here was to find the api call. good. Now I know this is the file I was looking for... but wait!....
When I open this same file in W32dasm or IDA pro, nowhere is there a string ref, api ref, or simple text found referencing this call. Is there something I'm missing??? As far as I can tell, the program is not packed. Please help! thanks. -b
I can open a file (app.exe) with a hex-editor and do a text search for an API call I KNOW this file makes (api call: 'sproInitialize'). Within the hex-editor I am able to find this string. Obviously though, being in this editor does me no good for my ultimate goal. However, my original reason for opening the file here was to find the api call. good. Now I know this is the file I was looking for... but wait!....
When I open this same file in W32dasm or IDA pro, nowhere is there a string ref, api ref, or simple text found referencing this call. Is there something I'm missing??? As far as I can tell, the program is not packed. Please help! thanks. -b