Is it possible to convert a dynamically linked elf binary to a statically linked one?
Tools which may help Ermine, Statifier, and jumpstart.
There is a solution to run statifier in systems that has address randomization:
You must disable the randomization before executing statifier, then re-enable it.
[me@mypc ~]# cat /proc/sys/kernel/randomize_va_space
2
[me@mypc ~]# echo -n 0 > /proc/sys/kernel/randomize_va_space
[me@mypc ~]# statify xxxxx yyyyyy
.....
[me@mypc ~]# echo -n 2 > /proc/sys/kernel/randomize_va_space
statifier.sh should be modified for automatically changing and restore this value if run as root, or to report the problem if not.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With