Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 573 Bytes

File metadata and controls

19 lines (14 loc) · 573 Bytes

binmod

Usage

./bin/binmod.exe -i"C:\Workspace\MAP1001\FW_1001_STD\AllBin_MP\REIJCDHJ\CPU1\BEAGLE.bin\INIT.bin" -o"C:\Workspace\MAP1001\FW_1001_STD\AllBin_MP\REIJCDHJ.bin" -s0x1c0,0x40 -d0x30,0x40
cp ./AllBin_MP/"$name".bin ./AllBin_MP/"$name"_org.bin
binmod.exe -i ./AllBin_MP/"$name"/CPU1/BEAGLE.bin/INIT.bin -o ./AllBin_MP/"$name".bin -s 0x1c0,0x40 -d 0x30,0x40

Format the source code with Linux coding style

# AStyle
$(pwd)/Astyle/bin/astyle.exe --options=$(pwd)/AStyle/file/linux.ini -R ./*.c,*.h --exclude=AStyle --formatted