Skip to content

Instantly share code, notes, and snippets.

@Albus
Created August 9, 2025 05:51
Show Gist options
  • Select an option

  • Save Albus/a5e0174ef76050dbed94dbda14dab96a to your computer and use it in GitHub Desktop.

Select an option

Save Albus/a5e0174ef76050dbed94dbda14dab96a to your computer and use it in GitHub Desktop.
распаковка DBNames базы 1С на python
select BinaryData from dbo.Params where FileName=N'DBNames'
zlib.decompress(binary_data, wbits=-15, bufsize=zlib.DEF_BUF_SIZE).decode(encoding='utf-8-sig')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment