diff --git a/README.md b/README.md index 3993b36..d76849b 100644 --- a/README.md +++ b/README.md @@ -70,3 +70,6 @@ Following detections have been tested: * +## Development information + +* diff --git a/main.py b/main.py new file mode 100644 index 0000000..3c0566b --- /dev/null +++ b/main.py @@ -0,0 +1,5 @@ +import ctypes + +lib = ctypes.cdll.LoadLibrary('library.dll') +main = library.executeMain +main()