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
103 stars 21 forks source link

Detections #17

Closed k0frr closed 1 year ago

k0frr commented 1 year ago

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

k0frr commented 1 year 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 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

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