Re: Information pending...
Just throwing random thoughts here. I'm still thinking about the problem of finding the Duels ZED key, and I was wondering: isn't there a tool that allows to make a memory dump "over time"? In theory it doesn't seem out of this world: it should intercept all writes in memory and copy the written data into a file, so that if a program writes "Hello world" in memory, then substitutes "world" with "friend", in my dump file I'll have "Hello world" somewhere, and "friend" somewhere after that. Maybe this practice exists and has a name that I don't know so I can't search for it... or maybe nobody thought about that yet, but it would seem strange to me.