You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/auxiliary/fileformat/maldoc_in_pdf_polyglot.rb
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,8 @@ def initialize(info = {})
43
43
[
44
44
OptPath.new('FILENAME',[true,'The input MHT filename with macro embedded']),
45
45
OptPath.new('INJECTED_PDF',[false,'The input PDF filename to inject in (optional)']),
46
-
OptString.new('MESSAGE_PDF',[false,'The message to display in the local PDF template (if INJECTED_PDF is NOT used)','You must open this document in Microsoft Word'])
46
+
OptString.new('MESSAGE_PDF',[false,'The message to display in the local PDF template (if INJECTED_PDF is NOT used)','You must open this document in Microsoft Word']),
0 commit comments