Skip to content

Windows

Balazs Bucsay edited this page Feb 26, 2018 · 10 revisions

Intro

The framework should work on any Windows versions after Windows XP, it was only tested on Windows 10 and Windows Server 2012 R2.

The server mode although is only supported on Windows Servers, because NAT'ing have to be configured. This can be easily solved on the server editions by installing the Routing role, enabling the Routing and Remote Access service and configuring the interfaces to use NAT.

notes for future me:

Traceback (most recent call last):
  File ".\xfltreat.py", line 322, in <module>
    xfltreat.run(sys.argv[1:])
  File ".\xfltreat.py", line 214, in run
    interface = Interface()
  File "Y:\xfltreat\interface.py", line 67, in __init__
    OSFP_table[os_type][0]()
  File "Y:\xfltreat\interface.py", line 473, in win_init
    import win32file
ImportError: DLL load failed: The specified module could not be found.

solution:

python scripts\pywin32_postinstall.py -install

XFLTReaT wiki pages

Clone this wiki locally