/mmsdec

Multimedia Messaging Service decoder

Primary LanguageCGNU General Public License v2.0GPL-2.0

MMSDEC

Multimedia Messaging Service decoder

About

mmsdec is an application developed in C which can be uses to decode MMS message (Multimedia Messaging Service). With this application it is possible to extract text message, photos and videos from a raw mms message. mmdec has been tested on Linux systems.

Compile

The steps to produce a binary executable are:

  • Clone git repository or untar source code: tar xzvf mmsdec-x.x.x.tgz
  • Entering in mmdec directory: cd mmsdec
  • Launch make: make

To compile with extra debug messages, run make debug instead of just make.

Usage

If your mms message has name mms.raw then to decode it you have to exec:

./mmdec mms.raw

License

MMSDEC is released under GPLv2.