Corsaair / redtamarin

AS3 running on the command line / server side
http://redtamarin.com
Other
119 stars 23 forks source link

adding CrossBridge support #129

Open zwetan opened 6 years ago

zwetan commented 6 years ago

Be able to compile a C/C++ library into a SWC and use it with Redtamarin

zwetan commented 6 years ago

Specifically what I'm trying to do is execute a CrossBridge/FlasCC function that is inside an swf, since it's really hard to decompile/reverse engineer CrossBridge compiled actionscript back to its C/C++ equivalent, especially if the original code was obfuscated.

It not gonna happen overnight, but supporting crossbridge is definitively possible but there will be some limitations

That said, it should be possible to use crossbridge to compile C/C++ sources to .abc and/or .swf and/or .swc and use that library in a redtamarin project.

So, as part of the different "glue" libraries, crossbridge support is back on the map as "planed".

Don't hold your breath though, it could take a while (~1 year) for this to work with redtamarin.