Skip to content

A tool to find the memory address of an environment variable in a binary

Notifications You must be signed in to change notification settings

historypeats/getenvaddr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

getenvaddr

A tool to find the memory address of an environment variable in a binary. This can be useful for exploit development when storing your payload in an environment variable.

Note: This is taken from the book Hacking: The Art of Exploitation.

Usage

hp@machine$ ./getenvaddr SHELL somebinaryfile
SHELL will be at 0xffffd730

About

A tool to find the memory address of an environment variable in a binary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages