Hi
I study computer science. Currently I'm writting my graduate work which I have to do in order to finish my studies. The main part of my work is to inject a library into some running process and create a new thread which will e.g. protect stack. As you can see it is quite interesting, but I have a problem with library injection. I found some awesome article on which I based my work: http://nologin.org/Downloads/Papers/remote-library-injection.pdf . Unfortunately my project doesn't work properly. It crashes in the middle of _dl_open function with the offset 0x163. Could you please have a look on my project: www.purecode.pl/dllInjection.zip and tell me what's wrong with it? Being honest I'm quite stressed because the time is running and I don't really know what's wrong. I work on Arch Linux with ld-2.13.so library.
Thanks in advance,
wilkux







