Hi Guys,
Love your work, its been working fantastic, my only concern is the size:
Is it possible for you guys to turn off <DebuggerSupport> and the call stack <IlcGenerateStackTraceData> and strip the symbols: <StripSymbols>?
I doubt the DebuggerSupport or StackTrace are needed because to reproduce a problem you simply need the input string & key that causes an error encrypting or decrypting. Plus you can still use WinDbg or Attach a Debugger with symbols, they're just not saved in the DLL.
Hi Guys,
Love your work, its been working fantastic, my only concern is the size:
Is it possible for you guys to turn off <DebuggerSupport> and the call stack <IlcGenerateStackTraceData> and strip the symbols: <StripSymbols>?
I doubt the DebuggerSupport or StackTrace are needed because to reproduce a problem you simply need the input string & key that causes an error encrypting or decrypting. Plus you can still use WinDbg or Attach a Debugger with symbols, they're just not saved in the DLL.