ottojo / libzwoelf

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?


Languages

Language:C 69.9%Language:CMake 30.1%