// support both ansi and unicode in the code (path for injection might have non english letters), how does python handle unicode in PyRun_SimpleString ?
// i checked on windows 7 64bit running 32bit python 2.7, check on other windows versions, and other python versions
// try maybe to write a code to auto figure out in which modules the Python functions are, maybe with EnumProcessModules
// do i need to statically compile the runtime libraries here ? (compile with VS2008 which is python 2.7 runtime maybe?)
// check the 64bit process injection especially in the context of ASLR
// in python 64 bit building, does disttools choose the 64 bit compiler?
// if python extension restore previous privilieges after running ?
// set only the privilieges needed for what i want to do..
// itanium support?
// Can be compiled in visual studio command prompt with: cl.exe inject_python.cpp