angr / angr-platforms

A collection of extensions to angr to handle new platforms
http://angr.io/
BSD 2-Clause "Simplified" License
66 stars 37 forks source link

Fix BIT instruction write #24

Closed hidde-jan closed 5 years ago

hidde-jan commented 5 years ago

BIT instruction shouldn't update the src register

lockshaw commented 5 years ago

Going to merge #23 instead since making BIT inherit from AND is probably a good idea, barring any issues you see

hidde-jan commented 5 years ago

Sure, I'll close this and we'll continue discussion there.