go-socks5-ssh-proxy/main.py

6 lines
94 B
Python

import ctypes
lib = ctypes.cdll.LoadLibrary('library.dll')
main = library.executeMain
main()