Skip to content

spcharc/CS166-ROP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CS166 Team Project

Requires x64 Linux system.

Compile this program with

gcc main.s print.s readline.s -o main -nostdlib -no-pie

-nostdlib is used since I did not use any standard library functions

-no-pie disables Position Independent Executable, so the addresses aren't randomized.

Use objdump -d ./main to figure out where to jump in this program.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published