Manoj Kumar via llvm-dev
2018-Aug-21 07:31 UTC
[llvm-dev] Windows Binary format Conversion to LLVM Format
Hi All, Can anyone tell me the ways to convert windows binary format PE to LLVM format. Thanks Manoj -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180821/61595fa0/attachment.html>
Andrew R. Reiter via llvm-dev
2018-Aug-21 12:57 UTC
[llvm-dev] Windows Binary format Conversion to LLVM Format
Hi Manoj, On Tue, 21 Aug 2018, Manoj Kumar via llvm-dev wrote:> Hi All, > Can anyone tell me the ways to convert windows binary format PE to LLVM > format. >I would investigate the McSema project from Trail of Bits found: https://github.com/trailofbits/mcsema> Thanks > ManojBest, Andrew