Skip to content

Utilize ELF inspection and ptrace methods to perform symbol hooking mechanism

Notifications You must be signed in to change notification settings

giang-nguyentbk/symbol-hooker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

symbol-hooker

$ export LD_LIBRARY_PATH=./bin:D_LIBRARY_PATH
$ make clean
$ make
# Open two terminals
# Terminal 1
$ make target
# Press enter, you will see function and global variable work correctly
# Redo "make target" and go to terminal 2


# Terminal 2
$ make got
# If Operation not permitted, run
$ sudo su
$ make got

Normal case

GOT Hooked

About

Utilize ELF inspection and ptrace methods to perform symbol hooking mechanism

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published