Results 12 comments of Captain Trips

```bash wget https://raw.githubusercontent.com/lavie/runlike/master/Dockerfile docker build -t runlike . docker run --rm -v /var/run/docker.sock:/var/run/docker.sock \ runlike YOUR-CONTAINER ``` Works on my RPi4 running LibreELEC 9.2.3

I ran into the same thing was able to resolve it with `Asset.from_file`. For example: import unitypack.asset with open("example.assets", "rb") as fp: asset = unitypack.asset.Asset.from_file(fp) for id, object in asset.objects.items():...

I'm not sure if this should go here, #6, get it's own issue, or some combination, so hopefully this is the proper forum. As a new user to this (great!)...

Thanks for the link. I'll see if I can make it work for my target version. On the silently falling back on a different format version thing, I was just...

I managed to get the gist updated to: * [2017.1.0p5](https://gist.github.com/capntrips/659bec02ab8f65347f40bd88aa0ef059/2af9d107db29c98aebe5c6199d5b1389672bea5e) * [2017.1.2p4](https://gist.github.com/capntrips/659bec02ab8f65347f40bd88aa0ef059/a3888ac7a079ca45de98348c412beadff8268548) * [2017.1.3p4](https://gist.github.com/capntrips/659bec02ab8f65347f40bd88aa0ef059/0ad4d080d2cc4a437d69b39e5757fd8f1a0435e0) The basic steps I used, in case someone wants to replicate this with a different version:...

@yanchl Once you have the EXE and PDB loaded in IDA, you can find them all in the Names and Functions windows. For example, from [2017.1.0p5](https://gist.github.com/capntrips/659bec02ab8f65347f40bd88aa0ef059/2af9d107db29c98aebe5c6199d5b1389672bea5e): | Variable Name |...

@chenruikun I was unable to find the code I used in that example, but I imagine it was something like this (untested): ```python def load_blob(self, buf): before = buf.tell() num_nodes...

The original idea was to keep up with the original boot image to avoid bootloops. The available backups are also tied to that value. A change to that functionality has...

This topic was also discussed in #11, I figured I would note that here.

I have an update forthcoming with the following new strings: ``` Settings At Startup Before Backup After Flash After Restore Checking kernel version … Verity Verification Enabled Disabled Check Vbmeta...