Skip to content

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

Notifications You must be signed in to change notification settings

mrRosset/E32Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published