template:epoc32

This is an old revision of the document!


EPOC32 is a mobile operating system. It is a predecessor to Symbian, and its data can be extracted using tools from the Symbian 3 SDK.

  1. Install the Symbian SDK (Windows)
  2. Find readimage.exe. In a typical Symbian 3 SDK install, it will be located here.
    C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\epoc32\tools\readimage.exe

    Put the dump into the same folder as readimage.exe

  3. Open the command line in that folder and paste the following:
    .\readimage.exe <file name> -z <output folder name>

    This script will create an output folder and place all files inside of it.

Example<code>.\readimage.exe dump_nor.bin -z output_dir<code>

NOTE: For Sony Ericsson phone NOR dumps, you may need to cut out the data before 0x100000

  • template/epoc32.1764132486.txt.gz
  • Last modified: 2025/11/26 05:48
  • by lnrc