Current Path: > > lib64 > python2.7 > > Demo > embed
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
Makefile | File | 1155 bytes | April 19 2020 21:13:39. | |
README | File | 822 bytes | April 19 2020 21:13:39. | |
demo.c | File | 2183 bytes | April 19 2020 21:13:39. | |
importexc.c | File | 255 bytes | April 19 2020 21:13:39. | |
loop.c | File | 740 bytes | April 19 2020 21:13:39. |
#include <Python.h> char* cmd = "import exceptions"; int main() { Py_Initialize(); PyEval_InitThreads(); PyRun_SimpleString(cmd); Py_EndInterpreter(PyThreadState_Get()); Py_NewInterpreter(); PyRun_SimpleString(cmd); Py_Finalize(); return 0; }
SILENT KILLER Tool