cdb-util v1.2 - convert cheat codes to/from a CDB database
Usage:
Create CDB from text cheats:  cdb-util c <text file 1> [text file 2] ... <cdb file>
Extract text cheats from CDB: cdb-util e <cdb file> <text file>

Uses libcheats by Mathias Lafeldt (see https://github.com/mlafeldt/libcheats). libcheats is licensed under the MIT license.

v1.2 - July 28, 2015
 * Added CDB extraction to convert a CDB file to text cheats
 * Changed project name to cdb-util
 * Simplified messages

v1.1 - April 6, 2015
 * Added support for combining multiple code lists into CDB
 * Game list is now sorted before creating CDB

v1.0 - April 4, 2015
 * Initial Release