zoukankan      html  css  js  c++  java
  • .net调试插件sosex的mk命令显示调用堆栈

    !mk 显示当前的调用堆栈

    0:029> !mk
    Thread 29:
               SP               IP
    00:U 00000000053ce1a0 000007fefd2ccacd KERNELBASE!RaiseException+0x3d
    01:U 00000000053ce270 000007fef1a79413 mscorwks!StrongNameFreeBuffer+0x53b7
    02:U 00000000053ce360 000007fef1fb3310 mscorwks!CorLaunchApplication+0xee90
    03:M 00000000053ce510 000007ff001b064b WebApplication1._Default.Go(Int32, System.String)(+0x0 IL,+0x7b Native) [D:\temp\WebApplication1\Default.aspx.cs @ 18,9]
    04:M 00000000053ce550 000007ff001b05a6 WebApplication1._Default.Page_Load(System.Object, System.EventArgs)(+0xd IL,+0x46 Native) [D:\temp\WebApplication1\Default.aspx.cs @ 14,13]
    05:M 00000000053ce580 000007fed5d43ec9 *********************************************************************
    * Symbols can not be loaded because symbol path is not initialized. *
    *                                                                   *
    * The Symbol Path can be set by:                                    *
    *   using the _NT_SYMBOL_PATH environment variable.                 *
    *   using the -y <symbol_path> argument when starting the debugger. *
    *   using .sympath and .sympath+                                    *
    *********************************************************************
    *********************************************************************
    * Symbols can not be loaded because symbol path is not initialized. *
    *                                                                   *
    * The Symbol Path can be set by:                                    *
    *   using the _NT_SYMBOL_PATH environment variable.                 *
    *   using the -y <symbol_path> argument when starting the debugger. *
    *   using .sympath and .sympath+                                    *
    *********************************************************************
    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr, System.Object, System.Object, System.EventArgs)(+0x0 IL,+0x19 Native)

    ----------------------------------------------------------------------------------------------------------------------------------------------- 

  • 相关阅读:
    url 转码 urlencode和 urldecode
    通过启动函数定位main()函数
    关于溢出的总结1
    http://ctf.bugku.com/challenges#Mountain%20climbing:bugku--Mountain-Climbing
    http://ctf.bugku.com/challenges#love:bugku--love
    http://ctf.bugku.com/challenges#%E9%80%86%E5%90%91%E5%85%A5%E9%97%A8:bugku--逆向入门
    http://ctf.bugku.com/challenges#Timer(%E9%98%BF%E9%87%8CCTF):Bugku——Timer(阿里CTF)
    http://ctf.bugku.com/challenges#%E6%B8%B8%E6%88%8F%E8%BF%87%E5%85%B3--游戏过关
    填坑专记-手脱FSG壳

  • 原文地址:https://www.cnblogs.com/yuanxiaoping_21cn_com/p/2698145.html
Copyright © 2011-2022 走看看