Skip to content
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

字符串加密bug #49

Closed
1136117475 opened this issue Oct 6, 2024 · 5 comments
Closed

字符串加密bug #49

1136117475 opened this issue Oct 6, 2024 · 5 comments

Comments

@1136117475
Copy link

开启编译优化的情况下,字符串加密仅对开启局部混淆的函数起作用,其他地方的字符串没有被加密。

并且在开启编译优化情况下,只开启字符串加密,仍有大部分字符串没有被加密

设置编译参数为O0,就正常加密了

@KomiMoe
Copy link
Owner

KomiMoe commented Oct 7, 2024

虽然说字符串加密我已经放弃它了。但是还请给出更详细的信息。我这边也去试试重现错误

@KomiMoe
Copy link
Owner

KomiMoe commented Oct 7, 2024

Fixed with #50 Win64-MT-19.1.1-obf1.5.3

@KomiMoe KomiMoe closed this as completed Oct 7, 2024
@1136117475
Copy link
Author

Screenshot_2024-10-07-11-20-34-934_bin mt plus
这是原代码
Screenshot_2024-10-07-11-21-16-428_bin mt plus
这是编译参数(开编译优化)
Screenshot_2024-10-07-11-21-44-687_bin mt plus
这是编译结果,字符串并没有被加密
Screenshot_2024-10-07-11-22-25-310_bin mt plus
这是编译参数(不开编译优化)
Screenshot_2024-10-07-11-22-37-363_bin mt plus
这是编译结果,字符串成功被加密

然后就是如果在编译中开启-mllvm -irobf-indgv,即使开启编译优化字符串也会被加密

@KomiMoe
Copy link
Owner

KomiMoe commented Oct 7, 2024

你去试试新版本。如果还有问题的话你reopen这个issue

@1136117475
Copy link
Author

你去试试新版本。如果还有问题的话你reopen这个issue

我是手机编译项目的,aarch64,编译一次要3个小时😭一般我等更新几个版本以后才会去编译

@KomiMoe KomiMoe reopened this Oct 10, 2024
@KomiMoe KomiMoe closed this as completed Oct 10, 2024
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