Hide or rename the real name of the called DLL function at affirmation

 

Hi Programmers!


When I use an external DLL function and the Confirm DLL functions calls is on, the confirm window display the name of the function.


For examle: The EA would like to use the InternetReadFile() function from the wininet.dll file. The confirm window ask me: "Do you permit to call function 'InternetReadFile' from 'wininet.dll'?"


I would like to hide or rename the real name of the called function. Do you have any idea about it?


Relative

 
it should be possible to write an own dll, which calls the other dlls and gives names like function_01 til function_99 to mql4
 
meikel:
it should be possible to write an own dll, which calls the other dlls and gives names like function_01 til function_99 to mql4

Yes, I was thinking about it. But maybe it could be a bit difficult. So, I'm looking for another solution.

Reason: