فهرست منبع

added sample to description

bwhitn 8 سال پیش
والد
کامیت
f8e9e9ba85
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/core/config/OperationConfig.js

+ 1 - 1
src/core/config/OperationConfig.js

@@ -3207,7 +3207,7 @@ const OperationConfig = {
         ]
         ]
     },
     },
     "Microsoft Script Decoder": {
     "Microsoft Script Decoder": {
-        description: "Decodes Microsoft Encoded Script files that have been encoded with Microsoft's custom encoding. These are often VBS (Visual Basic Script) files that are encoded and often renamed ".vbe" extention or JS (JScript) files renamed with ".jse" extention.",
+        description: "Decodes Microsoft Encoded Script files that have been encoded with Microsoft's custom encoding. These are often VBS (Visual Basic Script) files that are encoded and often renamed &#34;.vbe&#34; extention or JS (JScript) files renamed with &#34;.jse&#34; extention.<br><br><b>Sample</b><br><br>Encoded:<br><code>#@~^RQAAAA==-mD~sX|:/TP{~J:+dYbxL~@!F@*@!+@*@!&amp;@*eEI@#@&amp;@#@&amp;.jm.raY 214Wv:zms/obI0xEAAA==^#~@</code><br><br>Decoded:<br><code>MsgBox &#34;Hello&#34;</code>",
         run: MS.runDecodeScript,
         run: MS.runDecodeScript,
         inputType: "string",
         inputType: "string",
         outputType: "string",
         outputType: "string",