lifting-bits / remill

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

Fix use of ArrayRef and mutable arrays in loops #529

Closed artemdinaburg closed 3 years ago

artemdinaburg commented 3 years ago

This mimics what LLVM does internally and avoids the assert I get when code is in its current form.