![]() |
Question for Windows Programmers - VB/C++ etc
I want to get some data out of an application... I could do it by hand but it would take forever.
Is there a way to get information on an .exe file to find out what it was written in? or on .dat files to find out what format they are in? |
For getting data out of exe files you can disassemble it.. and then follow the assembly code needless to say it's a pain to ready assembly code.
as for the .dat files it can be in any format normaly you can't guess what's the formating and specially if it's just a dump of bytes. finding a patern in the file is the only way. good luck with that :glugglug |
Is the data stored in the program itself, or does the program load the files from a data file?
|
Quote:
The data is loaded from file... but fwiw, I think it may load it all into memory. |
So is there some way I could take a 'snapshot' of the memory space an application is using and save it to a file?
I guess it wouldn't be plain text in memory though... or would it? Hum. |
Quote:
you might just want to run a hex editor instead of a disassembler if you're just scanning for a certain string within the file. |
All times are GMT -7. The time now is 06:44 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123