
For the specs see
reolcatable_format_specs.txt

Pe2dex
A tool for converting win32 pe executables to the dex relocatable format

fasm_howto.txt and fasm_test
Instructions & example for Fasm

vc6_howto.txt and vc6_test
Instructions & example for Visual C++ 6

loader
Example loader for the proposed format
Usage:
RUN loader.dex file.drx

So, to run the examples:

run loader.dex tdemo.drx
run loader.dex vctest1.drx

