0x3f97 / ollvm-12.x

obfuscator-llvm 移植到llvm12.x.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

字符串 混淆 在我的ndk 上使用是坏的。

zcdegit opened this issue · comments

ndk 23
其他功能正常
一混淆字符串就会出问题 报错
Error -1073741819

APP_CPPFLAGS += -mllvm -bcf_loop=3 -mllvm -bcf_prob=40 -mllvm -split_num=4 -mllvm 正常
APP_CPPFLAGS += -mllvm -bcf_loop=3 -mllvm -bcf_prob=40 -mllvm -split_num=4 -mllvm -sobf 失败

Windows上编译clang后使用也出现了同样的问题