| 182 | } |
| 183 | |
| 184 | int main() { |
| 185 | strings_obfuscation(); |
| 186 | blocks_obfuscation(); |
| 187 | certificate_obfuscation(); |
| 188 | aes_encryption_strings(); |
| 189 | obfuscate_call1(); |
| 190 | obfuscate_call2(); |
| 191 | obfuscate_method_call(); |
| 192 | return 0; |
| 193 | }; |
nothing calls this directly
no test coverage detected