Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shellcode-Basics-NASM

Intel (NASM) x86_64 Assembly

A humble collection of simple things intel (NASM) x86_64 assembly

Extracting Shellcode

Assemble elf with gcc

gcc -nostdlib assembly.s -o elf-filename

Extract shellcode

objcopy --dump-section .text=shellcode-filename elf-filename

Check elf

objdump -M intel -d elf-filename

Resources

General:

Linux:

About

Collection of simple things intel (NASM) x86_64 assembly

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages