Monthly Archives: September 2005

The use of XOR in assembly and shellcode

XOR WITH ONE’S SELF If we XOR a byte (or bit) with itself, we will get a null byte (or zero bit). We will explore all cases: 0 XOR 0 = 0 1 XOR 1 = 0 This is a … Continue reading

Posted in Security | Comments Off on The use of XOR in assembly and shellcode