Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 661 Bytes

File metadata and controls

38 lines (25 loc) · 661 Bytes

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