Skip to content

Releases: em-eight/ppc2cpp

ppc2cpp v1.1-rc1

Choose a tag to compare

@em-eight em-eight released this 13 Feb 19:04

Function flow comparator

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

ppc2cpp v1.0-rc3

Choose a tag to compare

@em-eight em-eight released this 09 Nov 23:53
  • Fix values of branches in control flow analysis

ppc2cpp v1.0-rc2

Choose a tag to compare

@em-eight em-eight released this 29 Oct 15:27
  • 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

Choose a tag to compare

@em-eight em-eight released this 25 Sep 06:21

First ppc2cpp release, offering the following CLI:

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

Test release

Choose a tag to compare

@em-eight em-eight released this 07 Sep 20:50

For testing purposes