Add zipany format. v1.6
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user