theLORD
Results
2
comments of
theLORD
@MrBurnsAT my friend you can extract the board firmware using @mefistotelis tools then decrypt the salted file with the well known password, then decompress the files and remove the first...
openssl des3 -d -k Dji123456 -in enc.bin -out decrypted.tar.gz in the decrypted file you will find /dji/data/u-boot.img and /dji/data/ubl_xxx_m_x.img extract the u-boot.img and ubl_297m_1.img open them in hex editor and...