Add zipany format. v1.6

This commit is contained in:
ben
2018-09-29 23:37:54 +02:00
parent 200508be7f
commit 875747ad7a
4 changed files with 61 additions and 8 deletions

View File

@@ -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: