Skip to content

TheManticoreProject/SIDTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

A cross-platform tool to work with Security Identifiers (SID) formats.
Build and Release GitHub release (latest by date) Go Report Card

Features

  • Convert SID to and from formats:
    • Parses SID in hex, bytes and string formats
    • Outputs to hex, bytes and string formats.

Usage

$ ./SIDTool-linux-amd64 --help
SIDTool - by Remi GASCOU (Podalirius) @ TheManticoreProject - v1.2

Usage: SIDTool --value <string> [--to-hex] [--to-bytes] [--to-string]

  -v, --value <string> Input value to be converted.

  Conversion Options:
    -x, --to-hex    Convert the input value to hexadecimal. (default: false)
    -b, --to-bytes  Convert the input value to bytes. (default: false)
    -s, --to-string Convert the input value to string. (default: false)

Contributing

Pull requests are welcome. Feel free to open an issue if you want to add other features.

Credits

  • @p0dalirius for the creation of the SIDTool project before transferring it to TheManticoreProject.

About

A cross-platform tool to work with Security Identifiers (SID) formats.

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Languages