Commit Graph

1687 Commits (2dc00e885c9684de97834f04bdcaf52e125c4f96)
 

Author SHA1 Message Date
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
Zach Riggle 59394a31a9 Update README.md
11 years ago
Zach Riggle 694c70d043 Merge pull request #14 from lieanu/master
11 years ago
lieanu 4dfdaaa449 fix NOne to None
11 years ago
Zach Riggle c55ca3695d Stop telescope when it makes sense
11 years ago
Zach Riggle da88e347f7 Update __init__.py
11 years ago
Zach Riggle 3614014b30 Upper limit on symbol addresses
11 years ago
Zach Riggle 2b74c8d5f0 Update README.md
11 years ago
Zach Riggle b376025f2b Make argument printing work for i386
11 years ago
Zach Riggle a1631093fa Undo disasm changes which shouldnt have been committed
11 years ago
Zach Riggle 108273a573 Python3 fix
11 years ago
Zach Riggle 0ea9c23fca Update README.md
11 years ago
Zach Riggle 7e119ce5d6 Update README.md
11 years ago