StarForce C++ Obfuscator protects projects compiled with Emscripten
25.08.2021
We have released an update for StarForce C++ Obfuscator, and now you can use it to protect projects which are compiled with Emscripten.
Emscripten facilitates compiling of source code written in C or C++ into WebAssembly or JavaScript. Among other opportunities, this can be used to port desktop applications to web browsers without having to rewrite the code. Examples of using Emscripten include the Unreal, Unity and Godot game engines, the SQLite database management system, MeshLab software for image processing, the Bullet physics engine, AutoCAD, Qt, and openFrameworks.
StarForce C++ Obfuscator is a solution for obfuscating source code in C and C++ in order to prevent analysis and modification. One of our clients from the USA was the first to put the latest update to practice. This is how they used StarForce C++ Obfuscator to protect their web-based projects:
	    
Emscripten facilitates compiling of source code written in C or C++ into WebAssembly or JavaScript. Among other opportunities, this can be used to port desktop applications to web browsers without having to rewrite the code. Examples of using Emscripten include the Unreal, Unity and Godot game engines, the SQLite database management system, MeshLab software for image processing, the Bullet physics engine, AutoCAD, Qt, and openFrameworks.
StarForce C++ Obfuscator is a solution for obfuscating source code in C and C++ in order to prevent analysis and modification. One of our clients from the USA was the first to put the latest update to practice. This is how they used StarForce C++ Obfuscator to protect their web-based projects:
- Software engineers create the source code in С++;
- StarForce C++ Obfuscator protects the code in С++;
- Emscripten compiles the obfuscated code into JavaScript;
- The JavaScript software runs in a web browser.




