=========================================== = Introduction = =========================================== Gff2Bin is a simple application which converts the scrambled .GFF files to the unscrambled raw binary code which is ultimately flashed on to the target MCU. It is necessary because I do not have knowledge of how to build .GFF files, and since part of this software suite edits the 8051 binary code, it has to be descrambled. =========================================== = Getting started = =========================================== Two versions of the tool are provided: 1) Gff2Bin.exe: With a GUI Interface 2) Gff2BinCmd.exe: With a Command line interface Usage: Gff2BinCmd.exe Alternatively, a batch file is provided to convert all GFF files. Expect a few crashes as some of the supplied files have Chinese characters in the filename which this tool cannot support.