Skip to main content

A library for parsing DEBA/MDPLIST files.

Project description

mdplistlib

mdplistlib is a Python library for parsing DEBA/MDPLIST files, a format found in iOS filesystems. The library provides an easy-to-use interface for reading and extracting data from these binary files.

See blog article at https://bluecrewforensics.com/2024/12/03/deba-mdplist-files/


Installation

You can install mdplistlib via pip:

pip install mdplistlib

Usage

Parse File

import mdplist


# Load a file and parse its contents
parsed_data = mdplist.load("example.mdplist")
print(parsed_data)

Parse Raw Bytes

import mdplist

with open('example.file') as file:
    # extract the data from the file or some other nested file structure
    data = file.read(250) #binary data should begin with 0xDEBA0001
    
    # Load a file and parse its contents
    parsed_data = mdplist.loads(data)
    print(parsed_data)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mdplistlib-0.1.0.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mdplistlib-0.1.0-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file mdplistlib-0.1.0.tar.gz.

File metadata

  • Download URL: mdplistlib-0.1.0.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.3

File hashes

Hashes for mdplistlib-0.1.0.tar.gz
Algorithm Hash digest
SHA256 dc2b6460ac00f04c9502aa687bf27a9b3b475add3e8156d6132a405bf5dd81b7
MD5 0de4aae57e60271cd22a49c1f7339867
BLAKE2b-256 aefe75ad2aeef3fefc6e3d625017078ff911079fd09ed713f61cb4a93c820c02

See more details on using hashes here.

File details

Details for the file mdplistlib-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: mdplistlib-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.3

File hashes

Hashes for mdplistlib-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 12615de22d8c7f62f701a34c0c4835b8efd48b16bc65b33401b5fe69ae96cf62
MD5 e0d2d51149bf398322035836d8009a55
BLAKE2b-256 ee7105578835454a64d9f30352655f04f635f63a3ee62197092de124755c7a7a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page