Update retrolink.sh

This commit is contained in:
Alcaro 2015-03-07 00:49:44 +01:00
parent 6fa72bee88
commit c0b3bc2ac4

View File

@ -1,6 +1,7 @@
#!/bin/bash
#RetroLink - Allows a library or executable to link to any symbols, without version restrictions
#Usage: ./retrolink foobar_libretro.so
#http://www.lightofdawn.org/wiki/wiki.cgi/NewAppsOnOldGlibc
start=$(readelf -V $1 | grep -A1 .gnu.version_r | tail -n1 | cut -d' ' -f6)
pos=$(readelf -V $1 | grep 'Flags: none' | cut -d' ' -f3 | sed 's/://')