gumbobrot / Rose-Obf

Rose Python Obfuscator can heavily encrypt your code.
MIT License
1 stars 0 forks source link

Recommendation #1

Open rver38 opened 2 weeks ago

rver38 commented 2 weeks ago

Atleast in the example output code you provided, the first part is pretty unnecessary. You´re declaring an imported function as an obfuscated variable, then using that exact variable after. I recommend squeezing obvious parts like variable declarations inside of junk code.

I actually started making an obfuscator too some time ago, mostly using AST. I don´t know how to ask this, but would you like to maybe work together on an obfuscator? I have some knowledge of encryption methods, various obfuscation methods, etc.

@rver. on discord

gumbobrot commented 2 weeks ago

Atleast in the example output code you provided, the first part is pretty unnecessary. You´re declaring an imported function as an obfuscated variable, then using that exact variable after. I recommend squeezing obvious parts like variable declarations inside of junk code.

I actually started making an obfuscator too some time ago, mostly using AST. I don´t know how to ask this, but would you like to maybe work together on an obfuscator? I have some knowledge of encryption methods, various obfuscation methods, etc.

@rver. on discord

alright thanks and sure, what is your telegram tho?