Skip to content

Releases: pysunday/rs-reverse

Release 1.7.0

10 Apr 11:07
Compare
Choose a tag to compare

1.7.0 (2024-04-10)

Features

    1. 增加makecode-high子命令 2. 增加basearr子命令 (7757ad5)

Bug Fixes

    1. exec命令适配版本;2. 新版cookie位数逻辑更新(无法过检测) (ae822c7)
  • 文档更新、代码优化 (36848f8)
  • 更新readme (4caaf73)

Release 1.6.0

28 Mar 11:06
Compare
Choose a tag to compare

1.6.0 (2024-03-28)

Features

  • 增加多版本控制、增加其它瑞数网站适配、动态执行逻辑重构 (8771a69)

Bug Fixes

Release 1.5.1

08 Mar 09:50
Compare
Choose a tag to compare

1.5.1 (2024-03-08)

Bug Fixes

  • 生成html与js代码文件去除stringify (f4ea982)

Release 1.5.0

08 Mar 06:36
Compare
Choose a tag to compare

1.5.0 (2024-03-08)

Features

  • 增加html文件与javascript代码文件的保存 (59b86f0)

Release 1.4.0

20 Jan 16:51
Compare
Choose a tag to compare

1.4.0 (2024-01-20)

执行命令查看:npx -p rs-reverse@latest --registry=https://registry.npmjs.org rs-reverse makecookie -u https://wcjs.sbj.cnipa.gov.cn/sgtmi

Features

  1. 增加电量信息与网络连接信息的处理;
  2. 增加meta标签的content值的解析与打印;
  3. ua值从npm包工具随机取 (69c8db6)

Release 1.3.0

06 Jan 12:12
Compare
Choose a tag to compare

1.3.0 (2024-01-06)

Features

  • add blog article (10af3e7)
  • add encrypt function (5abb5e4)
  • add loopcode/makecookie and Cookie global varible (6973aa6)
  • add makecookie must handler functions (cc89969)
  • add uuid、numToNumber4 function, add bignum list (852a647)
  • algorithm for generating cookies has been fully restored (5570c75)
  • immutext automatic extraction (96068dd)
  • key component function extraction (0b38130)
  • key iv value logic optimization, addition of dynamic code execution mechanism (fe2577e)
  • makecookie command support remote url gerente cookie (76e2d20)
  • mock document.all and test (eb834cc)

Bug Fixes