(I may have a sent a similar request before -- I didn't see it echoed after
3 hours so I'm trying again).
I'm new to nodejs (and javascript).
I want to be able to shroud the javascript source running into node.
I figured if the javascript is read in as a memory image before its
parsed/interpreted, I could
decrypt it in between reading and parsing (is it parsed as its read?)
The decryption algorithm is within the binary (along with the keys). The
binary is distributed with
the application, so this approach could work.
I've looked at node running in gdb and I can't see where this is cleanly
defined. Help/advice would be
appreciated.
On Wed, Aug 22, 2012 at 8:13 PM, Bert Belder <bertbel...@gmail.com> wrote:
> On Thursday, August 23, 2012 1:39:06 AM UTC+2, Marty Leisner wrote:
>> (I may have a sent a similar request before -- I didn't see it echoed
>> after 3 hours so I'm trying again).
> Yes, that's because I moderated your previous post. You see, there is this
> big, orange notification on the front page that says:
> *This group is for discussion about node's internals. For all other
> topics, use the nodejs <http://groups.google.com/group/nodejs>mailing
> list.
> *
Yes, I read this -- but I figured a requiest about source code would go to
a dev list -- was I wrong in this assumption?
On Wed, Aug 22, 2012 at 5:38 PM, marty leisner <maleis...@gmail.com> wrote:
> On Wed, Aug 22, 2012 at 8:13 PM, Bert Belder <bertbel...@gmail.com> wrote:
>> On Thursday, August 23, 2012 1:39:06 AM UTC+2, Marty Leisner wrote:
>>> (I may have a sent a similar request before -- I didn't see it echoed
>>> after 3 hours so I'm trying again).
>> Yes, that's because I moderated your previous post. You see, there is this
>> big, orange notification on the front page that says:
>> This group is for discussion about node's internals. For all other topics,
>> use the nodejs mailing list.
> Yes, I read this -- but I figured a requiest about source code would go to
> a dev list -- was I wrong in this assumption?