From fcfca84167233a93e3e418f3f3c8cd1f3e42940c Mon Sep 17 00:00:00 2001 From: xorrior Date: Wed, 5 Oct 2016 13:25:39 -0400 Subject: [PATCH] Updated dylib stager --- lib/stagers/osx/dylib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stagers/osx/dylib.py b/lib/stagers/osx/dylib.py index 0618ac7..698ed28 100644 --- a/lib/stagers/osx/dylib.py +++ b/lib/stagers/osx/dylib.py @@ -42,7 +42,7 @@ class Stager: 'Value' : 'True' }, 'Hijacker' : { - 'Description' : 'Generate dylib to be used in a Dylib Hijack. This provides a dylib with ', + 'Description' : 'Generate dylib to be used in a Dylib Hijack. This provides a dylib with the LC_REEXPORT_DYLIB load command. The path will serve as a placeholder.', 'Required' : True, 'Value' : 'False' },