InitialOptions

struct InitialOptions

Public Types

  • enum Endianness

    Values:

    • enumerator Auto

    • enumerator Little

    • enumerator Big

Public Members

  • QString filename

  • QString projectFile

  • bool useVA = true

  • RVA binLoadAddr = RVA_INVALID

  • RVA mapAddr = RVA_INVALID

  • QString arch

  • QString cpu

  • int bits = 0

  • QString os

  • Endianness endian

  • bool writeEnabled = false

  • bool loadBinInfo = true

  • QString forceBinPlugin

  • bool demangle = true

  • QString pdbFile

  • QString script

  • QList<CommandDescription> analysisCmd = {{“aaa”, “Auto analysis”}}

  • QString shellcode