<https://github.com/lifting-bits/mcsema/tree/maste...
# general
a
https://github.com/lifting-bits/mcsema/tree/master/examples/Maze in this example they take a maze game compiled for x86, lift it from the binary, and then compile it for arm without the source
oops, it's actually the opposite arm -> x86, typo
s
The llvm intermediary model is really powerful.
Neat that this whole transpiling things works