Skip to content

A minimal BinaryVersion.bytes parser && reconstructor for some anime game with stars and rails

License

Notifications You must be signed in to change notification settings

Hiro420/BinaryVersionReconstructor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinaryVersionReconstructor

A minimal BinaryVersion.bytes parser && reconstructor for some anime game with stars and rails
Basically an upgraded version of BinaryVersion

Usage

  • Compile via Visual Studio 2022

Option 1 (Parse BinaryVersion.bytes to JSON):

  • BinaryVersion.exe BinaryVersion.bytes (or whatever the BinaryVersion.bytes folder location)
  • The tool will output BinaryVersion.json in same directory as the exe

Option 2 (Reconstruct BinaryVersion.bytes from JSON):

  • BinaryVersion.exe BinaryVersion.bytes* BinaryVersion.json**
    * -> or whatever the BinaryVersion.bytes folder location
    ** -> the JSON file generated by Option 1
  • The tool will output BinaryVersion.bytes in same directory as the exe, with updated values

I DO NOT CLAIM ANY RESPONSIBILITY FOR ANY USAGE OF THIS SOFTWARE, THE SOFTWARE IS MAKE 100% FOR EDUCATIONAL PURPOSES ONLY

About

A minimal BinaryVersion.bytes parser && reconstructor for some anime game with stars and rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages