Skip to content

A command line utility to dump contents of memory mapped files

License

Notifications You must be signed in to change notification settings

thoblerone/MMFDumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A command line utility to dump contents of memory mapped files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages