tum-i4 / self-checksumming

10 stars 6 forks source link

Hash constant arguments of input independent call instructions #36

Closed anahitH closed 6 years ago

anahitH commented 6 years ago

OH hashes only input independent instructions, thus constant arguments are not hashed as they are not instructions. Constant arguments for placeholders should be skipped as they will patched later with other values.

anahitH commented 6 years ago

This is an enhancement in OH not SC