Skip to content

Mxvmem maintenance #285

Merged
merged 3 commits into from
Dec 7, 2022
Merged

Mxvmem maintenance #285

merged 3 commits into from
Dec 7, 2022

Commits on Dec 6, 2022

  1. mxvmem: place script under forensics

    From the context the tool fits in forensics.
    Also it was accepted to have a python script
    therein.
    thomas committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    1228158 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cf0a26 View commit details
    Browse the repository at this point in the history
  3. mxvmem: make reading files more robust

    Reading logfiles containing 'strange' bytes, would yield
    errors like:
    
      "UnicodeDecodeError: 'utf-8' codec can't decode byte
       0xb3 in position 3221: invalid start byte"
    
    Either switch to binary input, or escape the characters
    in question. Here the latter was choosen.
    thomas committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    8d9c2f5 View commit details
    Browse the repository at this point in the history