Open lukaspetrik opened 5 years ago
Thanks for reporting the issue. Some people already asked me about this improved blacklisting, so I think it is the high time to implement it. I will try to finish this before the weekend :)
Firebase is provided as a static library, so in this specific case the type blacklisting will do the job.
Additionally I will provide a mapping file (so the developer could map the ConsiderNightSize
back to its original name).
Hi there!
I'm trying to integrate MachObfuscator in our current project, which uses external Pods / Frameworks. Obfuscation works great - using realWords - but application crashes on runtime with NSUnknownKeyException. Seems like obfuscator replaced some of the keys in FireBase.
Would be great if MachObfuscator provided more options and args, like Frameworks / types to exclude from obfuscation.
Cheers!
Lukas