Commit Graph

594 Commits (eb9c4de0e63070bdf6c3cf802b4445ea55fee3ae)
 

Author SHA1 Message Date
Aaron Sedlacek eb9c4de0e6 update for ida_script.py to handle ida 7.0 (#308)
8 years ago
Disconnect3d f69b285ad4 Enhance canary command
8 years ago
degrigis 8775073df0 refactored wrapper (#280)
9 years ago
Disconnect3d 5af436a60b Fixes `u` command `module object is not callable` (#311)
9 years ago
Zach Riggle ed887fdbc4 Merge branch 'beta' into dev
9 years ago
Disconnect3d 05565c1353 Fix search function and command (#307)
9 years ago
Disconnect3d 41ca04bb15 Better exception msg (#300)
9 years ago
Levente Polyak e38f44df70 handle window resize event and set width accordingly (#291)
9 years ago
Disconnect3d ed2b5a7b9c Remove pwndbg/linkmap.py and malloc.py (#303)
9 years ago
Disconnect3d 9f364f62c6 Fix got command (#306)
9 years ago
Zach Riggle b2335f42b5 Merge branch 'beta' into dev
9 years ago
Disconnect3d fe7e445a62 Fix nearpc: 'str' object has no attr 'decode' (#304)
9 years ago
Disconnect3d 940f68ae1e Fire isort so travis won't complain (#302)
9 years ago
Levente Polyak 73a0e112e7 extend next_call to take optional symbol/target to break on (#290)
9 years ago
pyllyukko d444702787 Fix the length calculation of nearpc_prefix (#297)
9 years ago
Disconnect3d dae257cdf6 got command: possibility to filter results (#284)
9 years ago
Disconnect3d fc94bda4cb ROPGadget: return when not installed (#283)
9 years ago
Disconnect3d 55363ca0ba Fix parsed commands (#282)
9 years ago
Zach Riggle 158a7dd268 Fix issue when searching for strings (#242)
9 years ago
degrigis cedd2cd039 added command 'got' to display status of the GOT table (#256)
9 years ago
Zach Riggle 42b3a2e4d5 Clean up some unnecessary closures in pwndbg.commands (#278)
9 years ago
Disconnect3d b623c9f9e4 Fix missing exception in pwndbg/exception.py (#277)
9 years ago
Disconnect3d 1edf3c094d Fix input issue after screen resize: pagination off (#276)
9 years ago
Zach Riggle 63d107c1aa Simplify command exception debugging and make stdio work correctly (#251)
9 years ago
Zach Riggle 5861c6a675 Add Command.repeat property for repeated commands (#272)
9 years ago
Maciej Kotowicz 94730a1b17 support for multiple arenas (#262)
9 years ago
Disconnect3d f9e5482ec5 Fix ehdr/phdr endianness not being switched properly (#267)
9 years ago
Zach Riggle 0d06d2a2bc Merge branch 'beta' into dev
9 years ago
Disconnect3d 59e4534327 Fix git fatal msg display when pwndbg is installed w/o git (#263)
9 years ago
Zach Riggle 351d479f08 Fix Python2 long types and inthook (#250)
9 years ago
Roman 247d242fa9 fixed GDB remote get command (#241)
9 years ago
Disconnect3d 3b7fac68d3 Add CONTRIBUTING and ISSUE_TEMPLATE (#238)
9 years ago
Disconnect3d 6a1fdb282e Add version command (#227)
9 years ago
Disconnect3d e9443fdd5f Fix commands without file loaded in gdb (#223)
9 years ago
Disconnect3d 4422edb853 Fix IDA synchronization marshalling xint issue (#224)
9 years ago
Disconnect3d b565ff8fc0 Fix big with enums OR operation in Python 3 (#222)
9 years ago
Disconnect3d 7ec861b110 Added alernate typeinfo lookup names for D lang (#213) (#214)
9 years ago
Disconnect3d 3eb15c5d41 Stop displaying LEGEND with empty context-sections (#219) (#220)
9 years ago
Zach Riggle bf9799ea41 Add withHexrays wrapper around decompile() (#216)
9 years ago
Zach Riggle 7b001a9ae9 Enable customizable context display and ordering (#210)
9 years ago
cloud 7d356d4834 only color the mnemonic (#212)
9 years ago
Zach Riggle 8ee0208cb7 Use "pip" versions of Capstone and Unicorn (#176)
9 years ago
Disconnect3d edf4737c91 Better exception when connecting an event (#201)
9 years ago
cloud eff9f165f3 Add ability to load individual symbols (#208)
9 years ago
Zach Riggle 73d1cfd51f Hide repeated instructions at the end of disassembly (#205)
9 years ago
Zach Riggle 832b8e7b73 Enhance setup.sh (#207)
9 years ago
nilch 9ba992d69d Added fake_fast_chunks command (#204)
9 years ago
cloud 9de6345a83 @takes_address already performs l2() so doing it twice breaks this command (#194)
9 years ago
Levente Polyak 52c1c0655c fix disasm.one() to be called without an address (#189)
9 years ago
Levente Polyak d277918670 require running process for retaddr and procinfo cmd (#191)
9 years ago