mirror of
				https://github.com/rofl0r/proxychains-ng.git
				synced 2025-11-04 09:06:05 +00:00 
			
		
		
		
	pass dll_name to proxychains app, makes it easier to port to MAC
This commit is contained in:
		@@ -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[] = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user