lifting-bits / mcsema

Framework for lifting x86, amd64, aarch64, sparc32, and sparc64 program binaries to LLVM bitcode
https://www.trailofbits.com/expertise/mcsema
GNU Affero General Public License v3.0
2.65k stars 343 forks source link

convert driver to shellcode #644

Closed Waterman178 closed 4 years ago

Waterman178 commented 4 years ago

Is there any tool that can convert the driver to shellcode?My driver is written in c ++.I heard that you can use llvm to compile the driver into shellcode, I don't know how to use it, do you know?

Aiethel commented 4 years ago

I am not sure how is this related to McSema? McSema handles translation from compiled binaries to LLVM bitcode.