Search found 1 match

by shockr
Mon May 01, 2017 9:57 pm
Forum: Tools
Topic: blueprint string viewer
Replies: 15
Views: 10911

Re: blueprint string viewer

Did you get anywhere further with this?
Been playing with some concepts for a blueprint viewer/tool in Javascript/Rails.

So have I, with the new 0.15 patch the internal blueprint string format is "<version:1char><base64+zlib:rest>"


Decode it:

cat blueprint.b64 | tail -c +2 | base64 -d | zlib ...

Go to advanced search