https://github.com/osquery/osquery logo
a

alessandrogario

09/20/2020, 6:51 AM
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

seph

09/22/2020, 3:33 AM
The llvm intermediary model is really powerful.
Neat that this whole transpiling things works
6 Views