技术栈

软件分析

爱思德学术
18 天前
软件测试·软件工程·软件分析
中国计算机学会(CCF)推荐学术会议-A(软件工程/系统软件/程序设计语言):ISSTA 2026ISSTA 2026The ACM SIGSOFT International Symposium on Software Testing and Analysis (ISSTA) is the leading research symposium on software testing and analysis, bringing together academics, industrial researchers, and practitioners to exchange new ideas, pr
网络研究院
1 年前
网络安全·软件分析·程序分析·动态分析·逆向工程·调试器·反汇编程序
x64dbg: 用于Windows的开源二进制调试器x64dbg是Windows的开源二进制调试器,专为恶意软件分析和可执行文件的逆向工程而设计,无需访问源代码。
青衫客36
2 年前
软件分析·程序分析
Some optimizations based on analyzing program dynamic behaviorAnalyzing the dynamic behavior of a program provides valuable insights, as evidenced by the mentioned observations: the frequency of function calls, identification of unused functions, and the sequence of function calls. Here’s how you can optimize based
青衫客36
2 年前
软件分析·程序分析
Memory Access TracingMemory Access Tracing refers to the monitoring and recording of all memory read and write operations during the execution of a program. It provides insight into how a program interacts with its memory, which is invaluable for various applications like per
我是有底线的