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

  • 相关阅读:
    处理数据
    Vue--Vue常用指令及操作
    Vue--Vue实例
    ES6--解构赋值
    ES6--入门
    前端模块化开发
    Node.js--入门
    HTML5--canvas与svg的使用
    input整理
    移动端开发入门
  • 原文地址:https://www.cnblogs.com/zengkefu/p/6550976.html
Copyright © 2011-2022 走看看