Blank-c / BlankOBF

BlankOBF is a Python obfuscation tool designed to make Python programs harder to understand for casual users. It offers advanced obfuscation techniques and customization options, making it seamless to integrate into your development workflow.
MIT License
94 stars 19 forks source link

encoding error #22

Closed Smug246 closed 4 months ago

Smug246 commented 4 months ago

ive recently implemented this updated obfuscator into my grabber and had an encoding error. i simply fixed it by adding encoding='utf-8' but it may be better if thats implemented in the actual project as well. https://github.com/Blank-c/BlankOBF/blob/v2/BlankOBFv2.py#L347 to https://github.com/Smug246/Luna-Grabber/blob/main/tools/obfuscation.py#L347