/E32Explorer

A simple tool to visualize the different parts of an Symbian OS E32Image and TRomImage

Primary LanguageC++

E32Explorer

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

E32Explorer screenshot

TRomImage

  • With standard header

E32Explorer screenshot2

Build

Windows
mkdir build && cd build
cmake -G "Visual Studio 14 2015 Win64" ..
cmake --build . --config Release
Linux
mkdir build && cd build
cmake ..
make