open-obfuscator / o-mvll

:electron: O-MVLL is a LLVM-based obfuscator for native code (Android & iOS)
https://obfuscator.re/omvll
Apache License 2.0
631 stars 68 forks source link

How to check whether omvll_config.py is correctly written? #50

Open riteme opened 4 months ago

riteme commented 4 months ago

Hi,

I found that if I did a typo in omvll_config.py, the compilation simply continues without any error or warning. So how would I detect if anything goes wrong? Thanks.

antoniofrighetto commented 3 months ago

Thanks for the report, would you mind showing an example of omvll_config.py with the typo issue went undetected?