decode-js 基于Babel 的 AST 分析器和处理器,可以处理以下情况: stringArray(包括添加了旋转操作,以及嵌套调用的情况) 死代码 控制流扁平化(switch) 局部代码变换(Object表达式、字符串分割等) 自定义代码(自保护,禁止控制台调试,禁止控制台输出) An AST analyzer and processor based on
JS混淆代码的AST分析工具 AST analysis tool for obfuscated JS code - decode-js/.github at main · echo094/decode-js
"decode": "node src/main.js", "deob": "node src/main.js -t obfuscator", "deso": "node src/main.js -t sojson", "desov7": "node src/main.js -t sojsonv7", "lint": "eslint --ext .js --fix src" }, "dependencies": { "@babel/generator": "^7.17.10", "@babel/parser"...
JavaScript decode function, Just like Oracle decode function! and switcher to replace switch case. - sfger/js-decode
Closed opened this issueMar 1, 2024· 2 comments echo094closed this asnot plannedWon't fix, can't repro, duplicate, staleMar 8, 2024 echo094changed the titlesojsonv7 运行virtualGlobalEval这个函数报错 URIError [Error]: URI malformedMar 9, 2024...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
百度网盘命令行工具(C语言)。直接分析网盘网站,无需创建百度应用,全目录可访问。The terminal client for baidu net disk (baidu pcs). Write with c. No need create the app. - baidupcs/decode_js_string.html at master · imzjy/baidupcs
.github/workflows Create test.js.yml Mar 3, 2023 .eslintrc.json Add travis/linter Sep 5, 2016 .gitignore Bump deps Aug 27, 2024 .travis.yml Fix config Jun 18, 2017 LICENSE Initialize wav decoder Mar 3, 2023 audio-decode.d.ts
unjsfuck decode ./test/test_enc.js Test go test . -v Package usage Install go get github.com/karust/unjsfuck Decode yourEncodedJS := "..." jsFuck := New() jsFuck.Init() fmt.Println(jsFuck.Decode(yourEncodedJS)) Encode yourPlainJS := "alert(123);" jsFuck := New() jsFuck....
RequireJS It supports AMD: require(['your/path/base64.js'],function(base64){// ...}); Methods base64.encode(str, asciiOnly, format) Encode string to base64, set asciiOnly to true for better performace. str:String String to encode. ...