Database conversion from idb to i64
Database conversion from idb to i64
Historically, there were ida and idat to deal with 32 bits binaries. Then 64 bits binaries make an appearance to our world and this is how ida64 and ida64 were born.
Hex-rays decided to remove ida, mainly to simplify the product and the code base. It was done in two steps
make ida64 fully usable with 32 bits binaries
offer a tool to migrate dabase from idb (32 bits) to i64 (64 bits) format
Main usage
This command converts foo.idb to foo.i64 on the fly. The user can immediately start working with the database. If foo.i64 already exists, IDA will ask if it should be overwritten or not. Please note foo.idb is left untouched by the upgrade.
List of the available command line switches
Example
This command automatically converts foo.idb and exits at the end of the conversion. If foo.i64 already exists, the conversion will not be performed. Since this command uses idat64, it can be used for batch processing.
Last updated