Payloads for MediaTek Download Agents
  • C 95.8%
  • Makefile 3.3%
  • Shell 0.4%
  • Assembly 0.3%
  • Nix 0.2%
Find a file
2026-06-02 03:23:22 +02:00
common common: Allow to define custom XML stack size 2026-06-02 03:14:34 +02:00
da_x da_x: Use new SEJ lib and use pointers table 2026-06-01 19:31:31 +02:00
da_xml da_xml: Use new SEJ lib and use pointers table 2026-06-02 03:22:06 +02:00
extloader extloader: Add missing channel write 2026-03-14 17:52:34 +01:00
hakujoudai hakujoudai: Embed BSS inside payload 2026-06-02 03:18:39 +02:00
libsej libsej: Don't hang forever on non legacy path 2026-03-14 01:40:51 +01:00
secpatcher secpatcher: Ignore RWX segments warning 2025-12-30 04:05:40 +01:00
.clangd payloads: Add .clangd and update .gitignore 2026-06-02 03:22:52 +02:00
.gitattributes Initial commit 2025-11-10 18:15:40 +01:00
.gitignore payloads: Add .clangd and update .gitignore 2026-06-02 03:22:52 +02:00
build_all.sh payloads: Add hakujoudai (heapb8 payload) 2026-01-30 10:59:42 +01:00
flake.lock Initial commit 2025-11-10 18:15:40 +01:00
flake.nix flake: Add clang 2026-06-02 03:23:22 +02:00
LICENSE.agpl Initial commit 2025-11-10 18:15:40 +01:00
LICENSE.gpl Initial commit 2025-11-10 18:15:40 +01:00
README.md payloads: Update README 2026-03-26 17:25:30 +01:00

MTK Payloads

This repository contains various payloads and libraries for MediaTek devices. These payloads can be used for tasks such as unlocking, flashing and other cool stuff related to MTK devices.

These payloads are intended for educational purposes only. Use them at your own risk.

Contents

  • da_x: DA Extensions for V5/XFlash devices
  • da_xml: DA Extensions for V6/XML devices
  • libsej: A portable library for SEJ (Security Engine for JTAG protection)
  • extloader: A small loader for adding the boot_to command and loads DA extensions
  • secpatcher: A tethered BROM payload for Legacy and V5 devices that disables security
  • hakujoudai: A payload for V6 devices exploiting heapb8.

License

This project is licensed under the AGPL-3.0 License. See the LICENSE file for details.

Some payloads may have their own licenses. Please refer to the respective payload directories for more information. Notably:

  • libsej is licensed under the GPL-3.0 License, copyright (C) 2024 B.Kerler, 2025 (C) Shomy

If you use or modify any of these payloads, please make sure to comply with their respective licenses.