Advertisement
Guest User

linker

a guest
Jul 27th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1. See the end of this message for details on invoking
  2. just-in-time (JIT) debugging instead of this dialog box.
  3.  
  4. ************** Exception Text **************
  5. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Security.Cryptography.CryptographicException: Bad Data.
  6.  
  7. at System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException(Int32 hr)
  8. at System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone)
  9. at System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount)
  10. at ClassLibrary1.Class5.TransformFinalBlock(Byte[] data, Byte[] numArray)
  11. at ClassLibrary1.Class1.Decrypt(Byte[] data, String pass)
  12. at ClassLibrary1.Class1.Main()
  13. --- End of inner exception stack trace ---
  14. at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
  15. at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
  16. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
  17. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  18. at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
  19. at AAMFYW8QPqlV0T1up8.oQhZDhD32AP1UC7J1n.cFGfpvqcb(Assembly )
  20. at jgZ4IOATCsrj9fnJkZ.WGek0MgrPISW35rX1y.jMgRGUFew(Object , EventArgs )
  21. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  22. at System.Windows.Forms.Form.OnCreateControl()
  23. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  24. at System.Windows.Forms.Control.CreateControl()
  25. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  26. at System.Windows.Forms.Control.WndProc(Message& m)
  27. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  28. at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  29. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  30. at System.Windows.Forms.Form.WndProc(Message& m)
  31. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  32. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  33. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  34.  
  35.  
  36. ************** Loaded Assemblies **************
  37. mscorlib
  38. Assembly Version: 2.0.0.0
  39. Win32 Version: 2.0.50727.8009 (FX35W81RTMGDR.050727-8000)
  40. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  41. ----------------------------------------
  42. WinPDFEditor
  43. Assembly Version: 3.2.0.4
  44. Win32 Version: 2.3.0.0
  45. CodeBase: file:///C:/Users/USER/Desktop/61116102277.exe
  46. ----------------------------------------
  47. System.Windows.Forms
  48. Assembly Version: 2.0.0.0
  49. Win32 Version: 2.0.50727.8015 (FX35W81RTMGDR.050727-8000)
  50. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  51. ----------------------------------------
  52. System
  53. Assembly Version: 2.0.0.0
  54. Win32 Version: 2.0.50727.8686 (QFE.050727-8600)
  55. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  56. ----------------------------------------
  57. System.Drawing
  58. Assembly Version: 2.0.0.0
  59. Win32 Version: 2.0.50727.8019 (FX35W81RTMGDR.050727-8000)
  60. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  61. ----------------------------------------
  62. System.Configuration.Install
  63. Assembly Version: 2.0.0.0
  64. Win32 Version: 2.0.50727.8007 (FX35W81RTMGDR.050727-8000)
  65. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration.Install/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.Install.dll
  66. ----------------------------------------
  67. System.Core
  68. Assembly Version: 3.5.0.0
  69. Win32 Version: 3.5.30729.7903 built by: Win9Rel
  70. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
  71. ----------------------------------------
  72. ClassLibrary1
  73. Assembly Version: 2016.7.7.0
  74. Win32 Version: 2.3.0.0
  75. CodeBase: file:///C:/Users/USER/Desktop/61116102277.exe
  76. ----------------------------------------
  77.  
  78. ************** JIT Debugging **************
  79. To enable just-in-time (JIT) debugging, the .config file for this
  80. application or computer (machine.config) must have the
  81. jitDebugging value set in the system.windows.forms section.
  82. The application must also be compiled with debugging
  83. enabled.
  84.  
  85. For example:
  86.  
  87. <configuration>
  88. <system.windows.forms jitDebugging="true" />
  89. </configuration>
  90.  
  91. When JIT debugging is enabled, any unhandled exception
  92. will be sent to the JIT debugger registered on the computer
  93. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement