ki-keyring

command module
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

README

ki-keyring

Utility for ejecting/injecting sets of obfuscated public keys ("keyring" structures) from/into WizardGraphicalClient binaries.

Usage

It assumes the game client is located at the default Windows installation path but it can be overridden with --bin.

The eject subcommand will print the keyring of the game client in JSON format. The private field for each key in the keyring will be set to null as this information isn't obtainable.

$ ki-keyring eject
{...}
$ ki-keyring eject --bin path/to/WizardGraphicalClient.exe
{...}

The inject subcommand will generate new RSA keypairs and inject the public keys into the game client. The private field for each key in the keyring will also reflect the new RSA private keys.

$ ki-keyring inject
{...}
$ ki-keyring inject --bin path/to/WizardGraphicalClient.exe
{...}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL