Dependencies icon indicating copy to clipboard operation
Dependencies copied to clipboard

Exports information never changed when reopen the DLL again

Open tony2u opened this issue 1 year ago • 0 comments

  1. Open the DLL and check the exported functions, and then keep the 'Dependencies' program opening status.
  2. Recompile the source code and add some exported functions/do some changes in arguments.
  3. Close the DLL and 'reopen' the DLL again in the 'Dependencies' program.

You can find exported functions dont changed. but reopen the 'Dependencies' program and load the DLL, now exported functions have changed.

I guess the reason is the cache of exports information forgotten to clear...

tony2u avatar Jul 11 '22 00:07 tony2u