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

Detections #17

Closed k0frr closed 11 months ago

k0frr commented 11 months ago

COMPILED TO EXE WITH PYINSTALLER Screenshot 2023-10-07 161634

k0frr commented 11 months ago

Any possible way to lower the detections like all that file does is print("Hello there !") not sure if it's pyinstaller or obfuscator

Blank-c commented 8 months ago

Any possible way to lower the detections like all that file does is print("Hello there !") not sure if it's Pyinstaller or obfuscator

I am pretty sure its PyInstaller. I haven't seen many Pyinstaller packed programs that are FUD.