guedou/r2m2

Current r2m2 roadmap

guedou opened this issue · 0 comments

From highest to lowest priority:

  • Travis: add OS X support
  • build and publish a docker image on https://hub.docker.com
  • create an asciinema video
  • improve the README
  • update the docker hub description
  • create a demo VM on https://dply.co/
  • add examples/
  • add a Python only r2 ad plugin into examples/
  • remove docker pull in Dply script
  • add a link to https://guedou.github.io + fix miasm link
  • add support for calling conventions
  • cache the miasm Machine object
  • miasm_asm(): asm then dis to compare the result
  • move Python code into a dedicated Python module
  • add a requirements.txt file and use pip
  • install using r2pm
  • better miasm2 expressions type checking in Ae
  • detect dependencies with make
  • log into r2m2.log & use the R2M2_LOG env variable
  • support user-defined Python module
  • use brew on OS X
  • push the docker image from Travis