Not unicode

Issue #28 resolved
Carbon Monoxide created an issue

TE has still an issue with unicode. Some core elements don't support unicode and therefore the whole library is useless for other languages.

Everything should be unicode except exported DLL API names.

Examples for failed unicode: long long EngineSimulateDllLoader(HANDLE hProcess, char szFileName); long long EngineGetProcAddress(ULONG_PTR ModuleBase, char szAPIName); long long EngineGlobalAPIHandler(HANDLE handleProcess, ULONG_PTR EnumedModulesBases, ULONG_PTR APIAddress, const char* szAPIName, DWORD ReturnType);

Comments (3)

  1. Log in to comment