Header Banner
Null Byte Logo
Null Byte
wonderhowto.mark.png
Cyber Weapons Lab Forum Metasploit Basics Facebook Hacks Password Cracking Top Wi-Fi Adapters Wi-Fi Hacking Linux Basics Mr. Robot Hacks Hack Like a Pro Forensics Recon Social Engineering Networking Basics Antivirus Evasion Spy Tactics MitM Advice from a Hacker

Shellcoding Tutorial, Linux x86 Part 1

Apr 14, 2016 07:19 PM
Apr 23, 2016 03:41 AM
"Shellcoding Tutorial, Linux x86 Part 1" cover image

Alright, since I notcied this article was too advanced for some users, ive decided to revision this!

Learn Assmebly

you need to learn assembly first to continue this tutorial, thers some pretty gud sites out there, just google em!

The Registers Adn More

well you need to use the registers a lot, some registers are:

  • EAx
  • EbX
  • EcX
  • ESp
  • EIP

remember these, as theyre very important

Removin Nulbytes

its very important to remove da nullbytes

because if you dont, the shellcode wont execute properly

you can do this by usin the followin techniques!

  • xor, xoring is the same as mov 0
  • using the stack
  • using the lower registers

well that will be all, hope you understood now!

unh0lys0da

You already know how to use your phone. With Gadget Hacks' newsletter, we'll show you how to master it. Each week, we explore features, hidden tools, and advanced settings that give you more control over iOS and Android than most users even know exists.

Sign up for Gadget Hacks Weekly and start unlocking your phone's full potential.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!