A plugin for Reven that facilitates reverse engineering Shmiano E-Tube firmware.
The plugin can be installed using pip
.
$ pip install reven-plugin-etube
Run reven etube --help
to see the help and all available commands.
$ reven etube --help
Usage: reven etube [OPTIONS] COMMAND [ARGS]...
Operations for reverse engineering Shimano E-Tube firmware.
╭─ Options ──────────────────────────────────────────────────────────────────────╮
│ --help Show this message and exit. │
╰────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ─────────────────────────────────────────────────────────────────────╮
│ fwinfo Read the headers of E-Tube firmware files. │
│ decrypt Decrypt E-Tube file using AES. │
│ encrypt Encrypt an E-Tube file using AES. │
│ hexpat Generates ImHex *.hexpat files │
╰────────────────────────────────────────────────────────────────────────────────╯