We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
12的版本的时候可以指定混淆的模式,include 和exclude,但是这个版本里面我没有找到对应的代码,是不是放弃这个功能了呀? 这个是12版本的:
cl::opt<FilterModeEnum> FilterMode( "filter-mode", cl::init(FilterModeEnum::NONE), cl::values( clEnumValN(FilterModeEnum::NONE, "none", "Do not filter any functions"), clEnumValN(FilterModeEnum::INCLUDE, "include", "Only obfuscate functions with TAG_INCLUDE annotation"), clEnumValN(FilterModeEnum::EXCLUDE, "exclude", "Only obfuscate functions without TAG_EXCLUDE annotation")), cl::desc("PlutoObfuscator - HelloWorld Pass"));
如果没有放弃的话,当前版本需要怎么使用呢?
The text was updated successfully, but these errors were encountered:
高版本llvm没注解过滤了,用不了了
Sorry, something went wrong.
No branches or pull requests
12的版本的时候可以指定混淆的模式,include 和exclude,但是这个版本里面我没有找到对应的代码,是不是放弃这个功能了呀?
这个是12版本的:
如果没有放弃的话,当前版本需要怎么使用呢?
The text was updated successfully, but these errors were encountered: