GitXplorerGitXplorer
l

lldb-python-scripts

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
769ba465ed9e9fa5ff3b80cdd9d8e7ec922443e9

adding argument to toFile command

committed 10 years ago
Unverified
f778593710875588834fb8ee2888275e22cedc58

adding argument to toFile command

committed 10 years ago
Unverified
c3c3830831b5b307756a19c2a47cd2d4348c07f7

adding comments

committed 10 years ago
Unverified
c82e415794534539ba76dbdd2eab1ca052cafb7b

Merge branch 'master' of https://github.com/ml9951/lldb-python-scripts

committed 10 years ago
Unverified
6a3e0eb216ec384ac592c1df190b9a54f46c1f35

updating README

committed 10 years ago
Unverified
77bb3a04dfd33baa84b9799817ad7be09ae2c4d5

adding block disassemble command

committed 10 years ago

README

The README file for this repository.

lldb-python-scripts

This repository contains a number of Python scripts that can be imported into LLDB. Some of them are specific to Manticore (manticore.cs.uchicago.edu), but should be able to be easily modified to suit other projects.

You can import all scripts within a file by default by creating a ".lldbinit" file in your home directory, that contains the following line:

command script import <path to commands.py>/commands.py