PageFX
May 5, 2020•1 min read
#project
Note: This project could be made me famous programmer :)
It is cross compiler from .NET byte code to Adobe Flash Player (now dead) instructions. It operates on binary level. Now it is open sourced for education purposes mostly I guess. Please read a story behind the project.
Features
- It has own lazy parser of CLR metadata tables
- It has incremental nature to compile only things needed to the application
Status
- Dead, but interesting
Tools used for implementation
- .NET
- C#