Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
[database]
engine: MYSQL
host: hostname
schema: database_name
user: username
password: password
[importing]
# Operation mode, "batch" or "auto" indicates that no questions
# or other kind of interaction should be requested from the user.
# It's useful when running ida2sql from the command line:
#
# [ ida_executable.exe -A -OIDAPython:ida2sql.py database.idb|filename.exe ]
#
mode: batch
# Default comment to set on module import
#
comment: "Imported by ida2sql"
# Whether to process the raw section data and insert it into the
# corresponding table
#
process_sections: no