您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. C++ - Tracebin Utility - A binary tracer

  2. #ifndef _WX_TRACEBIN_H #define _WX_TRACEBIN_H #include namespace wx { class BinaryTracer { private: static const unsigned int step = 16; private: static char viewChar (const char ch); static std::string viewHead (int i); static std::string viewHexe
  3. 所属分类:C++

    • 发布日期:2013-02-02
    • 文件大小:20480
    • 提供者:wxqee
  1. Tracebin 源代码(自己写的工具类)

  2. 自己写的工具类,附上源代码,在Linux下已经经过测试。 案例场景-1: 已知一个字符串“abcdefghijklmnopqrstuvwxyz0123456789”保存为了std::string str;,此时希望能看到这个消息(字符串)在内存中的16进制内容,保存到std::string hex中并输出。 答案: str = "abcdefghijklmnopqrstuvwxyz0123456789"; wx::BinaryTracer::tracebin (str, hex); std::
  3. 所属分类:C++

    • 发布日期:2013-02-02
    • 文件大小:20480
    • 提供者:wxqee
  1. Tracebin 源代码(自己写的工具类)(wxTracebin_20130203T0526.tar)

  2. 自己写的工具类,附上源代码,在Linux下已经经过测试。 案例场景-1: 已知一个字符串“abcdefghijklmnopqrstuvwxyz0123456789”保存为了std::string str;,此时希望能看到这个消息(字符串)在内存中的16进制内容,保存到std::string hex中并输出。 答案: str = "abcdefghijklmnopqrstuvwxyz0123456789"; wx::BinaryTracer::tracebin (str, hex); std::
  3. 所属分类:C++

    • 发布日期:2013-02-03
    • 文件大小:20480
    • 提供者:wxqee