zoukankan      html  css  js  c++  java
  • windows XP 下的DTRACE 跟踪 学习

      

    https://github.com/prash-wghats/DTrace-win32

    1.

    dtrace_loader.exe -l //to load dtrace drivers

    2. C:DTraceini386>dtrace -q -s xx.d -c ./test.exe

    输出:

    main
    begin_RTC_CheckEsp
    printf
    _stbuf
    _isatty
    _malloc_dbg
    _nh_malloc_dbg
    _heap_alloc_dbg
    _CrtDefaultAllocHook
    _heap_alloc_base
    memset
    memset
    memset
    _output
    get_int_arg
    write_multi_char
    write_string
    write_string
    write_char
    write_char
    write_char
    write_char
    write_char
    __security_check_cookie
    _ftbuf
    _flush
    _write
    __security_check_cookie
    test1
    end_RTC_CheckEsp
    printf
    _stbuf
    _isatty
    _output
    get_int_arg
    write_multi_char
    write_string
    write_string
    write_char
    write_char
    write_char
    __security_check_cookie
    _ftbuf
    _flush
    _write
    __security_check_cookie
    _RTC_CheckEsp
    exit
    doexit
    _RTC_Terminate
    _RTC_Shutdown
    _CRT_RTC_INIT
    _initterm
    __endstdio
    _flushall
    flsall
    fflush
    _flush
    fflush
    _flush
    fflush
    _flush
    _initterm
    _CrtSetDbgFlag
    __crtExitProcess

  • 相关阅读:
    洛谷⑨月月赛Round2 官方比赛 OI
    3243 区间翻转
    3279 奶牛健美操
    1959 拔河比赛
    2144 砝码称重 2
    BZOJ1999 树网的核[数据加强版]
    U4704 函数
    U4687 不无聊的序列
    U4699 鸡蛋
    UVA 11212 Editing a Book
  • 原文地址:https://www.cnblogs.com/zengkefu/p/6550976.html
Copyright © 2011-2022 走看看