Skip to content

Releases: em-eight/ppc2cpp

ppc2cpp v1.1-rc1

13 Feb 19:04

Choose a tag to compare

Function flow comparator

  • Cache the comparison of varnodes. Should significantly improve performance for large functions with branches

ppc2cpp v1.0-rc3

09 Nov 23:53

Choose a tag to compare

  • Fix values of branches in control flow analysis

ppc2cpp v1.0-rc2

29 Oct 15:27

Choose a tag to compare

  • 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

25 Sep 06:21

Choose a tag to compare

First ppc2cpp release, offering the following CLI:

  • ppc2cpp create
  • ppc2cpp viz
  • ppc2cpp compare
  • ppc2cpp checkflow
  • ppc2cpp importppcdis

Test release

07 Sep 20:50

Choose a tag to compare

For testing purposes