K0lb3 / UnityPy

UnityPy is python module that makes it possible to extract/unpack and edit Unity assets
MIT License
771 stars 114 forks source link

Python interpreter crash (segmentation fault) #148

Closed cruiseliu closed 1 year ago

cruiseliu commented 1 year ago

Code & Error

>>> import UnityPy
>>> UnityPy.load('config').objects[1084].read()
Segmentation fault (core dumped)

To Reproduce

K0lb3 commented 1 year ago

Thanks for reporting the issue and including the file. The fix for it will be out in a bit.