GJDuck / e9patch

A powerful static binary rewriting tool
GNU General Public License v3.0
986 stars 67 forks source link

Fix mov's immediates' sign in test expectation #93

Open McSinyx opened 1 week ago

McSinyx commented 1 week ago

Automatic signedness in Zydis infers from the instruction. In this case, the immediate should be signed.

References: https://github.com/zyantific/zydis/discussions/538