Releases: em-eight/ppc2cpp
Releases · em-eight/ppc2cpp
ppc2cpp v1.1-rc1
ppc2cpp v1.0-rc3
- Fix values of branches in control flow analysis
ppc2cpp v1.0-rc2
- Create a ReferenceNode dataflow graph node, which represents references to locations in the program (previously handled by ImmediateNode)
- Slightly improve dataflow checker messages
- Various dataflow improvements and bug fixes, including potential false positives in the checker
ppc2cpp v1.0-rc1
First ppc2cpp release, offering the following CLI:
- ppc2cpp create
- ppc2cpp viz
- ppc2cpp compare
- ppc2cpp checkflow
- ppc2cpp importppcdis
Test release
For testing purposes