From 875747ad7aab1cee8ce635a8f2af2ab5fc6aec0a Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 29 Sep 2018 23:37:54 +0200 Subject: Add zipany format. v1.6 --- PolyglotFile/polyglotpdfany.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'PolyglotFile/polyglotpdfany.py') 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: -- cgit v1.2.3