Commit Graph

248 Commits (c2fd5126d908a56f053945e10151b66937630caa)
 

Author SHA1 Message Date
Zach Riggle c2fd5126d9 Add reinit_pwndbg command which is useful after a fork/exec under gdbserver to clear internal state.
10 years ago
Zach Riggle 6588b1cf3c Add some more windbg/gdbinit stuff and make argv/environ commands and functions better
10 years ago
Zach Riggle 8f6587395d Add more Windbg compat
10 years ago
Zach Riggle 70ebcd24dc Restore start-on-objfile events, and fix caching in vmmap.
10 years ago
Zach Riggle c77f5b254a Fix regression
10 years ago
Zach Riggle 3686fb2bba Lots of enhancements so that qemu-user binaries have symbol information.
10 years ago
Zach Riggle 4711a50bfe Merge pull request #22 from saelo/auxv_fix
10 years ago
Zach Riggle 379e5b1b42 Update README
10 years ago
Zach Riggle 76d256e4bd Exit if address is unknown
10 years ago
Zach Riggle 24a41f5a6c Add Unicorn support and $fsbase and $gsbase functions.
10 years ago
Zach Riggle 23bc583b23 Update README and requirements
10 years ago
Zach Riggle db6672ec20 Update README and requirements
10 years ago
Zach Riggle c6ec685ba8 Dont enhance for all .target
10 years ago
Zach Riggle 04019d5b10 Catch autocache failures
10 years ago
Zach Riggle effc1d0b90 Add Unicorn dependency
10 years ago
Zach Riggle db7a57744a Add ins.target enhancement for resolving jmp and call targets
10 years ago
Zach Riggle ec2f6cc935 Merge pull request #24 from ctfhacker/master
10 years ago
thebarbershopper 22867ed153 file.get() returns bytes, autofetch() needs to also write bytes to its file
10 years ago
Zach Riggle e652fd53e5 Fix ASLR reporting (again)
10 years ago
Zach Riggle a933ea3a3a Fix ASLR reporting
10 years ago
Zach Riggle d213c484a1 Dont include shell commands in the list of commands.
10 years ago
Zach Riggle c6f0705e3b Experimental support for auto-reloading when switching threads
10 years ago
Zach Riggle b456000c48 Enhance disassembly in secondary inferiors
10 years ago
Zach Riggle 632b1c4c3d Enhance ASLR detection
10 years ago
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
Samuel Groß d15dc439a7 Improved auxv entry parsing
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