ida2sql.cfg
上传用户:szhuaji06
上传日期:2020-08-02
资源大小:66k
文件大小:1k
源码类别:

破解

开发平台:

Python

  1. [database]
  2. # Engine can be any of MYSQL, POSTGRESQL, MYSQLDUMP, SQLITE
  3. engine: MYSQL
  4. host: hostname
  5. schema: database_name
  6. user: username
  7. password: password
  8. [importing]
  9. # Operation mode, "batch" or "auto" indicates that no questions
  10. # or other kind of interaction should be requested from the user.
  11. # It's useful when running ida2sql from the command line:
  12. #
  13. # [ ida_executable.exe -A -OIDAPython:ida2sql.py database.idb|filename.exe ]
  14. #
  15. mode: batch
  16. # Default comment to set on module import
  17. #
  18. comment: "Imported by ida2sql"
  19. # Whether to process the raw  section data and insert it into the
  20. # corresponding table
  21. #
  22. process_sections: no