rizinorg / rizin

UNIX-like reverse engineering framework and command-line toolset.
https://rizin.re
GNU Lesser General Public License v3.0
2.51k stars 341 forks source link

Expose DOS and Win32 timestamps encoding/decoding in `rz-ax`. #4515

Closed XVilka closed 3 weeks ago

XVilka commented 1 month ago

Currently, rz-ax has the ability to decode UNIX timestamps using the -t flag. But the Rizin itself has support also for the DOS and Win32 timestamps. Just expose them as well, not sure what flags could be used though.

See:

TheN00bBuilder commented 3 weeks ago

Howdy! First time committing to a public repo, but I added this feature with the -m flag. Coming over from Keystone as I noticed that it's not updated anymore.

I'll add a PR here in a second.