yangyss / lldb-trace

A python script .Instruction level tracing tool and block level tracing tool for lldb debugger. First tracing code, then dumping all valid code to file, finally analysing it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lldbTrace

How to use it?

1.Break at an address where you want to begin tracing.

2, Import lldb python script.

3,Use 'trace' command,and set end tracing addresses.Multi-address split by ";".

4,Result like ...

参考:https://github.com/gm281/lldb-trace

About

A python script .Instruction level tracing tool and block level tracing tool for lldb debugger. First tracing code, then dumping all valid code to file, finally analysing it.


Languages

Language:Python 91.7%Language:Objective-C++ 8.3%