Commit Graph

1599 Commits (2a6a05f2b8301656423b2d16d986920d50210c78)
 

Author SHA1 Message Date
Zach Riggle df51364368 Fix IDA integration. Not sure why it didn't work, but whatever.
10 years ago
Zach Riggle 015a0f7d3b Disable printing memory addresses when searching
10 years ago
Zach Riggle 81b5081390 Fix event ordering on Python3
10 years ago
Zach Riggle 4a7beaec86 Remove debug print
10 years ago
Zach Riggle f543de68c9 Better enhancement of non-pointers
10 years ago
Zach Riggle 8d4e93129d Fix Python2 style print
10 years ago
Zach Riggle 6dafd11e8d Fix Python2 style print
10 years ago
Zach Riggle 90cb929a76 Fix Python2 style print
10 years ago
Zach Riggle aacbb8cdf9 Assume an extra PAGE_SIZE of stack is available beyond $sp
10 years ago
Zach Riggle 661ff5899f Simplify event
10 years ago
Zach Riggle e7eb0da415 Some optimizations for remote debugging
10 years ago
Zach Riggle b59b35551d permit searching for text string "aaaa"
10 years ago
Zach Riggle 34bfe975b6 Use sys.stdout instead of print() for buffering reasons
10 years ago
Zach Riggle 66e9f40520 Merge branch 'heap'
10 years ago
Zach Riggle 5884c94ded Remove print which breaks Python3 and provide a sane default for u()
10 years ago
Zach Riggle a4d4256049 Cache object files for remote debugging performance
10 years ago
Zach Riggle c21a360787 Prevent failures when disassembling
10 years ago
Zach Riggle 51cd9d3aec Add sublime-settings [skip ci]
10 years ago
Morten Brøns-Pedersen 1dc4846490 should fix the issue with home and end keys not working if the prompt is colorized
10 years ago
Zach Riggle 78d5148777 Add sublime-settings [skip ci]
10 years ago
Zach Riggle 9eae4c9119 wip
10 years ago
Zach Riggle 7c0ede41a9 Handle new versions of GDB giving negative values for registers
11 years ago
Zach Riggle 509c9b3e9c Fix printing of negative values, multiplication vs addition
11 years ago
Zach Riggle 3b4547adee Add backup approach for QEMU
11 years ago
Zach Riggle 31cc3515e3 Fix MMAP_MIN_ADDR which is wrong for some ARM binaries
11 years ago
Zach Riggle 8f3bc999c0 Fix decoding of breakpoints in IDA
11 years ago
Zach Riggle a6ab2a2ac3 Remove all constants except for syscalls
11 years ago
Zach Riggle 891660bd94 Fix octals for Python3
11 years ago
Zach Riggle 4af7d0f4f9 Fix sockets for procinfo
11 years ago
Zach Riggle 9ab2371dbe Print source code where available
11 years ago
Zach Riggle 0f7de52e13 Fixes for x86-64 and ARM
11 years ago
Zach Riggle c144ac4ebd Add missing modules
11 years ago
Zach Riggle 1cf3c2a053 Add syscall printing
11 years ago
Zach Riggle 9ccfc46d35 Add next_syscall/ni command
11 years ago
Zach Riggle 743f892b3e Fix telescope for negative values; add debug message
11 years ago
Zach Riggle 2bf4946667 Mask off address for hexdump
11 years ago
Zach Riggle 60396ddeff Fix missing exe (start==vma) and update requirements
11 years ago
Zach Riggle fa05df3687 Add register offsets to telescope
11 years ago
Zach Riggle bbcb5ba333 Add cpsr command
11 years ago
Zach Riggle 0df5b7e39a Bail nicely if AUXV is unreadable
11 years ago
Zach Riggle a702181724 Fix errors when debugging ARM with weird instructions
11 years ago
Zach Riggle 6aa3b1f409 Remove debug prints
11 years ago
Zach Riggle a62d843a26 Dont bail if we havent added cool fanciness for the current arch
11 years ago
Zach Riggle 5cea80af87 Use absolute path for the main binary
11 years ago
Zach Riggle 2d9cee6f1d Disable debug prints
11 years ago
Zach Riggle c4f2a6ea4d If either the page is not readable OR unknown, bail
11 years ago
Zach Riggle 68c253cead Fix case when there is no page known at the module address
11 years ago
Zach Riggle f04e7bdef1 Fix infinite loop on qemu-user
11 years ago
Zach Riggle eab2c4fcd1 Add support for pulling arguments from gdb.Symbol information about functions
11 years ago
Zach Riggle ff90b47a7c Fix AArch64 register display
11 years ago