Results 21 comments of GonJay

``` def getRaw(self, idx): if idx < 0 or self.m_stringOffsets == [] or idx >= len(self.m_stringOffsets): return None offset = self.m_stringOffsets[ idx ].get_value() length = self.getByte(self.m_strings, offset) offset += 1...