well some hints
you ASSUME or THEORIZE there MIGHT be a file involved
so there SHOULD be some @#%t functions for doing file related work
lets gooog
Results 1 - 10 of about 8,270,000 for file functions. (0.21 seconds)
second hit is windoze authorized msdn hit
File Management Functions (Windows)The following functions are used to manage files. ... The following callback functions are used in file I/O. Function, Description ...
msdn.microsoft.com/en-us/library/aa364232(VS.85).aspx - 51k - Cached - Similar pages
checking it you SHOULD find all these functions deal with your SUPPOSED file
Code:
File Management Functions
The following functions are used to manage files.
Function Description
AreFileApisANSI Determines whether the file I/O functions are using the ANSI or OEM character set code page.
CheckNameLegalDOS8Dot3 Determines whether a specified name can be used to create a file on a FAT file system.
CloseHandle Closes an open object handle.
CopyFile Copies an existing file to a new file.
CopyFileEx Copies an existing file to a new file, and notifies an application of the progress through a callback function.
CopyFileTransacted Copies an existing file to a new file as a transacted operation, notifying the application of its progress through a callback function.
CreateFile Creates or opens a file, directory, physical disk, volume, console buffer, tape drive, communications resource, mailslot, or named pipe.
now what next
you have this thing called ollydbg with you WILL it or CAN it find some functions
lets gooog again
Results 1 - 10 of about 12,700 for function names ollydbg. (0.18 seconds)
fortunately or unfortunately you land on this forum in first hit
Code:
mfc70 export functions names in Olly? [Archive] - RCE ...9 posts - Last post: 4 Oct 2006
[Archive] mfc70 export functions names in Olly? OllyDbg Support Forums.
www.woodmann.com/forum/archive/t-9495.html - 12k - Cached - Similar pages
some question about one of the olly capability [Archive] - RCE ...11 posts - Last post: 13 Sep 2007
how it obtain each function arguments name and count? for example , after loading calc.exe in olly it show : 010125BC . ...
www.woodmann.com/forum/archive/t-10437.html - 17k - Cached - Similar pages
More results from www.woodmann.com »
spidering through the links you SHOULD learn that ollydbg IS ABLE find the names
now applying the NEW FOUND knowledge CAN you find some file apis in the local file
breaking on them MUST be the NEXT POSSIBLE or PROBABLE path
assuming some file function breaks can you find if this file is the file that you are looking for
assuming you cant find the function or if doesnt break can we trap all the file functions globally a nd see if some api breaks
if it broke is the underlying file the file you are looking for
if it didnt break still next way MIGHT be some external monitors , spiers , hookers
lets goog
Results 1 - 10 of about 6,380,000 for file monitor. (0.20 seconds)
Code:
FileMon for Windows1 Nov 2006 ... It begins monitoring when you start it, and its output window can be saved to a file for off-line viewing. It has full search capability, ...
technet.microsoft.com/en-us/sysinternals/bb896642.aspx - 24k - Cached - Similar pages
Windows Sysinternals: Documentation, downloads and additional ...This update to Process Monitor, a real-time file, registry, process and network monitor, adds the ability to import and export configuration settings, ...
technet.microsoft.com/en-us/sysinternals/default.aspx - 29k - Cached - Similar pages
FileMonitor4 Jan 2002 ... FileMonitor is a freeware utility that allows you to monitor any number of selected files for changes, e.g. if you want to be alerted when ...
www.plsys.com/products/filemonitor/ - 7k - Cached - Similar pages
FileMonitor5 Aug 2003 ... FileMonitor is Windows application that monitors the size and last-modified date of any files.
www.tawbaware.com/filemon.htm - 4k - Cached - Similar pages
hits look promising and reading around about this filemon the capabilities sound promising
downloading and running that filemon should indicate file activity if there are some in your exe
some where down this rabbithole of codecobwebs you can FIRMLY COME TO THE CONCLUSION that THERE IS A FILE INVOLVED
and next probable solution is to hunt it down somehow
or conclude there is no file involved scratch this path from your many probable ways
and start afresh
may be taking registry as your target this time
hope i pushed you instead of nudging