Skip to content

我试了ob和v7,都不太行 #128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
9527xiao9527 opened this issue Dec 29, 2024 · 8 comments
Closed

我试了ob和v7,都不太行 #128

9527xiao9527 opened this issue Dec 29, 2024 · 8 comments

Comments

@9527xiao9527
Copy link

https://note.ms/iusz

@echo094
Copy link
Owner

echo094 commented Dec 31, 2024

https://note.ms/iusz

这个有2层,内层是v7,外层是和 #96 类似的混淆,感觉是同一个来源的脚本

@9527xiao9527
Copy link
Author

https://note.ms/iusz

这个有2层,内层是v7,外层是和 #96 类似的混淆,感觉是同一个来源的脚本

那,这种能适配吗

echo094 added a commit that referenced this issue Jan 31, 2025
Signed-off-by: echo094 <20028238+echo094@users.noreply.github.com>
@echo094
Copy link
Owner

echo094 commented Jan 31, 2025

在分支variant_128提供了一个例子,一般这种变形可以手动修改匹配语句适配

对于提供的样本,可以按下列步骤进行操作:

  1. obfuscator
  2. common
  3. sojsonv7

@echo094 echo094 closed this as completed Jan 31, 2025
@9527xiao9527
Copy link
Author

9527xiao9527 commented Feb 16, 2025

在分支variant_128提供了一个例子,一般这种变形可以手动修改匹配语句适配

对于提供的样本,可以按下列步骤进行操作:

  1. obfuscator
  2. common
  3. sojsonv7
Unexpected reference
node:internal/process/promises:289
            triggerUncaughtException(err, true /* fromPromise */);
            ^

TypeError: Cannot read properties of undefined (reading 'charCodeAt')
    at helloworld_0x54dc16.wERuYr.helloworld_0x54dc16.tDuhCp (<isolated-vm>:1:25078)
    at helloworld_0x54dc16 (<isolated-vm>:1:25455)
    at <isolated-vm>:1:1

执行v7的时候,报这个

@echo094
Copy link
Owner

echo094 commented Feb 17, 2025

Unexpected reference
node:internal/process/promises:289
            triggerUncaughtException(err, true /* fromPromise */);
            ^

TypeError: Cannot read properties of undefined (reading 'charCodeAt')
    at helloworld_0x54dc16.wERuYr.helloworld_0x54dc16.tDuhCp (<isolated-vm>:1:25078)
    at helloworld_0x54dc16 (<isolated-vm>:1:25455)
    at <isolated-vm>:1:1

执行v7的时候,报这个

你这个不是之前那个文件吧,可能又改过细节了。

@9527xiao9527
Copy link
Author

Unexpected reference
node:internal/process/promises:289
            triggerUncaughtException(err, true /* fromPromise */);
            ^

TypeError: Cannot read properties of undefined (reading 'charCodeAt')
    at helloworld_0x54dc16.wERuYr.helloworld_0x54dc16.tDuhCp (<isolated-vm>:1:25078)
    at helloworld_0x54dc16 (<isolated-vm>:1:25455)
    at <isolated-vm>:1:1

执行v7的时候,报这个

你这个不是之前那个文件吧,可能又改过细节了。

不是了,另外的文件,有的ob那步就解不开,有的是v7那部解不开

@9527xiao9527
Copy link
Author

Unexpected reference
node:internal/process/promises:289
            triggerUncaughtException(err, true /* fromPromise */);
            ^

TypeError: Cannot read properties of undefined (reading 'charCodeAt')
    at helloworld_0x54dc16.wERuYr.helloworld_0x54dc16.tDuhCp (<isolated-vm>:1:25078)
    at helloworld_0x54dc16 (<isolated-vm>:1:25455)
    at <isolated-vm>:1:1

执行v7的时候,报这个

你这个不是之前那个文件吧,可能又改过细节了。

我有几个js报各种样式的错。能麻烦大佬给看一眼嘛,我应该怎么发一下

@echo094
Copy link
Owner

echo094 commented Feb 21, 2025

这大概是同一个人用自己修改过的工具处理的,报错是正常的。

像贴出来的这段helloworld_0x54dc16.wERuYr.helloworld_0x54dc16.tDuhCp,之前就没有过这种调用。

你可以开新的issue,但如果报错的内容是因为私有工具对代码结构的调整(其它公开混淆方案不涉及,不影响现有处理插件),是不会更新适配的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants