Memory Library and GetProcAddress
I have this source (C#) that simulates 'LoadLibrary' using Byte Arrays(no i didnt make it). What i wanted to ask you is How do i use this function in an injector?
MemoryLibrary.MemoryLoadLibrary(file)
Can GetProcAddress be used with .Net Dlls?