From 36e6cf54559321c8a6ba768dc5cec400416bbbff Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Sun, 15 Oct 2017 20:29:19 +0100 Subject: [PATCH] intercept: Prevent HyperLightDrifer loading 5 year old SSL library. This will resolve issue #19. Signed-off-by: Ikey Doherty --- src/intercept/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/intercept/main.c b/src/intercept/main.c index 5726d5a..43e0958 100644 --- a/src/intercept/main.c +++ b/src/intercept/main.c @@ -121,6 +121,10 @@ static const char *vendor_blacklist[] = { /* Nuh uh. Sorry, Feral games. libcurl MUST be up to date for security! */ "libcurl.so.", + + /* Oh hell no. Seen in Hyper Light Drifer */ + "libcrypto.so.1.0.0", + "libssl.so.1.0.0", }; /**