pass dll_name to proxychains app, makes it easier to port to MAC

This commit is contained in:
rofl0r
2012-01-27 19:31:01 +01:00
parent 2acdcd9707
commit 526fb8b410
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ int check_path(char *path) {
return access(path, R_OK) != -1;
}
static const char *dll_name = "libproxychains4.so";
static const char *dll_name = DLL_NAME;
static char own_dir[256];
static const char *dll_dirs[] = {