lifting-bits / remill

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

Remill-lift slice does not allocate a state with the appropriate type due to opaque pointers #686

Closed 2over12 closed 9 months ago

2over12 commented 9 months ago

Post opaque pointers we arent creating a correctly typed alloca for the state when constructing a slice in remill lift https://github.com/lifting-bits/remill/blob/fe7033d608ed7c4be05921710ab00ed3339887ea/bin/lift/Lift.cpp#L355