memory-module-loader icon indicating copy to clipboard operation
memory-module-loader copied to clipboard

An implementation of a Windows loader that can load dynamic-linked libraries (DLLs) directly from memory

Results 1 memory-module-loader issues
Sort by recently updated
recently updated
newest added

i have a dll which was exported without function name.i can only call it by the ordinal value in C#. the function like this. ![image](https://user-images.githubusercontent.com/51161678/123401865-c5516f00-d5d9-11eb-85c0-4e74024766f0.png) so.how can i call it...