sdat2img.py
./sdat2img.py system.transfer.list system.new.dat system.img
https://raw.githubusercontent.com/xpirt/sdat2img/master/sdat2img.py
img2sdat.py
./img2sdat.py system.img -o tmp -v 4
https://raw.githubusercontent.com/xpirt/img2sdat/master/img2sdat.py
make_ext4fs
https://github.com/superr/make_ext4fs
https://blog.cofface.com/archives/2681.html
superrs-kitchen
https://bitbucket.org/superr/superrs-kitchen/downloads/
smali/baksmali
heapsize=$(grep MemTotal /proc/meminfo | gawk \'{ print $2/1024-500 }\' | cut -d"." -f1)
java -Xmx${heapsize}m -jar baksmali-2.2b4.jar x -d "\framework\arm64" "\framework\oat\arm64\services.odex" -o "services"
java -Xmx${heapsize}m -jar "smali-2.2b4.jar" a -o "classes.dex" "services"
https://code.google.com/p/smali/
https://bitbucket.org/JesusFreke/smali/overview
apktool
https://bitbucket.org/iBotPeaches/apktool/downloads/
https://code.google.com/p/android-apktool/
qpst
https://androidmtk.com/download-qpst-flash-tool
mtk线刷
https://spflashtools.com/
https://spflashtool.com/
mtk驱动
https://mtktool.com/
MTK Droid Tools
http://www.mtktools.com/
https://mtkdroidtools.com/
vbmeta校验
https://github.com/jcrutchvt10/AVBTOOL
Android Image Kitchen
https://forum.xda-developers.com/showthread.php?t=2073775