-
Notifications
You must be signed in to change notification settings - Fork 25
8. Binary Utilities
Kevin L. edited this page Aug 5, 2024
·
3 revisions
The starrail
package supports a list of binary-related utility commands for web cache and streaming assets decoding.
Honkai: Star Rail's web cache stores recent web data. To access the decoded web cache URLs containing cached information about events, pulls, and announcements without loading into the game, run:
> starrail webcache
The results will be listed in two sections:
- Events/Pulls Web Cache
- Announcements Web Cache
To access your Honkai: Star Rail's cached pulls information without logging in to the game, run:
> starrail pulls
Web view of all the pull information will open in the default browser.
The package provides this supplementary tools to decode any ASCII-based binary file.
> starrail decode --path <path_to_file>
All ASCII-based information will be outputted into a table with index listings as following:
Index Content
------- --------------
0 This is a test
1 /Root xxxx 0 R
2 /Info 1 0 R>>
3 start ref
... .....