Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weebdatahoarder/phytonutils
[Mirror] Utilities and documentation for devices commonly released by Phyton / Фитон, AlmaCode, AngioCode, RadiaCode
https://github.com/weebdatahoarder/phytonutils
phyton radiacode
Last synced: about 1 month ago
JSON representation
[Mirror] Utilities and documentation for devices commonly released by Phyton / Фитон, AlmaCode, AngioCode, RadiaCode
- Host: GitHub
- URL: https://github.com/weebdatahoarder/phytonutils
- Owner: WeebDataHoarder
- License: mit
- Created: 2023-10-08T08:22:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-09T12:59:49.000Z (over 1 year ago)
- Last Synced: 2024-11-12T06:32:24.563Z (3 months ago)
- Topics: phyton, radiacode
- Language: Go
- Homepage: https://git.gammaspectra.live/WeebDataHoarder/PhytonUtils
- Size: 54.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phyton Utils
These are utilities and documentation for devices commonly released by [Phyton / Фитон](https://www.phyton.ru/), [AlmaCode](https://almacode.ru/), [AngioCode](https://angiocode.ru/), [RadiaCode](https://www.radiacode.com/);
a group of Russian companies that provide embedded devices for healthcare, industrial and military applications.Most of their products, software or hardware, are undocumented and/or heavily obfuscated, encrypted, or worse.
These utilities allow researchers to inspect the devices and work with them directly, allowing, between others:
* Decoding of Firmware files, both `Phyton` format and `AlmaCode` format
* Decryption of Firmware Blocks
* Encryption of Firmware Blocks
* Decryption of device unique id encrypted code blocks in ROM
* Decompression of Custom compressed data
* Compression to Custom compressed data
* Calculate custom CRC of data
* Decryption of device Memory dumps
* Custom Firmware files
* Device debugging, repair, unbricking
* Decode `RD_FLASH_AREA` messages### Disclaimers
Note this repository does not include code to communicate with devices via either USB or Bluetooth.
Other projects are available for that purpose.All information and data in this repository was produced without physical disassembly of devices,
using publicly available information, files and software.### Tested devices and firmwares
* RadiaCode RC-102## Documentation
Some items have been written in text form. For others, please refer to the source code.
* [Encryption notes](doc/ENCRYPTION.md)
* [Compression notes](doc/COMPRESSION.md)
* [Firmware notes](doc/FIRMWARE.md)
* [CRC notes](doc/CRC.md)