Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reader not defined bug and unterminated string #25

Closed
RayFirefist opened this issue Oct 27, 2020 · 2 comments
Closed

reader not defined bug and unterminated string #25

RayFirefist opened this issue Oct 27, 2020 · 2 comments

Comments

@RayFirefist
Copy link

On SerializedFile.py under read_serialized_type function, I got an exception saying reader is not defined.
After fixing that (by changing it in self.reader) actually, I found out that there's more. I found out that there's also an issue with the reading of the type Unterminated string: [b''].

I'm also providing the sample file for it (it's decrypted, so there shouldn't be any encryption/xor/anything else issue).

Unity version: 2019.4.1f1

bundle.zip

@K0lb3
Copy link
Owner

K0lb3 commented Nov 4, 2020

A fix will be published in some hours.

@K0lb3
Copy link
Owner

K0lb3 commented Nov 4, 2020

fixed in 1.5

The problem was located in the type tree loading.

@K0lb3 K0lb3 closed this as completed Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants