1.

Solve : Exporting DLL files?

Answer»

Hello ,

Can anyone say me how to export a function using its ordinal value in a DLL file rather than by its NAME...
i.e. how to run a dll file using its ordinal value in CMD prompt ?
Thanks in Prior..


Regards,
Manikandan A Quote from: MANIKANDAN A on November 04, 2013, 06:14:56 AM

Hello ,

Can anyone say me how to export a function using its ordinal value in a DLL file rather than by its name...
i.e. how to run a dll file using its ordinal value in cmd prompt ?
Thanks in Prior..


Regards,
Manikandan A

not 100% sure what you mean... .dll files (dynamic link library) aren't REALLY directly executable by cmd.
http://stackoverflow.com/questions/124549/what-exactly-are-dll-files-and-how-to-they-work

you can open cmd prompt and TYPE Code: [Select]type *.dll and you'll see what cmd get's out of a .dll. They are encrypted or packaged in a way that makes them not directly TEXT editable.


Discussion

No Comment Found