|
Help with Static Python
Some servers or maybe most of them have statically linked their Python library (static Python) which prevents most (if not all) of the public Python loaders out there from working, and these loaders they either use the Python C API or they hook python27.dll to execute Python code. But now with static Python these 2 methods are useless so I was wondering if there are other ways to execute Python code/Script.
|