I transformed ZIPDECODE refox 11 release into a kit version.
Wasn't a easy job but 99% it's done.
What do you need to do to get a workable version:
1. Refox ZIPDECODE version or even DEMO version for REFOX.DAT
2. SOFTICE+ICEXT to apply 2 patches (you can try with OLLY but
I didn't succeed to set hardware breakpoints because of ASPROTECT)
what you have to do:
1. start my Refox in debugger. Don't forget to activate ICEXT(!protect on) or HideDebugger in Olly
2. set a write bpm on 5317e4h (bmp 5317e4 w in Softice)
SoftIce will be fired 2 times: 1 before the Licence dialog and 1 after
the dialog. Second time set an execute breakpoint on same address
(bpx 5317e4). Press Run (F5)
3. At 5317e4 you'll see this code:
PUSH
CALL
POP
Nop the call. ONLY THIS CALL. Nothing more. So, you'll get:
PUSH
NOP
.
.
NOP
POP
4. Look in memory at 60507C. Change the content to 0409h (in reverse order - 0904 in memory)
5. Remove all breakpoints and press run.
6. After the installation stops check if refox.dat has size 0. If yes, copy it from
ZPDECODE release or from demo package.
7. If you are not a spanish speaker set in refox.ini the language line to 0 for english.