mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-20 10:25:01 +08:00
16js加密表情包+sojson6.0-aa混淆
This commit is contained in:
parent
f5cdfd71ca
commit
b4e2d15713
@ -67,21 +67,21 @@
|
|||||||
|
|
||||||
这里面
|
这里面
|
||||||
|
|
||||||
window.btoa(a)是base64
|
window.btoa(a) -----------> 是函数 btoa
|
||||||
binb2b64(hex_sha1(window.btoa(core_sha1(a))))包含了函数core_sha1,hex_sha1,binb2b64
|
binb2b64(hex_sha1(window.btoa(core_sha1(a)))) -----------> 是函数 core_sha1,hex_sha1,binb2b64
|
||||||
b64_sha1(a)是函数b64_sha1
|
b64_sha1(a) -----------> 是函数 b64_sha1
|
||||||
|
|
||||||
进入函数体内
|
进入函数体内
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
可以看到这段内容`jsjiami.com.v6`这就是sojson加密
|
可以看到这段内容`jsjiami.com.v6`这就是sojson加密
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
用google插件v_jstools解`sojson
|
用google插件v_jstools解`sojson
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
最后赋值js尝试执行
|
最后赋值js尝试执行
|
||||||
|
|
||||||
@ -119,4 +119,4 @@
|
|||||||
|
|
||||||
顺利打印出数据
|
顺利打印出数据
|
||||||
|
|
||||||

|

|
Loading…
x
Reference in New Issue
Block a user