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
at any given point, a user can use the 'replace' command to replace the current pc with a new instruction. There can be multiple instructions, used patching in a jmp to make it work
inst1
inst2
inst3
-control 'replace inst2 with instA;instB;instC'
inst1
jmp tmpsection0
inst3
tmpsection0:
instA
instB
instC
jmp back
The text was updated successfully, but these errors were encountered:
at any given point, a user can use the 'replace' command to replace the current pc with a new instruction. There can be multiple instructions, used patching in a jmp to make it work
-control 'replace inst2 with instA;instB;instC'
The text was updated successfully, but these errors were encountered: