Fornux C++ Superset Specifications
|
Make C/C++ applications crash proof and free from memory leaks.
Source-to-source compiler that injects a deterministic memory manager into existing C / C++ code and thus: Fixes all memory problems, including cyclic references and buffer overflows, implicitly; Works on all embedded devices; Runs the executable in real-time.
In other words it's a static analysis tool that alters existing code at compile-time that can therefore be compiled on any other platforms or cross-compiled for any embedded devices, proprietary or not. This is a freeware that generates GPL code and therefore restricts its usage for non-commercial ones (academic or personal).