Git Product home page Git Product logo

telit-tfi-extractor's Introduction

telit-tfi-extractor

C# utility for extracting Telit firmware from 'TFI' executables.

Telit Firmware Image (TFI)

New Telit module firmware images are distributed as Telit Firmware Images (TFI - assumed name) which are executables with the firmware image files and a table of contents (TOC) appended to the executable binary.

Table of Contents (TOC)

Appears at the very end of the file. Contains a Header, a number of Elements, and a Footer.

The first element is always the executable itself, the second is a 16-byte marker 'TELITTFITELITTFI', and the final element is for the TOC itself. The final element is always version 1.

Header

Offset Length Description
0x0000 0x0004 Magic (0x12345678)
0x0004 0x0004 Version (either 1 or 2)
0x0008 0x0004 Number of elements

Element V1

Offset Length Description
0x0000 0x0004 Tag
0x0004 0x0004 Offset
0x0008 0x0004 Size
0x000C 0x0010 Group or destination?
0x001C 0x0080 Filename

Element V2

Offset Length Description
0x0000 0x0004 Tag
0x0004 0x0004 Offset
0x0008 0x0004 Size
0x000C 0x0010 Group or destination?
0x001C 0x04A0 Filename

Footer

Offset Length Description
0x0000 0x0004 Checksum over TOC elements
0x0004 0x0004 Magic (-0x12345678)

telit-tfi-extractor's People

Contributors

peter-belm-da avatar peterbelm avatar

Watchers

 avatar

Forkers

ouer1224

telit-tfi-extractor's Issues

Error: Couldn't find TFI TOC footer

Hi

I get following error on two different files: Error: Couldn't find TFI TOC footer

telit-tfi-extractor.exe FN990A40_45.00.012_CUST_2071_TFI.exe output
Error: Couldn't find TFI TOC footer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.