Quote:
Originally posted by blinko@Sep 6 2006, 00:28
For instance how exactly did you get the batcher to read the .wdf file? let alone extract it.I'm hoping to as i said expand my knowledge and learn to view these files fully as so maybe i can create a .wdf viewer type of program for the files inside them to be extracted of course i'll need some help hence the asking for it ^^ thanx muchly
|
The wdfextractor I made from scratch by looking at the WDF files in a hex editor. I reversed the file structure by looking for patterns, size values and offsets, eventually got a full structure, although it required a small amount of reverse engineering on the c3_core_dll file. Thw wdfbatcher doesn't actually do any extracting or reading itself. All it does is shell the wdf extractor with a list of filenames. (I lost my wdfextractor source so couldn't modify it, took a quick way out, so its buggy). I posted the wdf structure in the guide section.
The DeEn works by shelling flowerpots monster.exe. It's justa simple encryption algorithm you can find here:

.
If you're serious about learning how to do this, pm me your msn addy and I'll try answer any questions you have.