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
OptBool.new('MSI::UAC',[false,'Create an MSI with a UAC prompt (elevation to SYSTEM if accepted)']),
30
-
OptBool.new('EXE::Obfuscation::Enabled',[false,'Use JIT obfuscation when generating the executable',false]),
31
-
OptPath.new('EXE::Obfuscation::Template',[false,'The JIT obfuscation template file name. This should be a C file that will be compiled with the payload embedded in it.']),
32
-
OptPath.new('EXE::Obfuscation::Path',[false,'The directory in which to look for the JIT obfuscation template']),
33
-
OptEnum.new('EXE::Obfuscation::Compiler',[true,'The compiler to use for JIT obfuscation','metasm',['mingw','metasm']])
0 commit comments