Command line utility written in C++ that converts hex values to their corresponding time and date values. Little endian is assumed for this utility.
Usages specifications for the utility are given below.
mac_conversion -T|-D [–f filename | -h hex value ]
-T Use time conversion module. Either –f or –h must be given.
-D Use date conversion module. Either –f or –h must be given.
-f filename
This specifies the path to a filename that includes a hex value
of time or date. Note that the hex value should follow this
notation: 0x1234. For the multiple hex values in either a file
or a command line input, we consider only one hex value so the
recursive mode for MAC conversion is optional.
-h hex value
This specifies the hex value for converting to either date or
time value. Note that the hex value should follow this notation:
Ox1234. For the multiple hex values in either a file or a command line input, we consider only one hex value so the
recursive mode for MAC conversion is optional.
-
Notifications
You must be signed in to change notification settings - Fork 0
edalford11/MACConversion
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Command line utility written in C++ that converts hex values to their corresponding time and date values. Little endian is assumed for this utility.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published