#๐ need sum
13 messages ยท Page 1 of 1 (latest)
@dawn cedar
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
Is this like a obfuscator?
I'm assuming
no i need something to make my python code look like that
I think you want a python obfuscator
!rule 5
5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.
I wouldn't recommend such, why do you need it?
because from technical perspective, by using pure online virtual machine for malware analysis and mod the eval and exec function so it print the execution, it is very possible to just get the source code
Also, address the answer you might respond with:
- Q: I don't want people to see my source code
- A: Provide as a service, not a code people can run i.e. set up an API server that run that code to get the result from request
- Q: Other use case needed that API server cannot solve
- A: Use a compiled language with no debug and optimized as much as possible (highest optimize level) would work better than any obfuscator
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.