Shellcode Analysis
added on 2022/05/09 @ 14:23:20 | 2497 views| category: hacking-security

Let’s see what shellcodes are and how we can Identify and Analyze them.

Shellcode is a sequence of instructions (Opcodes) that represent hex-values and can appear in variant formats in the code (as strings). This sequence is used as a payload of the code to execute in memory after exploiting a vulnerability. Its name comes from the fact that attackers use it to get a shell on a system.

tags: #shellcode #hacking #security