vtil-project / VTIL-Core

Virtual-machine Translation Intermediate Language
BSD 3-Clause "New" or "Revised" License
1.31k stars 165 forks source link

Expression hash fix #64

Closed Tai7sy closed 2 years ago

Tai7sy commented 2 years ago

fix #61

Tai7sy commented 2 years ago

image before the patch vm_jcc failed to extract right destination

(the 0x6 in the expression is int32 + int8 in the fist picture which make the is_identical failed in https://github.com/vtil-project/VTIL-Core/blob/bf80720098ea8d76dc679768f55d7351130e9fbc/VTIL-Compiler/common/auxiliaries.cpp#L381)

mrexodia commented 2 years ago

Thank you!