0sir1ss / Anubis

[UNMAINTAINED] A Python script to obfuscate and protect your code through anti debuggers, junk code and custom encryption.
MIT License
307 stars 39 forks source link

Questions and Improvements #15

Closed ImInTheICU closed 8 months ago

ImInTheICU commented 1 year ago

Here's some things that could improve this project

  1. Encrypt Strings (PyObfx does this)
  2. Encrypts Bools (PyObfx does this)
  3. Improve the randomness of junkcode (junkcode is currently very predictable)

==================================================== String Encryption, You could use b64 but this is pretty easy to reverse, i suggest a custom parser.

Questions, Am i supposed to bundle the ancrypt file with the obfuscated file? If so doesn't this risk deobfuscation and handing over the tools to deobfuscate? *Could also randomize the ancrypt file's vars to prevent automated scripts from calling the functions.