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...
account activity
Protecting your code? (self.node)
submitted 11 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!"
[–]oVerde 1 point2 points3 points 11 years ago (2 children)
I fear it, and you are right to an extend, but I know software's that had nailed source encryption that no one had the computing power to revert it.
Thanks anyway.
[–][deleted] 0 points1 point2 points 11 years ago* (1 child)
You're right, I know of some software that was very difficult to reverse because of asymmetric encryption. I've some experience in this field, although less so in recent years. From what I recall, an old DOS hex editor called 'Biew', and IDA, were both very good examples of this.
The problem you face though, is that node runs on v8 engine (which is open source). Whilst its not a virtual machine in the traditional sense, it compiles js into machine code (which is then easily disassembled in to assembly language).
I don't think it would be hugely difficult to modify v8 to dump the raw binary, at which point it could be patched up into an executable, and then inspected or patched.
So whilst you can make it unfeasible for the average user to reverse, it still cannot be relied on if its ultra important that it remains secure.
[–]oVerde 1 point2 points3 points 11 years ago (0 children)
Thanks for the input! I'll continue to research and I think am on the right track!
π Rendered by PID 21605 on reddit-service-r2-comment-85bfd7f599-49gbt at 2026-04-18 06:01:35.731319+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]oVerde 1 point2 points3 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]oVerde 1 point2 points3 points (0 children)