Ok, to be blunt, i'm trying to write a cryptographic engine in a single .dll and i don't want others to know the names of the functions in the dll. To illistrate this, i used my dependency walker and 2 dll that many would be familiar with. The First is the example dll included in fasm 1.50 for windows. You will see that in the center of the screen the 'hint' and 'function' for the functions in the dll. The next dll is the game engine 'storm.dll' included in Diablo II. The 'hint' and 'function' have nothing but N/A. If there is a way of modifing the export to allow this, it would be great.
Description: |
This is the included example dll |
Filesize: |
56.17 KB |
Viewed: |
3663 Time(s) |
|
|
Description: |
This is the storm.dll sent with Diablo II |
Filesize: |
80.86 KB |
Viewed: |
3663 Time(s) |
|
|
|