On Thu Jan 18 11:00:24 2024 +0000, Giovanni Mascellani wrote:
It's not a big problem, but why don't you overwrite the original instruction instead of NOPping it?
Making it a NOP seems more readable to me, because to create the new instructions the values of `texkill_ins->dst[0]` and `texkill_ins->location` are needed, so I would need to store them in a temporary place.
It is better to avoid the NOP?