You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible to have mov [mem], offset mem. Even more it may come with analyses and transformations on top of raw machine code. For example, I already saw it with "l32r resolution" xform for xtensa.
Ignoring this fact won't work well, at least because there can be competition between different passes what value to store. The way to solve this is to record multiple values - as set, or to save memory, as string of multiple chars.
The text was updated successfully, but these errors were encountered:
It's possible to have
mov [mem], offset mem
. Even more it may come with analyses and transformations on top of raw machine code. For example, I already saw it with "l32r resolution" xform for xtensa.Ignoring this fact won't work well, at least because there can be competition between different passes what value to store. The way to solve this is to record multiple values - as set, or to save memory, as string of multiple chars.
The text was updated successfully, but these errors were encountered: