This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Hidden PLT workaround


Hello,

  For the record, and those who might need it, I implemented a few
scripts to patch glibc automatically.
It takes a given set of symbols from a file, for example system calls, and
does the necessary replacements into the Versions and source code files.

  It does not make many assumptions about the code itself, so it should work on
other glibc versions. I successfully tested it on 2.11.1.

 Please feel free to test :
http://hackswitch.blogspot.com/2010/05/return-of-plt.html

( see the bottom of the page for the sourceforge page )


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]