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
How to modify an instruction? Can the modification be achieved in the instrumentation function? Is "instruction emulation" needed?
For instance, what should I do if I just want to apply one-bit flip in a specifc instruction (maybe the modified instruction is illegal, never mind).
Now, only inserting API(i.e., nvbit_insert_call) and removing API (i.e., nvbit_remove_orig) are found. Thus, I only found the modification in register value or memory data at memory reference address (by memory instructions).
The text was updated successfully, but these errors were encountered:
How to modify an instruction? Can the modification be achieved in the instrumentation function? Is "instruction emulation" needed?
For instance, what should I do if I just want to apply one-bit flip in a specifc instruction (maybe the modified instruction is illegal, never mind).
Now, only inserting API(i.e., nvbit_insert_call) and removing API (i.e., nvbit_remove_orig) are found. Thus, I only found the modification in register value or memory data at memory reference address (by memory instructions).
The text was updated successfully, but these errors were encountered: