Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 680 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 680 Bytes

MMFDumper

MMFDumper is a command line utility that can be used to create a hex/text dump of a memory mapped file.

Usage:

MmfDumper filename [/maxLength=(0|length)]

      filename=name of file in MMF namespace, e.g. Global\windows_shell_global_counters
      /maxLength=0: dump whole file contents
      /maxLength=1024: display first 1024 bytes (multiples of 16)
      omitted maxLength parameter uses 256 bytes

Copyright (c) 2019 thoblerone

ToDo

better formatting if maxLength is used with a length that is not a multiplyer of 16