Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Shellcode/Appendix"
From NetSec
(Created page with "{{info|<center>Code found here is also available for download in the shellcodecs package.</center>}} == Loaders == === loader-32.s === * '''Description''': 32-bit executabl...") |
|||
Line 1: | Line 1: | ||
{{info|<center>Code found here is also available for download in the [[shellcodecs]] package.</center>}} | {{info|<center>Code found here is also available for download in the [[shellcodecs]] package.</center>}} | ||
− | == Loaders == | + | == [[Shellcode/Loaders|Loaders]] == |
=== loader-32.s === | === loader-32.s === | ||
Line 25: | Line 25: | ||
{{code|text=<source lang="C"> | {{code|text=<source lang="C"> | ||
</source>}} | </source>}} | ||
+ | |||
+ | == [[null-free shellcode|Null-free]] == | ||
+ | |||
+ | === setuid_binsh.s === |
Revision as of 23:38, 24 November 2012
Contents
Loaders
loader-32.s
- Description: 32-bit executable mmap-based shellcode loader
|
loader-64.s
- Description: 64-bit executable mmap-based shellcode loader
- Documentation: shellcode loader
|
dynamic-loader.c
- Description:
|
socket-loader.c
- Description:
|