pwntools-tutorials-level2.1
Challenge Objective:
Swap the values of the CPU registers rax and rbx using assembly.
Challenge Source Code:
The full source code is in challenge/pwntools-tutorials-level2.1, and the main source code logic is below:
class ASMChallenge(ASMBase):
n...
noob6t5.hashnode.dev2 min read