Skip to content

gemesa/exploit-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

exploit-lab is about analyzing memory vulnerabilities.

Repository structure

A proof of concept for a buffer overflow with the goal of executing shellcode.

It is documented in detail on my blog:

How to build

Prerequisites

$ dnf search *aarch64*
$ sudo dnf install gcc-aarch64-linux-gnu
$ sudo dnf install binutils-aarch64-linux-gnu
$ sudo dnf install sysroot-aarch64-fc41-glibc

x64

$ make x64

ARM64

$ make arm64

About

Lab designed to analyze memory vulnerabilities

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published