Commit Graph

110 Commits (85f43737378cb7e443c0737d3c8d8a777c92b259)

Author SHA1 Message Date
Gulshan Singh 5a323b4967
Fix bins command (#1313)
3 years ago
alufers e8a8e737c8
Add a header to the vmmap table (#1311)
3 years ago
Disconnect3d 20417c1b06
Fix parameter default values (#1307)
3 years ago
Disconnect3d 9a580eaa84
Fix setting empty ctx sections (#1310)
3 years ago
Disconnect3d dd26c60e7a
Fix invalid zig path in tests makefile & suppress compilation warning (#1308)
3 years ago
Tingfeng Yu 177df59c12
integrated Bin classes (#1304)
3 years ago
Gulshan Singh 4be16dcd5d Fix heap_config
3 years ago
Gulshan Singh 78065e8ba9 Fix config and theme commands
3 years ago
Gulshan Singh eb18b04e54 fix coverage generation
3 years ago
Gulshan Singh f0ea79575d Add unit-test for find_fake_fast command
3 years ago
Gulshan Singh 9a67233cd1 Store coverage files in .cov directory
3 years ago
Gulshan Singh c73f79340c Move .coveragerc config to pyproject.toml
3 years ago
Gulshan Singh 8a417091b5 Add mocks
3 years ago
Gulshan Singh e63d289b95 Move tests/ to tests/gdb-tests/
3 years ago
alufers 1c06c52b47
fix: make mprotect command truly multi-arch (#1162)
3 years ago
Gulshan Singh dac5340b18 Add tests for find_fake_fast --align
3 years ago
Gulshan Singh e6574f447f
Add find_fake_fast test (#1286)
3 years ago
CptGibbon 1a0bbbf26a
Add multithreaded malloc_chunk tests (#1277)
3 years ago
Alan Li b4cdcdfcfc
Unit tests and some bugs fix for the heap heuristics (#1283)
3 years ago
Gulshan Singh e456b317d7 Convert all vmmap references to pwndbg.gdblib.vmmap
3 years ago
E. Rivas b5da3e8237
Add ignore command (from #1257) (#1276)
3 years ago
Lonny Wong cf11443735 add test for max-visualize-chunk-size
3 years ago
Gulshan Singh 4647ccca57 Fix windbg test
3 years ago
Gulshan Singh 2220918866 Cleanup hexdump implementation
3 years ago
Gulshan Singh 084eb36813
Add a test for config triggers (#1225)
3 years ago
Gulshan Singh eabab316d2
Split config.py into lib/ and gdblib/ (#1134)
3 years ago
Gulshan Singh fd5e722cbc Add hexdump test
3 years ago
Disconnect3d 478a569cb3
Fix #1256: fixes next cmds hangs on segfaults (#1268)
3 years ago
Gulshan Singh bfbb2b8652
Move symbol.py to gdblib (#1259)
3 years ago
CptGibbon ec8addd602
Build malloc_chunk tests with libpthread (#1265)
3 years ago
Gulshan Singh 63b988a997
Move file.py to gdblib and improve procinfo test (#1258)
3 years ago
Gulshan Singh bb342a9286
GDB Refactor [18/N]: Move proc to gdblib/proc.py (#1247)
3 years ago
Gulshan Singh 2eccf02b50
GDB Refactor [15/N]: Move stack.py to gdblib/stack.py (#1244)
3 years ago
Gulshan Singh 23caabdb76 Split heap tests into their own files
3 years ago
Gulshan Singh 6c1ddb451c Moved heap tests into tests/heap
3 years ago
CptGibbon 91505a47b1
Add `malloc_chunk` command tests for heuristic heap (#1234)
3 years ago
Gulshan Singh ebadd88220
Add --shell argument to pwndbg command (#1233)
3 years ago
CptGibbon ef89d417d6 Add malloc_chunk command test
3 years ago
disconnect3d 55ab0ae091 fix pipe:X in test
3 years ago
disconnect3d e728fa8614 allow for pipe:X in test
3 years ago
disconnect3d b209ada229 Fix disable_colors formatting & test ctx disasm showing fds
3 years ago
Disconnect3d 521514b204
fix #1190: telescope -r with addr as count (#1198)
3 years ago
disconnect3d ea98cfae77 silence heap_bugs.c build warnings
3 years ago
Albert Koczy 30cd4c7372 fix: lint
3 years ago
Albert Koczy 9e84c18c44 fix: mprotect command and add tests for it
3 years ago
disconnect3d 02eb8e6dd7 fix libc objfile name in tests
3 years ago
disconnect3d 11f878977e add nextproginstr tests
3 years ago
ntsleep 96d90d18a5 Added test for procinfo command before binary srat
3 years ago
ntsleep e27c25f54a Added test for procinfo command
3 years ago
Disconnect3d cc3f86d5bc
Improve vmmap on coredump files (#1149)
3 years ago