摘要: 使用vscode编写 例子1: dim a,b a=10 b=20 msgbox a + b 例子2: # 输入输出 dim str str = inputbox("please input your name here","Title","hahahhahah") # 第一个参数弹框提示信息,第二 阅读全文
posted @ 2023-03-11 00:10 __username 阅读(34) 评论(0) 推荐(0)
摘要: 1、工具 JS加解密 https://www.bejson.com/enc/eval_package/ Ob混淆 https://github.com/Tsaiboss/decodeObfuscator AST 混淆还原框架 https://github.com/sml2h3/ast_tools C 阅读全文
posted @ 2023-03-11 00:09 __username 阅读(2524) 评论(0) 推荐(0)