Fix Python + EncodeBlobs bug

Change to bytes
This commit is contained in:
Nick Landers
2019-08-23 15:02:12 -06:00
committed by GitHub
parent d69a262a71
commit 5c4fae4a9f
+2 -2
View File
@@ -17,8 +17,8 @@ DotNetTemplate = """
"""
PythonTemplate = """
rdiShellcode32 = "{}"
rdiShellcode64 = "{}"
rdiShellcode32 = b'{}'
rdiShellcode64 = b'{}'
"""
def main():