EmptyWatson / linux_mk_selfdeps_run

Building elf programs that depend on themselves. Given an ELF file, copy all its dependent files to a specified directory and modify the information of all its dependent dynamic libraries to the specified directory, especially modifying the dependencies of libc and the ld loader. 构建自依赖elf程序。给定一个elf文件,将其依赖的文件都拷贝到指定目录,并且修改其所有依赖的动态库的信息到指定目录。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Building elf programs that depend on themselves. Given an ELF file, copy all its dependent files to a specified directory and modify the information of all its dependent dynamic libraries to the specified directory, especially modifying the dependencies of libc and the ld loader. 构建自依赖elf程序。给定一个elf文件,将其依赖的文件都拷贝到指定目录,并且修改其所有依赖的动态库的信息到指定目录。


Languages

Language:Shell 100.0%