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
617 stars 66 forks source link

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

Open riteme opened 3 months ago

riteme commented 3 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 2 months ago

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