Skip to content

If liboelf is so great, then why isn't there libzwoelf?

Notifications You must be signed in to change notification settings

ottojo/libzwoelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

libzwoelf

If liboelf is so great, then why isn't there libzwoelf?

Build

foo@bar:~$ cd libzwoelf
foo@bar:libzwoelf$ mkdir build; cd build
foo@bar:build$ cmake ..
foo@bar:build$ make

Use

foo@bar:build$ ./someCompletelyNormalCProgram
Hello, World!
[1]    157663 segmentation fault (core dumped)  ./someCompletelyNormalCProgram
foo@bar:build$ LD_PRELOAD=$PWD/libzwoelf.so ./someCompletelyNormalCProgram
Hello, World!
Successfully modified memory location 11!

About

If liboelf is so great, then why isn't there libzwoelf?

Resources

Stars

Watchers

Forks