lifting-bits / remill

Library for lifting machine code to LLVM bitcode
Apache License 2.0
1.27k stars 143 forks source link

vmill requested functionality #473

Closed Aiethel closed 3 years ago

Aiethel commented 3 years ago

InstructionLifter currently asserts, when it cannot match arguments to the chosen ISEL. While this is what one can consider an "internal error" I believe it is better to return error code to the user so it can be dealt with.