Skip to content

Instantly share code, notes, and snippets.

View luizmb's full-sized avatar

Luiz Rodrigo Martins Barbosa luizmb

  • London, UK
View GitHub Profile
@dbarden
dbarden / json.py
Last active November 21, 2020 06:34
json chisel command
#!/usr/bin/python
# Example file with custom commands, located at /magical/commands/example.py
import lldb
import fbchisellldbbase as fb
def lldbcommands():
return [ JSON() ]
class JSON(fb.FBCommand):