On Sun, Aug 12, 2018 at 4:00 AM Fabian Maurer dark.shadow4@web.de wrote:
The problem is that once you add a stub entry function becomes
available, in this case a number of undocumented (right?) functions will
at once.
Sorry, I don't get what you're saying. What do you mean?
If you explicitly add @stub entries in the spec file you start to generate the corresponding exports in the .dll.so. Which means that applications will start to get a successful result from e.g. GetProcAddress() for those functions, which might cause applications to try to make use of those functions and thus crash.