Closed sevilS closed 4 months ago
Steps to reproduce
Apply o-mvll inside HexaCalc project: -https://github.com/AnthonyH93/HexaCalc
Use the following configuration class MyConfig(omvll.ObfuscationConfig): def init(self): super().init()
def obfuscatestring(self, , __, string: bytes): return omvll.StringEncOptStack()
Application will crash when opening the settings screen in runtime
Additionally, with this configuration compilation fails
class MyConfig(omvll.ObfuscationConfig): def init(self): super().init()
def obfuscatestring(self, , __, string: bytes): return omvll.StringEncOptGlobal()
Steps to reproduce
Apply o-mvll inside HexaCalc project: -https://github.com/AnthonyH93/HexaCalc
Use the following configuration class MyConfig(omvll.ObfuscationConfig): def init(self): super().init()
def obfuscatestring(self, , __, string: bytes): return omvll.StringEncOptStack()
Application will crash when opening the settings screen in runtime
Additionally, with this configuration compilation fails
class MyConfig(omvll.ObfuscationConfig): def init(self): super().init()
def obfuscatestring(self, , __, string: bytes): return omvll.StringEncOptGlobal()