A method for obfusction data in the registry, in Assembler Language. Xor cypher.

A method for obfusction data in the registry, in Assembler Language. 
Xor cypher. 

global _start
          section .text
_start:  
     mov ebx, 11100000B
      xor eax, ebx

  
           syscall
          
   #Assembler #nasm #linux #unix #ethicalhacker #cybersecurity #hacking
   #penetrationtester #penetration-testing #malware #shellcode #encryption 
   #cryptography

Commenti

Post popolari in questo blog