How can I hide the export information of my DLL
ATL / WTL / STL
2
Posts
2
Posters
0
Views
1
Watching
-
How can I hide the export information of my DLL, such as function name or class name? I am seeking... For what? Why did you ask me for what? I don't know!
Simon.W wrote:
How can I hide the export information of my DLL, such as function name or class name?
Simply don't export the functions or classes. :~