摘要: 概要 下面给出一个可编译的最小示例,演示如何用 启动器 + 注入代理库 + collector 的方式在不改动目标可执行的情况下采集 CUPTI activity buffer 并把数据发回采集进程。示例尽量精简以便能在真实环境中编译运行并验证数据流通路。示例仅用于学习与验证,生产环境需做更多健壮性 阅读全文
posted @ 2026-02-24 17:50 huorexiaji 阅读(5) 评论(0) 推荐(0)
摘要: I have posted a method to find class symbol from a directory in the previous article. Today i got a question in finding function sysbol. So the fellow 阅读全文
posted @ 2024-03-14 15:44 huorexiaji 阅读(44) 评论(0) 推荐(0)
摘要: You may get a linker error that says a sysbol was not found during linking stage. This is problely because some library was not added rightly. Here is 阅读全文
posted @ 2024-03-11 14:02 huorexiaji 阅读(28) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/ggborn-001/p/17553180.html 阅读全文
posted @ 2023-11-08 19:11 huorexiaji 阅读(24) 评论(0) 推荐(0)
摘要: 【from】https://medium.com/practice-in-public/the-beginners-guide-to-creating-and-selling-cheat-sheets-23756af06b12 This is 10x better than your 50-page 阅读全文
posted @ 2023-11-06 14:36 huorexiaji 阅读(92) 评论(0) 推荐(0)
摘要: https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/Developer-Options.html g++ -fdump-lang-all mem-struct.cpp会生成所有类的虚函数表布局和类实际大小、占用内存大小 gcc8以前使用这个命令:g++ -fdu 阅读全文
posted @ 2023-10-27 20:05 huorexiaji 阅读(120) 评论(0) 推荐(0)
摘要: sudo update-alternatives --list go 现实go有哪些替换版本 sudo update-alternatives --config go 选择特定版本go sudo update-alternatives --install /usr/bin/go go /usr/lo 阅读全文
posted @ 2023-10-27 17:09 huorexiaji 阅读(78) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/d908ce81017a 注意点主要有,vim.base 默认没有python、python3的支持,需要安装vim.gtk3; 安装好后需要编译YCM的依赖库,编译完成后需要make install;YCM Server运行需要python的wa 阅读全文
posted @ 2023-10-27 16:20 huorexiaji 阅读(135) 评论(0) 推荐(0)
摘要: Executive Overview (omgwiki.org) https://docs.nomagic.com/plugins/viewsource/viewpagesrc.action?pageId=36311025 第二个网址里面有关于MagicGrid的官方教材,写的特别好 地址是这个:h 阅读全文
posted @ 2023-10-20 13:50 huorexiaji 阅读(89) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/563143499 阅读全文
posted @ 2023-10-13 18:10 huorexiaji 阅读(12) 评论(0) 推荐(0)