Submit
Path:
~
/
/
usr
/
lib64
/
python2.7
/
Demo
/
embed
/
File Content:
importexc.c
#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; }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
Makefile
1155 bytes
0644
README
822 bytes
0644
demo.c
2183 bytes
0644
importexc.c
255 bytes
0644
loop.c
740 bytes
0644
N4ST4R_ID | Naxtarrr