codetronik
Results
2
comments of
codetronik
I solved it with the LowerSwitchPass below. https://github.com/SsageParuders/SsagePass/blob/master/Obfuscation/src/LegacyLowerSwitch.cpp
> I also encountered the same problem using android-ndk-r25c (Android (9352603, based on r450784d1) clang version 14.0.7), which can be solved by removing `LowerSwitchPass`. > > ```diff > - analysis.intersect(LowerSwitchPass().run(F,...