Home
last modified time | relevance | path

Searched refs:obfuscate (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/
DIObfuscator.ts22 obfuscate(code: string): string; method
DArkObfuscator.ts300 const mixedInfo: ObfuscationResultType = await this.obfuscate(content, sourceFilePath);
321 …public async obfuscate(content: SourceFile | string, sourceFilePath: string, previousStageSourceMa… method in ArkObfuscator
/arkcompiler/ets_frontend/arkguard/
DREADME.md11 You can obfuscate the following names:
91 Specifies to obfuscate the property names. If you use this option, all property names will be obfus…
101 …t' cases such as `export MyClass` and `let a = MyClass; export a;`, if you do not want to obfuscate
102 …, like `name` and `age` in the following example, if you do not want to obfuscate them, then you a…
124 …If you want to obfuscate these string literal property names, you should addtionally use the optio…
132 names when you do not want to obfuscate them.
134 Specifies to obfuscate the names in the global scope. If you use this option, all global names will…
266 * `obfuscate.txt` in remote dependent HARs
321 If you are building HAR, the resulting `obfuscate.txt` are obtained by merging the rules from `cons…
322 project and local dependent libraries, and `obfuscate.txt` in remote dependent HARs. The merging st…
[all …]
DREADME-cn.md246 * 远程依赖的HAR包中的`obfuscate.txt`文件
302 如果构建的是HAR,那么最终的`obfuscate.txt`文件内容来自于主工程和本地依赖的library的`consumerFiles`选项,
303 以及依赖的HAR的`obfuscate.txt`文件的合并。合并策略和上面一样,除了以下的不同:
305 * `-print-namecache`和`apply-namecache`选项会被忽略,不会出现在最后的`obfuscate.txt`文件中。