diff options
author | ben | 2018-09-29 23:37:54 +0200 |
---|---|---|
committer | ben | 2018-09-29 23:37:54 +0200 |
commit | 875747ad7aab1cee8ce635a8f2af2ab5fc6aec0a (patch) | |
tree | b326b323a0c0b1cec1d449e7dc38be30c516f364 /PolyglotFile/polyglotpdfany.py | |
parent | 200508be7ffc34a3e7ce383f6f32ad357cb8a9cd (diff) | |
download | truepolyglot-875747ad7aab1cee8ce635a8f2af2ab5fc6aec0a.tar.gz truepolyglot-875747ad7aab1cee8ce635a8f2af2ab5fc6aec0a.tar.bz2 truepolyglot-875747ad7aab1cee8ce635a8f2af2ab5fc6aec0a.tar.xz |
Add zipany format. v1.61.6
Diffstat (limited to 'PolyglotFile/polyglotpdfany.py')
-rw-r--r-- | PolyglotFile/polyglotpdfany.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PolyglotFile/polyglotpdfany.py b/PolyglotFile/polyglotpdfany.py index 8b7289f..a441f2c 100644 --- a/PolyglotFile/polyglotpdfany.py +++ b/PolyglotFile/polyglotpdfany.py @@ -34,8 +34,6 @@ class PolyglotPdfAny(): with open(payload2filename, "rb") as f: self.payload2 = f.read() - self.buffer = bytearray() - def generate(self): k2stream = self.payload1 if len(k2stream) > 0: |