How to move data in the registry, Assembler language. Example.

How to move data in the registry, Assembler language. 
Example. 

global _start

section .text

_start:

mov rax, 0xXAAAABBBB
mov rbx, 0x0000ff00 
mov rax, 60

mov rdi, 0

syscall

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

Commenti

Post popolari in questo blog