OutlookRulesReader icon indicating copy to clipboard operation
OutlookRulesReader copied to clipboard

Version reading may be too restrictive

Open hughbe opened this issue 4 years ago • 0 comments

Couple of things here

  • We should rename signature to version in RulesHeader
  • We should document the format of version to be MAJOR * 100000 + something??
  • We should use >= checks instead of != checks because Outlook allows for reading versions with increments (e.g. higher minor versions)
  • The format of the flags seems like the upper bytes are an index into a table of versions but this is from RE and is probably wrong

hughbe avatar Apr 28 '21 12:04 hughbe