Advertisement
Guest User

Wazhack

a guest
Mar 12th, 2014
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 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.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
  6. at WazHack_CH.MemoryEditor.Memory.AOBSCAN(Int32 baseAddress, String sig)
  7. at WazHack_CH.Form1.ActivateTrainer()
  8. at WazHack_CH.Form1.tHotkeys_Tick(Object sender, EventArgs e)
  9. at System.Windows.Forms.Timer.OnTick(EventArgs e)
  10. at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
  11. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  12.  
  13.  
  14. ************** Loaded Assemblies **************
  15. mscorlib
  16. Assembly Version: 2.0.0.0
  17. Win32 Version: 2.0.50727.5477 (Win7SP1GDR.050727-5400)
  18. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  19. ----------------------------------------
  20. WazHack_CH
  21. Assembly Version: 1.0.0.0
  22. Win32 Version: 1.0.0.0
  23. CodeBase: file:///C:/Users/Administrator/AppData/Local/Temp/~Mnn133.tmp
  24. ----------------------------------------
  25. System.Windows.Forms
  26. Assembly Version: 2.0.0.0
  27. Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050727-5400)
  28. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  29. ----------------------------------------
  30. System
  31. Assembly Version: 2.0.0.0
  32. Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
  33. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  34. ----------------------------------------
  35. System.Drawing
  36. Assembly Version: 2.0.0.0
  37. Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
  38. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  39. ----------------------------------------
  40. resmodule
  41. Assembly Version: 0.0.65535.65535
  42. Win32 Version: 1.0.0.0
  43. CodeBase: file:///C:/Users/Administrator/AppData/Local/Temp/~Mnn133.tmp
  44. ----------------------------------------
  45. a
  46. Assembly Version: 1.0.0.0
  47. Win32 Version: 1.0.0.0
  48. CodeBase: file:///C:/Users/Administrator/AppData/Local/Temp/~Mnn133.tmp
  49. ----------------------------------------
  50. resmodule
  51. Assembly Version: 0.0.65535.65535
  52. Win32 Version: 1.0.0.0
  53. CodeBase: file:///C:/Users/Administrator/AppData/Local/Temp/~Mnn133.tmp
  54. ----------------------------------------
  55. WazHack_CH
  56. Assembly Version: 1.0.0.0
  57. Win32 Version: 1.0.0.0
  58. CodeBase: file:///C:/Users/Administrator/AppData/Local/Temp/~Mnn133.tmp
  59. ----------------------------------------
  60. Microsoft.VisualBasic
  61. Assembly Version: 8.0.0.0
  62. Win32 Version: 8.0.50727.5420 (Win7SP1.050727-5400)
  63. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  64. ----------------------------------------
  65. System.Runtime.Remoting
  66. Assembly Version: 2.0.0.0
  67. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  68. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  69. ----------------------------------------
  70. System.Configuration
  71. Assembly Version: 2.0.0.0
  72. Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400)
  73. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  74. ----------------------------------------
  75. System.Xml
  76. Assembly Version: 2.0.0.0
  77. Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400)
  78. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  79. ----------------------------------------
  80.  
  81. ************** JIT Debugging **************
  82. To enable just-in-time (JIT) debugging, the .config file for this
  83. application or computer (machine.config) must have the
  84. jitDebugging value set in the system.windows.forms section.
  85. The application must also be compiled with debugging
  86. enabled.
  87.  
  88. For example:
  89.  
  90. <configuration>
  91. <system.windows.forms jitDebugging="true" />
  92. </configuration>
  93.  
  94. When JIT debugging is enabled, any unhandled exception
  95. will be sent to the JIT debugger registered on the computer
  96. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement