Understanding Writing Self Modifying Code Part 3
Exploring Writing Self Modifying Code Part 3 reveals several interesting facts. This is the third article in a series on the topic of
Key Takeaways about Writing Self Modifying Code Part 3
- This time we will see how to use r2's
- This PoC takes advantage of multiple instructions sharing the same byte opcode in machine language. Because these ...
- Let's explore
- Instructions, operations, variables,
- Can you
Detailed Analysis of Writing Self Modifying Code Part 3
In the first How 'not to So in the last tutorial we covered getting basic in-line assembly working. What if we want to move some C calls in to the assembly ...
In this
Stay tuned for more updates related to Writing Self Modifying Code Part 3.