Skip to content

EricKim27/aslr_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASLR Test

This program will create the amount of child processes you provided in the args, and then log each child process's heap and stack address to one file.

This program's purpose is to test ASLR(address space layout randomization).

./main <number of child processes>

you can Make this by running make, and then run the following command to draw a graph.

make plot

About

A simple program for testing ASLR.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published