Update README.md

This commit is contained in:
开始 2023-04-23 10:03:32 +08:00 committed by GitHub
parent 3d8d422818
commit 646f94dd14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,15 +43,15 @@ console.log(result.get_form())
- 半自动方式可以看(qxVm_sanbox\tools\create_ptototype_js.py)
## qxVm优化方向(当然新版都是已经实现的)
- debugger 改为 日志打印,加入日志开关
- debugger改为日志打印,加入日志开关, 并且避免使用`proxy`代理
- 加入dom解析 可以套壳jsdom, 我是使用了cheerio
- 优化堆栈替换, 防止检测堆栈
- 加入动态更换框架内浏览器环境的逻辑(保证框架只加载一次)
- 加入动态更换框架内浏览器环境的逻辑, 保证框架只加载一次
- 加入内部指纹库, 可以随意更改指纹
- 套壳 canvas, 实现canvas指纹生成
## qxVm(最新, 没有开源)
## qxVm(最新)
- 暂时没开源
- 框架加载速度 200ms左右
- dom解析
- form特性