Commit Graph

223 Commits (c9ca69a2f81f9e9a8dae3275a1a58397239d938f)
 

Author SHA1 Message Date
Zach Riggle c9ca69a2f8 Merge branch 'master' of github.com:zachriggle/pwndbg
10 years ago
Zach Riggle 3050349d24 Random fix that I dont remember
10 years ago
Zach Riggle ca5ca2af7b Enable shell commands
10 years ago
Zach Riggle 5703cc1acb Add these files so I don't lose them again
10 years ago
Zach Riggle 8f671aa1b0 Merge pull request #21 from P4N74/master
10 years ago
Rakholiya Jenish 84fd94949e Correct the conversion of mem2chunk
10 years ago
Zach Riggle d55a5d4522 Merge pull request #20 from P4N74/master
10 years ago
Rakholiya Jenish ba6d14d5db Add searchb and searchd function. Deduplicate code.
10 years ago
Rakholiya Jenish 2e19f6245a Add comment
10 years ago
Rakholiya Jenish 9a993f46c6 Add support for character search
10 years ago
Rakholiya Jenish ede2c4e99f Add support for character search
10 years ago
Zach Riggle 1bafd35211 Update prompt
10 years ago
Zach Riggle 065ceaf5df Handle weird GDB 7.7 issue with corefiles
10 years ago
Zach Riggle 3e3510c6d3 Fix IDA base address
10 years ago
Zach Riggle b5fede9afe Fix auxv ordering and enhance signedness
10 years ago
Zach Riggle 6dc5e625a9 Remove unnecessary comment
10 years ago
Zach Riggle c2f0a6957e Only use SOH and STX for the prompt
10 years ago
Zach Riggle 77a743d702 Revert "should fix the issue with home and end keys not working if the prompt is colorized"
10 years ago
Zach Riggle 021309dd0b pwndbg.file.get() should return an empty bytes object, not an empty str object, when it fails. Fixes #18.
10 years ago
Zach Riggle dc051161e6 Merge pull request #17 from br0ns/fix-color-prompt
10 years ago
Zach Riggle bfba2dda26 Remove unused import
10 years ago
Zach Riggle 5c5567a85c Handle auxv when the stack isn't mapped
10 years ago
Zach Riggle ae87b1fff3 Don't attempt to explore address space if we know all of it
10 years ago
Zach Riggle 32798791d7 Update typeinfo on stop
10 years ago
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