Any C++ hackers out there?

I'm toying with the idea of working on a tool that embeds multiple
JavaScript engines for malware analysis.

Firefox's build tools makes it pretty easy to build a stand alone JS engine
that you can feed files to parse a file at a time, but the embedding
examples look very daunting.

Embedding Chrome's V8 engine looks more doable. I have the V8 engine
compiled as a library, but need the C++ chops to do some basic file parsing
and calling V8 properly.

-Vince
_______________________________________________
LUAU@lists.freesoftwarehawaii.org mailing list
http://lists.freesoftwarehawaii.org/listinfo.cgi/luau-freesoftwarehawaii.org

Reply via email to