Required tools for playing around with memory:
hexdump
objdump
readelf
xxd
gcore
if you don't have this version installed, download here and install it.
execute the command line bellow on terminal.
sudo perl -pi -e 's/\x00\x85\xc0\x74\x7b\xe8/\x00\x85\xc0\xEB\x7b\xe8/g' /opt/resolve/bin/resolve
it will replace some bytes of the executable file.
mkdir -v iso_root
cd iso_root