windows - How do I execute a *.dll file -


I have a DLL file and it is executing on Windows, I have received this DLL from a challenge site which is alleged That DLL should be executed independently.

In DLL to run the function, first find out if those functions are any PE () analysis program ( Like). Then experiment with:

  RUNDLL32.EXE  

The dllname is the path and name of your dll file, the name of the interview function, and the optional argument function logic


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -