MCPcopy Create free account

hub / github.com/WyAtu/CVE-2018-20250 / functions

Functions230 in github.com/WyAtu/CVE-2018-20250

↓ 1 callersMethodshift_pixels
Shift pixels to the left to prepare for the next column. C A D B X
acefile.py:1900
↓ 1 callersFunctiontest
()
acefile.py:4181
↓ 1 callersMethodtestall
Test all the members in the archive. Returns the name of the first archive member with a failing header or content CRC, or None if a
acefile.py:3671
↓ 1 callersFunctiontitle
(docstr)
acefile.py:3859
↓ 1 callersMethodtry_load_next_volume
Open the next volume following this one in a multi-volume archive and return the instantiated :class:`AceVolume` object.
acefile.py:2993
↓ 1 callersFunctionunace
()
acefile.py:3854
↓ 1 callersMethodupdate_pixel_x
Read the next data point from BitStream *bs* and store the resulting pixel X based on ErrContext *context*.
acefile.py:1941
Method__enter__
Using :class:`AceArchive` as a context manager ensures that :meth:`AceArchive.close` is called after leaving the block.
acefile.py:3339
Method__eq__
Compare the checksum to a fixed value or another ACE CRC32 object.
acefile.py:897
Method__eq__
(self, other)
exp.py:28
Method__exit__
(self, type, value, traceback)
acefile.py:3346
Method__format__
Format the checksum for printing.
acefile.py:903
Method__format__
(self, format_spec)
exp.py:31
Method__iadd__
Adding a buffer of bytes into the checksum, updating the rolling checksum from all previously added buffers.
acefile.py:889
Method__iadd__
(self, buf)
exp.py:24
Method__init__
(self, f, base, size)
acefile.py:272
Method__init__
(self, files)
acefile.py:324
Method__init__
(self, f, engine)
acefile.py:395
Method__init__
Initialize decryption engine with a key derived from password *pwd*, which can be str or bytes.
acefile.py:722
Method__init__
Initialize and add bytes in *buf* into checksum.
acefile.py:881
Method__init__
Initialize BitStream reading from file-like object *f* until EOF.
acefile.py:1012
Method__init__
(self, mode)
acefile.py:1151
Method__init__
(self, codes, widths, max_width)
acefile.py:1176
Method__init__
(self)
acefile.py:1343
Method__init__
(self)
acefile.py:1390
Method__init__
(self, minsize, maxsize)
acefile.py:1421
Method__init__
(self)
acefile.py:1503
Method__init__
(self, num_models)
acefile.py:1598
Method__init__
Initialize a channel with index *channel_idx*, using symbol reader *symreader* to fetch new symbols.
acefile.py:1638
Method__init__
(self)
acefile.py:1772
Method__init__
(self)
acefile.py:1822
Method__init__
(self)
acefile.py:1835
Method__init__
(self)
acefile.py:1971
Method__init__
(self)
acefile.py:1984
Method__init__
(self)
acefile.py:2136
Method__init__
(self, crc, size, type, flags)
acefile.py:2448
Method__init__
(self, *args)
acefile.py:2491
Method__init__
(self, *args)
acefile.py:2541
Method__init__
Initialize an :class:`AceMember` object with index within archive *idx*, initial file header *filehdr* and underlying file-like objec
acefile.py:2745
Method__init__
(self, file, mode='r', *, search=524288, _idx=0, _am=None)
acefile.py:2914
Method__init__
See :meth:`AceArchive._open`.
acefile.py:3261
Method__init__
(self, argv0, action, archive)
acefile.py:3863
Method__init__
(self, buf=b'')
exp.py:19
Method__iter__
Using :class:`AceArchive` as an iterater will iterate over :class:`AceMember` objects for all archive members.
acefile.py:3349
Method__repr__
(self)
acefile.py:3356
Method__str__
String representation of object is hex value of checksum.
acefile.py:909
Method__str__
String representation of object is hex value of checksum.
acefile.py:935
Method__str__
(self)
acefile.py:1154
Method__str__
(self)
acefile.py:2504
Method__str__
(self)
acefile.py:2558
Method__str__
(self)
acefile.py:3869
Method__str__
(self)
exp.py:34
Method_list_swap
>>> a = list(range(9)) >>> _list_swap(a, 3, 6) [0, 1, 2, 6, 4, 5, 3, 7, 8, 9]
acefile.py:1210
Method_open
Open archive from *file*, which is either a filename or seekable file-like object, and return an instance of :class:`AceArchive`
acefile.py:3237
Method_quicksort_subrange
(left, right)
acefile.py:1209
Method_read_trees
Read the Huffman trees as well as the blocksize from BitStream *bs*; essentially this starts reading into a next block of sym
acefile.py:1602
Functionace_crc32
Return the ACE CRC-32 checksum of the bytes in *buf*. >>> ace_crc32(b"123456789") 873187033
acefile.py:948
Methodadvert
(self)
acefile.py:3190
Methodadvert
ACE archive advert string as :class:`str`. Unregistered versions of ACE compressors communicate that they are unregistered by
acefile.py:3724
Methodappend
Append output byte *char* to dictionary.
acefile.py:1432
Methodattrib
(self, attrib)
acefile.py:2588
Methodattribs
DOS/Windows file attribute bit field, as :class:`int`, as produced by the Windows :func:`GetFileAttributes` API.
acefile.py:2793
Methodattribs_str
(self)
acefile.py:2592
Methodblocksize
Return the block size of the decryption engine in bytes. The decrypt() method will only accept buffers containing a multiple of
acefile.py:852
Methodclassinit_pic_dif_bit_width
Decorator that adds the PIC dif_bit_width static table to *cls*.
acefile.py:1839
Methodclassinit_pic_quantizers
Decorator that adds the PIC quantizer static tables to *cls*.
acefile.py:1850
Methodclassinit_sound_quantizer
Decorator that adds the static quantizer table to class *cls*.
acefile.py:1623
Methodcomment
File-level comment, as :class:`str`. If absent, empty :class:`str`.
acefile.py:2801
Methodcomment
(self)
acefile.py:3194
Methodcomment
ACE archive level comment as :class:`str`. If absent, empty :class:`str`.
acefile.py:3735
Methodcompqual
Compression quality used; one of :data:`QUAL_NONE`, :data:`QUAL_FASTEST`, :data:`QUAL_FAST`, :data:`QUAL_NORM
acefile.py:2819
Methodcompqual_str
(self)
acefile.py:2603
Methodcomptype
Compression type used; one of :data:`COMP_STORED`, :data:`COMP_LZ77` or :data:`COMP_BLOCKED`.
acefile.py:2809
Methodcomptype_str
(self)
acefile.py:2596
Methodcversion
(self)
acefile.py:3198
Methodcversion
ACE creator version. This is equal to the major version of the ACE compressor used to create the archive, which equals the highest
acefile.py:3743
Methoddatetime
(self)
acefile.py:3210
Methoddatetime
Archive timestamp as :class:`datetime.datetime` object.
acefile.py:3770
Methoddecompress_blocked
Decompress data compressed using the ACE 2.0 blocked method from file-like-object *f* containing compressed bytes that will be
acefile.py:2177
Methoddecompress_lz77
Decompress data compressed using the ACE 1.0 legacy LZ77 method from file-like-object *f* containing compressed bytes that will be
acefile.py:2159
Methoddecompress_stored
Decompress data compressed using the store method from file-like-object *f* containing compressed bytes that will be decompressed to
acefile.py:2141
Methoddicsize
LZ77 dictionary size required for extraction of this archive member in literal symbols, ranging from 1K to 4M.
acefile.py:2849
Methoddicsizebits
LZ77 dictionary size bit length, i.e. the base-two logarithm of the dictionary size required for extraction of this archive member.
acefile.py:2857
Methoddumpheaders
Dump all ACE file format headers in this archive and all its volumes to *file*.
acefile.py:3687
Methodeversion
(self)
acefile.py:3202
Methodeversion
ACE extractor version. This is the version of the ACE decompressor required to extract, which equals the version of the ACE format t
acefile.py:3753
Methodextractall
Extract *members* or all members from archive to *path* or the current working directory. *Members* can contain :class:`AceMe
acefile.py:3495
Methodfilename
Sanitized filename, as :class:`str`, safe for use with file operations on the current platform.
acefile.py:2865
Methodfilename
(self)
acefile.py:3206
Methodfilename
ACE archive filename. This is not a property of the archive but rather just the filename passed to :func:`acefile.open`.
acefile.py:3762
Methodgetrawnames
(self)
acefile.py:3438
Methodhdr_flags_str
(self)
acefile.py:2476
Methodhdr_type_str
(self)
acefile.py:2469
Methodhost_str
(self)
acefile.py:2532
Functionis_acefile
Return True iff *file* refers to an ACE archive by filename or seekable file-like object. If *search* is 0, the archive must start at pos
acefile.py:3802
Methodis_locked
Return True iff archive is locked for further modifications. Since this implementation does not support writing to archives,
acefile.py:3695
Methodis_reg
True iff :class:`AceMember` instance describes a regular file.
acefile.py:2786
Methodntsecurity
NT security descriptor as :class:`bytes`, describing the owner, primary group and discretionary access control list (DACL) of the arc
acefile.py:2873
Methodpacksize
Size before decompression (packed size).
acefile.py:2886
Methodplatform
(self)
acefile.py:3214
← previousnext →101–200 of 230, ranked by callers