Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 329 Bytes

File metadata and controls

12 lines (8 loc) · 329 Bytes

PyObfuscator

Confuse your targets.

Randomizing function and variable names:

  • Finds function and variable names,
  • Replaces them with randomly generated ASCII strings,
  • Does not forget to replace their calls later on too.

Comparing clean and obfuscated code

Roadmap coming soon.