- Learning Linux Binary Analysis
- Ryan “elfmaster” O'Neill
- 88字
- 2021-07-16 12:56:55
Advanced function-tracing software
In 2013, I designed a tool that traces function calls. It is quite similar to strace
and ltrace
, but instead of tracing syscalls
or library calls, it traces every function call made from the executable. This tool was covered in Chapter 2, The ELF Binary Format, but it is quite relevant to the topic of ptrace
. This is because it is completely dependent on ptrace
and performs some pretty wicked dynamic analysis using control flow monitoring. The source code can be found on GitHub:
推薦閱讀
- 從零開始構建企業級RAG系統
- Visual FoxPro 程序設計
- PHP+MySQL網站開發技術項目式教程(第2版)
- DevOps Automation Cookbook
- Building a Quadcopter with Arduino
- C# 8.0核心技術指南(原書第8版)
- 數據結構案例教程(C/C++版)
- ExtJS高級程序設計
- HTML5+CSS3 Web前端開發技術(第2版)
- Advanced Express Web Application Development
- Clojure for Java Developers
- Python計算機視覺和自然語言處理
- MongoDB Cookbook(Second Edition)
- After Effects CC案例設計與經典插件(視頻教學版)
- Python面向對象編程(第4版)