AFLplusplus / unicornafl

AFL bindings for Unicorn-Engine
Apache License 2.0
69 stars 32 forks source link

Fix wrong register index hardcoded in Rust bindings #26

Closed Evian-Zhang closed 6 months ago

Evian-Zhang commented 6 months ago

The register index hardcoded in Rust bindings is wrong. Using reg_write and reg_read may leads to unexpected result.

vanhauser-thc commented 6 months ago

I do know about this so I trust you :) @domenukk