Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Save current database to the specified idb file
     idbname - name of the idb file. if empty, the current idb
               file will be used.
     flags   - DBFL_... bits or 0
see also set_database_flag(), clr_database_flag()

success save_database(string idbname, long flags);

#define DBFL_KILL 0x01 // delete unpacked database #define DBFL_COMP 0x02 // collect garbage #define DBFL_BAK 0x04 // create backup file (if !DBFL_KILL) #define DBFL_TEMP 0x08 // temporary database

Index | Previous topic | Next topic