技术栈

软件分析

网络研究院
9 个月前
网络安全·软件分析·程序分析·动态分析·逆向工程·调试器·反汇编程序
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