Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

rwx-777/Shellcoding_LearningRepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Shellcoding_LearningRepo

You should look through my Assembly LearningRepo first before learning Shellcoding.

Bad character

We need to remove all bad chars from our shellcode in order for it to work

  • 00: This is the zero value or null terminator(\0)
  • 0A: This is the line feed(\n)
  • FF: This is the form feed(\f)
  • 0D: This is the carriage return(\r)

Relative address technique

we shall use "lea , [rel ]" where the rel instruction will compute the address of the source relative to the RIP register.

About

You should look through my Assembly LearningRepo first before learning Shellcoding.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.