A simple tool to visualize the different parts of an Symbian OS E32Image and of a TRomImage.
Can show currently show:
E32Image:
- With standard header
- With J-format header
- With V-format header
E32Image:
- With standard PE import format
- With PE without redundancy (untested)
- With elf import format
E32Image:
- with EKA1 import format
- With EKA2 import format
TRomImage
- With standard header
mkdir build && cd build
cmake -G "Visual Studio 14 2015 Win64" ..
cmake --build . --config Release
mkdir build && cd build
cmake ..
make