Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 697 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 697 Bytes

lldb-write

Tests License: MIT

Demo

A Python script for lldb that writes the output of a command to a given file.

Installation

Import the script manually:

(lldb) command script import /path/to/lldb-write/write.py

Or add command script import /path/to/lldb-write/write.py to ~/.lldbinit.

Usage

(lldb) write filename command

Example:

(lldb) write reg.txt register read