====== Rust Hacking ====== * https://web.archive.org/web/20130303142450/http://www.codingthewheel.com/archives/how-to-inject-a-managed-assembly-dll * [[https://docs.microsoft.com/fr-fr/dotnet/csharp/language-reference/compiler-options/command-line-building-with-csc-exe|How to build csharp from command line with csc]] * [[https://www.codeproject.com/Articles/4610/Three-Ways-to-Inject-Your-Code-into-Another-Proces|Three Ways to Inject Your Code into Another Process]] * [[https://www.codeproject.com/Articles/16481/NET-Object-Spy-and-InvokeRemote?q=winspy|.NET Object Spy and InvokeRemote]] * [[https://www.codeproject.com/Articles/10437/Extending-Task-Manager-with-DLL-Injection?q=winspy|Extending Task Manager with DLL Injection]] * [[https://www.unknowncheats.me/forum/anti-cheat-bypass/123859-easy-anti-cheat.html|Easy Anti Cheat infos]] * EasyAntiCheat is a nightmare to bypass: * Windows hook: **Not working** * CreateRemoteThread with LoadLibrary: **not working** * CreateRemoteThread with direct code injection: