GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Question for Windows Programmers - VB/C++ etc (https://gfy.com/showthread.php?t=224290)

goBigtime 01-22-2004 06:07 AM

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?

dotwind 01-22-2004 06:22 AM

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

ThePornPusher 01-22-2004 06:27 AM

Is the data stored in the program itself, or does the program load the files from a data file?

goBigtime 01-22-2004 06:28 AM

Quote:

Originally posted by ThePornPusher
Is the data stored in the program itself, or does the program load the files from a data file?

The data is loaded from file...

but fwiw, I think it may load it all into memory.

goBigtime 01-22-2004 06:40 AM

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.

ytcracker 01-22-2004 08:54 AM

Quote:

Originally posted by goBigtime
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.

you can use softice or another debugger to view the application memory space. in some cases, things are in plain text.

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