I am trying to study a particular function in a shared library,
without source. (I am trying to crack a random number generator.) I tried
using a decompiler(REC). But the decompiler segfaults even before it
reaches my function. So I want to pullout the function from the ELF .so
file and put it into a new file and try my luck. Any ideas what I can do?
already wasted a lot of time on this. this is on a x86 machine. rhl 7.3
2.4 kernel.
Sudhakar
http://www.cs.princeton.edu/~sudhakar/