Commit Graph

333 Commits (18583a0f9807774d5e2604906a21a6df35604688)
 

Author SHA1 Message Date
Zach Riggle 18583a0f98 Verbose exceptions
10 years ago
Zach Riggle ea76137425 It helps to actually add the config file
10 years ago
Zach Riggle 533e5147fe Use the description for the help
10 years ago
Zach Riggle df1f7a5121 Convert aslr command to argparse style
10 years ago
Zach Riggle 14cbea1945 Automatically add default values for options which have them.
10 years ago
Zach Riggle 27b4a9a314 Add support for argparse-style commands.
10 years ago
Zach Riggle a4e583774d Fix Python3 issue when memory cannot be read
10 years ago
Zach Riggle e9fe067a42 Add pwndbg.config module and examples
10 years ago
Zach Riggle c036b33d01 Handle QEMU where _siginfo is unavailable
10 years ago
Zach Riggle 01d4e461ca Add SIGSEGV fault address
10 years ago
Zach Riggle a4a327052f Add more IDA stuff thats a work-in-progress
10 years ago
Zach Riggle 09aeac9bb1 Do not modify sysroot if it is already set
10 years ago
Zach Riggle ff73f66589 Fix bug reported by kavefish
10 years ago
Zach Riggle b830a769df Fix decorator ordering for ParsedCommands
10 years ago
Zach Riggle 2962dc96a2 Automatically cast to str for colors
10 years ago
Zach Riggle 0b860431a7 Automatically cast address to int to make other code clenaer
10 years ago
Zach Riggle e6411366bf Merge pull request #37 from gsingh93/elfheader
10 years ago
Zach Riggle 2f9db4dd4f Get sane string behavior by implementing pwndbg.memory.string
10 years ago
Gulshan Singh 19b1bb2b2f Made elfheader run `info files`
10 years ago
Zach Riggle 0ab757490f Blacklist all segment registers until unicorn-engine/unicorn#550 is resolved
10 years ago
Zach Riggle fcf3a7140b Memoize fs/gs helper
10 years ago
Zach Riggle bb4541f56d Dont print NULL strings
10 years ago
Zach Riggle 66b6a663bc Explicitly set full path to Python interpreter, and site-packages directory
10 years ago
Zach Riggle f5705206b7 Fix Python version detection in the install script
10 years ago
Zach Riggle a9e6ee4ae3 Merge pull request #34 from kernel-sanders/patch-1
10 years ago
kernel-sanders 8e3ec3f22b Fix line .gdbinit modification line
10 years ago
Zach Riggle 280d7aee55 Merge branch 'dc23'
10 years ago
Zach Riggle 83ebc887c4 Add size_t and ssize_t
10 years ago
Zach Riggle 6a27e94b9b Restore IDA jmp
10 years ago
Zach Riggle e341e227e9 Update defcon tools
10 years ago
Zach Riggle f7e33ae33f Dont explode if argv is broken
10 years ago
Zach Riggle d7e898cfcd Remove clear command
10 years ago
Zach Riggle 6b3615d9b9 Clean up some old code
10 years ago
Zach Riggle 31460754ee Merge pull request #32 from gsingh93/patch-2
10 years ago
Gulshan Singh 155b4d274c Add -y to apt-get install command
10 years ago
Zach Riggle f376df092a Add stuff for DEFCON quals; if you watch my commits close enough to see this, you deserve it.
10 years ago
Zach Riggle dba6f3a456 Fix string extraction. The "ignore" setting was getting us lots of non-string stuff.
10 years ago
Zach Riggle b1c51cec90 Better detection of heap or stack apges
10 years ago
Zach Riggle 18b1ad001d Dont explode on non-Android remote processes
10 years ago
Zach Riggle 53d3aa16a2 Remove debug statements
10 years ago
Zach Riggle 293cf66ba5 Implement telescope folding for multiple runs
10 years ago
Zach Riggle 6b640f3772 Color nesting is hard. Probably going to hate this,
10 years ago
Zach Riggle 3b9539f538 Fix symbol replacement for long types on Python2
10 years ago
Zach Riggle 082eac6b8c Remove unnecessary conditional
10 years ago
Zach Riggle 783191c293 Fix unicode issues on Python2, and strip the SELinux context
10 years ago
Zach Riggle 95459a24be Handle exception when file is not present (i.e., not Android)
10 years ago
Zach Riggle b148edfaed Use correct Python; don't use apt on OSX
10 years ago
Zach Riggle 969b3c4a39 Fix disassembly of calls/jmps and add docs for context
10 years ago
Zach Riggle abd0a6854c Add fsbase and gsbase commands
10 years ago
Zach Riggle e9e05e57c4 Fix argv command
10 years ago