Elmue

Results 16 comments of Elmue

Your code is not required. It is even exactly the OPPOSITE: You can delete all the resource functions: ``` MemoryFindResource( ) _MemorySearchResourceEntry( ) MemoryFindResourceEx( ) MemorySizeofResource( ) MemoryLoadResource( ) MemoryLoadString(...

I have never seen such a DLL. But your fix is correct.

You question is not clear. Do you want to load a C# assembly or an unmanaged DLL? 1.) C# Assemblies can easily be loaded from memory with Assembly.Load(Byte[]). You do...

When you load the DLL with LoadLibrary() this also happens? If not the reason may be Data Execution Prevention being enabled for a 32 bit process.

I had Opera webdriver working correctly. After updating the browser to 62 and the driver to 75 it stops working with this stupid error message. You broke it! Congratulations! Who...

As far as I know an application calls TerminateProcess() or a similiar function when it is done. Running the executable code in a thread brings the very probable risk of...