Assignments for SLAE64
-
Updated
Jun 2, 2021 - Assembly
Assignments for SLAE64
Shellcoder.py - simple script to automate shellcoding process and shellcode testing.
python3 Script to convert binary shellcode in different human readable outputs
TextObfs is a little script to assist you in obfuscating strings that will be directly hardcoded in instructions (thus in .text section), which can be useful when writing shellcodes
Glue shellcode extracted from C together with ASM
Lazy "position independent" payload making technique for Windows
Load files inside C/C++ code
x86 shellcodes for windows written in nasm
Shellcode synthesizer
Convert various hex formats such as C-style string/array, raw, swap endianness and more!
🛠️ Exploit Development: This repository is a curated collection of low-level exploit examples and shellcode execution techniques. It is designed for cybersecurity researchers, reverse engineers, and students interested in understanding how raw shellcode is constructed, injected, and executed in real environments.
Developed a collection of 64-bit Linux shellcodes in NASM assembly, demonstrating deep understanding of system calls, memory management, and low-level programming. Includes examples for process control, file operations, networking, and exploitation techniques, showcasing hands-on expertise in Linux security and assembly coding.
shellcode compiler and machine code mutation engine
Desarrollo paso a paso de loaders y payloads polimórficos, escritos exclusivamente en Ensamblador x86-64 para Linux, sin dependencias externas y utilizando solo syscalls. | Step-by-step development of polymorphic loaders and payloads, written exclusively in x86-64 Assembly for Linux, without external dependencies and using only syscalls.
a x-platform command-line tool for extracting shellcode from PE files
a shellcode to write "y0u sp43k OPC0DE !?" message in an infinite loop
c2shellcode is a lightweight and powerful tool that converts C source code into raw shellcode, making it easy to craft payloads for security research, exploit development, and reverse engineering.
a Golang tool implementing operationally viable process injection techniques for 64-bit Windows systems
Add a description, image, and links to the shellcode-development topic page so that developers can more easily learn about it.
To associate your repository with the shellcode-development topic, visit your repo's landing page and select "manage topics."