Skip to content

Collection of simple things intel (NASM) x86_64 assembly

Notifications You must be signed in to change notification settings

drew3de/Shellcode-NASM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published