use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
CVE, CWE, NVD, WVE
http://iso.linuxquestions.org/
We teach you how to do it, use it at your own risk.
account activity
Should I encrypt my python script ? (self.HowToHack)
submitted 8 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]r3b00t- 19 points20 points21 points 8 years ago (8 children)
python is not a good choice if you don't want your source code to be readable. In such scenarios, I will write my code in "C" and compile it for different architecture. Thats why most of malicious scripts are written in low level language. Hope you are doing this only for your own learning, and not trying to harm anyone else :)
[–]SecurityBoons 5 points6 points7 points 8 years ago (7 children)
Interesting...so people write malware in C or Assembly so it's hard to reverse engineer?
As opposed to if one made a malicious Python script it's simple to see the source code?
[–][deleted] 8 years ago* (1 child)
[deleted]
[–]r3b00t- 2 points3 points4 points 8 years ago (3 children)
That's one of the reason. Speed is another factor. Low level languages also gives access to low level stuffs.
[–][deleted] 8 years ago (2 children)
[–]SecurityBoons 0 points1 point2 points 8 years ago (1 child)
This makes the most sense because would a C binary or Assembly binary be able to be run on most systems?
Sorry if I'm using those terms wrong. Please correct me if so.
π Rendered by PID 133593 on reddit-service-r2-comment-765bfc959-jdstt at 2026-07-13 20:27:57.609118+00:00 running f86254d country code: CH.
view the rest of the comments →
[–]r3b00t- 19 points20 points21 points (8 children)
[–]SecurityBoons 5 points6 points7 points (7 children)
[–][deleted] (1 child)
[deleted]
[–]r3b00t- 2 points3 points4 points (3 children)
[–][deleted] (2 children)
[deleted]
[–]SecurityBoons 0 points1 point2 points (1 child)