taskmanager icon indicating copy to clipboard operation
taskmanager copied to clipboard

Draw bitmaps on a windows 10/11 task manager!

Results 6 taskmanager issues
Sort by recently updated
recently updated
newest added

"config parsing error has occured, falling back to default values" is thrown

my output: `g++ -shared -fPIC -Isrc/dll/libs/rapidjson/include src/dll/dllmain.cpp src/dll/libs/libmem/libmem/libmem.c -o dllmain.dll -lPsapi -lgdi32 -lVersion -lShlwapi -Wall src/dll/dllmain.cpp: In function 'int64_t UpdateDataHook(void*)': src/dll/dllmain.cpp:86:37: error: 'swprintf_s' was not declared in this scope swprintf_s(w,...

I got it to build ![cmd_i5pkbBCNCk](https://user-images.githubusercontent.com/16768022/111636030-1aedd280-87c6-11eb-9e47-b6dc83ddc02f.png) but whenever I run it, the window that is supposed to spawn inside of taskmanager never spawns all I get is the injector window...

![image](https://user-images.githubusercontent.com/56115521/113466222-ea1fc580-9474-11eb-95c9-5d68be981238.png)

I compiled Injector and .dll successfully without any error with Ming. When i launch Injector it also gives no errors, but the console is not showing... Windows 10 Enterprise Windows:...