J
John Corliss
There is no way short of artificial intelligence to sort out arbitrary
intelligible text from a binary file.
Whether or not it's intelligible isn't important. A program that would
strip *all* text from the file is adequate and I've found a couple of
programs that'll do this, but their file size limitation is unknown.
You would have to look in a
context of a number of bytes and see if groups of characters "make
sense" as intelligible text. IOW, the machine would have to do what
the human eye and brain do so easily that we forget how difficult it
is to duplicate that recognition power in a machine.
If you know what strings of characters you're looking for then the
problem is rather trivial. It's easy to string scan any file for a
particular search string of ASCII characters.
Yes, of course I know this.
Which brings me to the question. What in the hell are are you looking
for in the swap file anyway?
I won't know until I look, I suppose. Who KNOWS what kind of stuff is
kept there? Like most other people, I don't like the idea of anybody
tracking my surfing habits. This is the reasoning behind people not
liking spyware. Perhaps links to sites I've visited are kept in the
swap file. I don't know. Or perhaps my hard drive's structure is
located in there either in it's entirety or partially. The fact that
either kind of information may be kept in the swap file doesn't mean
that it's being used to keep tabs on me, but the potential for abuse
does in fact exist. If Microsoft has code that allows the OS to access
the swap file, it's not outside the realm of possibility for some
hacker/programmer to write something that also can do this.
Passwords? No doubt they'd be
encrypted rather strongly and without knowing the encryption key that
is not a trivial problem by any means. The field of cracking encrypted
data is quite a subject in itself.
What exactly is it that you want to do?
Stip the text out of the swap file and read it without all those
little squares that indicate compiled code.
And why?
Because I don't like being spied on or even the possibility of that.
This should be obvious. At any rate, don't worry about it. I'll use
one of these other programs I just found.
http://utils.muddle.de/
http://www.ultima-thule.co.uk/
http://www.foundstone.com/index.htm...ation.htm&subcontent=/resources/freetools.htm
http://free.tuttogratis.com/free_software/free_file_management_toolsc.html
Thanks anyway.