Hi,
I am currently trying to make a program who will hack memory of Minesweeper game. i created a form application and made my project. after that i changed the output type to "class library". I used PerX injector to inject it to MineSweeper. But when i injected it, nothing happened. I knew the problem wasn't in my code. I did some research about it and see some peoples who had same problem, an answer said that we can't create real dlls with c#. Is it true? If it is true are there any template or dll to create real dlls with c#? Please help.
Thanks