This tool has two main functions: one is to decompress a boot.img and open the ramdisk, and the other is to pack a boot.img.
1. modify logo.img
open logo.img at left explorer navigation, right click and select "open logo.img", it will decompress the logo.img file and open it in vscode.
After modifying the content, right click and select "save logo.img", it will save the logo.img into logo/logo.img, and then you can use it to flash the device.
2. modify boot.img
open boot.img at left explorer navigation, right click and select "open boot.img", it will decompress the boot.img file and open it in vscode.
After modifying the content, right click and select "save boot.img", it will save the boot.img into out/boot.img, and then you can use it to flash the device.
3. compile module
dependencies: export COMPILE_ROOT_DIR=/path/to/compile.sh in your .bashrc file.
to compile the current module, rigth click and select "compile module"。ps:it will show the menu only when c or java file is selected.