pycdc
pycdc copied to clipboard
Getting vector::_M_range_check Error
I'm trying to decompile 3.11 pyc and I'm getting this:
# Source Generated with Decompyle++
# File: "name" (Python 3.11)
Error decompyling "name": vector::_M_range_check: __n (which is 70) >= this->size() (which is 66)
Any help? Ps I'm still noob so sorry if it's a noob error. Edit: .pyc file size is 34kb.
Getting this too, but with vector::_M_range_check: __n (which is 10) >= this->size() (which is 10). File size is 5.6k, if that matters
Me too: vector::_M_range_check: __n (which is 20) >= this->size() (which is 14)
help please me too
Should be fixed with #462