memory-module-loader
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.  so.how can i call it...