release: v1.3.0

This commit is contained in:
rnet 2024-01-06 20:11:54 +08:00
parent 66e075e9d7
commit 4eae0750f7
2 changed files with 31 additions and 1 deletions

View File

@ -0,0 +1,30 @@
## 1.3.0 (2024-01-06)
### Features
* add blog article ([10af3e7](https://github.com/pysunday/rs-reverse/commit/10af3e7a66fb5250f8c6d5f8b55360e8d8d51015))
* add encrypt function ([5abb5e4](https://github.com/pysunday/rs-reverse/commit/5abb5e456a4f5690cd8922b2a722daa650f04d9a))
* add loopcode/makecookie and Cookie global varible ([6973aa6](https://github.com/pysunday/rs-reverse/commit/6973aa68508b06c758d5777118f8fb7f89c8e6ba))
* add makecookie must handler functions ([cc89969](https://github.com/pysunday/rs-reverse/commit/cc899698f87067d0ffa03437a5d42260ca57a514))
* add uuid、numToNumber4 function, add bignum list ([852a647](https://github.com/pysunday/rs-reverse/commit/852a6478b5660d239856939ab47827fe0dc64594))
* algorithm for generating cookies has been fully restored ([5570c75](https://github.com/pysunday/rs-reverse/commit/5570c75cd1c9c834d4cff8dc9b2f8099c4975e75))
* immutext automatic extraction ([96068dd](https://github.com/pysunday/rs-reverse/commit/96068ddc285e9d09b1fd2966664586a2b83c4cf4))
* key component function extraction ([0b38130](https://github.com/pysunday/rs-reverse/commit/0b38130533794d8665a7fc67a557572d3defcaf0))
* key iv value logic optimization, addition of dynamic code execution mechanism ([fe2577e](https://github.com/pysunday/rs-reverse/commit/fe2577e51f8e057945c4440107932b5db89f4df7))
* makecookie command support remote url gerente cookie ([76e2d20](https://github.com/pysunday/rs-reverse/commit/76e2d20d9644f4cbc64a66ec7dd543dd1a8b401b))
* mock document.all and test ([eb834cc](https://github.com/pysunday/rs-reverse/commit/eb834cc4a90a812ffc5e6f0f5e008488127a39ec))
### Bug Fixes
* code logging optimizationupload to npm ([45588d1](https://github.com/pysunday/rs-reverse/commit/45588d148f8a81421e1e8838ba42b07c52a1caf6))
* code optimization for the makecookie command ([fda003f](https://github.com/pysunday/rs-reverse/commit/fda003f6b199c2a5f78f9ec4a83eeae450f2fc6a))
* README add blog link ([c3204f6](https://github.com/pysunday/rs-reverse/commit/c3204f65092c8f4fb1784dbb0c66aaa2b5236827))
* readme and console ([cb08efe](https://github.com/pysunday/rs-reverse/commit/cb08efe0f1dc568ebe27e0665e87b461ed212404))
* readme update ([8186ef7](https://github.com/pysunday/rs-reverse/commit/8186ef7915a298b195b32087282043fa8e1dce15))
* update README ([bfbc06b](https://github.com/pysunday/rs-reverse/commit/bfbc06bc8f0337b7d586407e4ed0b05e183142da))
* url/readme ([9351bc7](https://github.com/pysunday/rs-reverse/commit/9351bc7e17cf67b3f4fa997939bd297367b811e6))
* use path.sep ([ccbcbcc](https://github.com/pysunday/rs-reverse/commit/ccbcbcc3fa368e79b1a18add4e239b5a0dcd071b))

View File

@ -1,6 +1,6 @@
{
"name": "rs-reverse",
"version": "1.2.3",
"version": "1.3.0",
"description": "瑞数算法逆向,website reverse engineering",
"main": "main.js",
"directories": {