MCPcopy Create free account

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

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

Methodplatform
String describing the platform on which the ACE archive was created. This is derived from the *host* field in the archive header.
acefile.py:3777
Methodproduce
(self, refplane_x)
acefile.py:1995
Methodproduce
(self, refplane_x)
acefile.py:2003
Methodraw_filename
Raw, unsanitized filename, as :class:`bytes`, not safe for use with file operations and possibly using path syntax from other platfor
acefile.py:2893
Methodread
(self, n=None)
acefile.py:304
Methodread
(self, n=None)
acefile.py:358
Methodread
(self, n=None)
acefile.py:406
Methodread
Read a block of LZ77 compressed data from BitStream *bs*. Reading will stop when *want_size* output bytes can be provided, or
acefile.py:1528
Methodread
Read a block of SOUND compressed data from BitStream *bs*. Reading will stop when *want_size* output bytes can be provided, o
acefile.py:1787
Methodread
Read the decompressed bytes of an archive member. *Member* can refer to an :class:`AceMember` object, a member name or an ind
acefile.py:3525
Methodread_from
Read a pixel decoder identifier from BitStream *bs* and return the appropriate PixelDecoder instance.
acefile.py:1890
Methodread_symbol
Read a symbol from BitStream *bs* using the Huffman tree for model *model*.
acefile.py:1612
Methodregister
(cls, othercls)
acefile.py:1885
Methodreinit
Reinitialize the LZ77 decompression engine. Reset all data dependent state to initial values.
acefile.py:1506
Methodreinit
Reinitialize the SOUND decompression engine. Reset all data dependent state to initial values.
acefile.py:1776
Methodseek
(self, offset, whence=0)
acefile.py:342
Methodseekable
()
acefile.py:336
Methodseekable
()
acefile.py:403
Functionsiginfo_handler
(signum, frame)
acefile.py:3875
Methodsize
Size after decompression (original size).
acefile.py:2901
Methodsum
The final checksum.
acefile.py:916
Methodsum
The checksum.
acefile.py:942
Methodsum
(self)
exp.py:38
Methodtell
(self)
acefile.py:339
Functiontestsuite
()
acefile.py:4177
Methodupdate_pixel_d
(self, thisplane_d, refplane_d)
acefile.py:1992
Methodupdate_pixel_d
(self, thisplane_d, refplane_d)
acefile.py:2000
Methodvolume
(self)
acefile.py:3218
Methodvolume
ACE archive volume number of the first volume of this ACE archive.
acefile.py:3785
Methodvolumes_loaded
Number of loaded volumes in this archives. When opening a subsequent volume of a multi-volume archive, this may be lower than the
acefile.py:3792
← previous201–230 of 230, ranked by callers