Skip to content

D3VL/DJI-DAT-Decryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DJI .DAT Decryption Tool

This tool is used to decrypt the .DAT files exported by DJI assistant.

Currently only supports the following models:

  • DJI Goggles 2
  • DJI O3 Air Unit
  • DJI Avata

Usage

Web

Visit https://dji-dat-decryptor.d3vl.com/

CLI

download the latest release from here and run the following command

node dji-dat-decryptor.js <path to .DAT file> <folder output>

Building

npm install --include=dev

# build for web
npm run build::web

# build for cli
npm run build::cli

Thanks

Massive thanks to Joonas @j005u from fpv.wtf without whom this would not have been possible.