Skip to content

Instantly share code, notes, and snippets.

@Albus
Created March 17, 2025 22:03
Show Gist options
  • Save Albus/189129ec1ef6475156c42dc2696a73da to your computer and use it in GitHub Desktop.
Save Albus/189129ec1ef6475156c42dc2696a73da to your computer and use it in GitHub Desktop.
Распаковка 1С-ного хранилища значения в python
pattern: re.Pattern[str] = re.compile(r"\uFEFF{\S+\"(.*)\"}", re.DOTALL | re.UNICODE | re.IGNORECASE)
res = ujson.loads(pattern.search(zlib.decompress(self.message.deserialize(v)[18:], wbits=-zlib.MAX_WBITS).decode())[1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment