# libcbench **Repository Path**: pvz122/libcbench ## Basic Information - **Project Name**: libcbench - **Description**: A tool to test your binary with every glibc version. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-20 - **Last Updated**: 2023-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # libcbench A tool to test your binary with every glibc version. ## Install Firstly, clone the repository. Next, get `glibc.tar.gz` from [release page](https://github.com/pvz122/libcbench/releases) or [compile it yourself](https://github.com/pvz122/libccompile). Put it into the repository directory. Then make sure you have installed tar and patchelf: ```shell sudo apt-get install tar patchelf ``` Finally, run: ```shell sudo ./install.sh ``` ## Usage ```shell libcbench executable_path ``` will test your executable with all available glibc version. ```shell libcset executable_path glibc_version ``` will set your executable with the certain glibc version. ```shell libcset executable_path 0 ``` will set your executable with the system glibc version.