diff options
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: |