Commit Graph

1946 Commits (e847755316741da7e14b9d50411551ee83b2cb78)
 

Author SHA1 Message Date
psondej ee5920a740 poetry.lock: fix missing packages after bump in pyproject.toml
2 years ago
OB 8f9a5e0793 Use existing function, gdblib.vmmap.find, to get page
2 years ago
OB 4d709511c0 lint
2 years ago
OB dbaf68ec4a Add check for no pages
2 years ago
OB beaa52268c Distance command can now print the offset to the addresses's page base
2 years ago
OB c37030633a Remove redundant None check
2 years ago
OB 0451daebcc Refactor, move function to global scope and ensure frame exists in register set
2 years ago
OB 6a45c854e8 linting
2 years ago
OB 5eabb70c04 comment
2 years ago
OB 2defa89324 Add -f flag to stack command, add stackf command
2 years ago
OB 5a485c0aa9 Add ability to print framepointer offset for each address in telescope output
2 years ago
Filip Grzywok d497bac847 feat: Move gdb version to gdblib, do not depend on file exec feature in vmmap
2 years ago
patryk4815 15a0cb0a65 flake.nix: fix syntax error
2 years ago
disconnect3d 0a189f7fa9 flake.nix: add comment about distros
2 years ago
Disconnect3d 0abeaa13af Update pwndbg/gdblib/vmmap.py
2 years ago
Disconnect3d a3ec30c35c Update pwndbg/commands/vmmap.py
2 years ago
Disconnect3d 0f0bb922db Update pwndbg/commands/vmmap.py
2 years ago
Filip Grzywok bad56cd682 fix: wrong flake nix
2 years ago
Filip Grzywok ed4a4408a9 fix: Typo in flake nix
2 years ago
Filip Grzywok 80aa1a9cc1 fix: Formatting
2 years ago
Filip Grzywok bc51c5c782 fix: Only use info proc mappings on supported qemu vesions
2 years ago
Filip Grzywok e5a3a50a70 feat: Back vmmap with info proc mappings on newer qemu versions
2 years ago
dependabot[bot] 8dd9382b73 Bump urllib3 from 2.0.6 to 2.0.7
2 years ago
CptGibbon 42b2fa42ff Add `threads` command
2 years ago
CptGibbon b0445e5563 Always show selected thread in thread context
2 years ago
dependabot[bot] 23e36ce780 Bump cryptography from 41.0.3 to 41.0.4
2 years ago
dependabot[bot] 92de6123ab Bump urllib3 from 2.0.4 to 2.0.6
2 years ago
CptGibbon d41e4a518c Remove redundant call to `frame.pc()`
2 years ago
CptGibbon 1ecfd6d207 Add context-max-threads config
2 years ago
CptGibbon d050893dac Initialize banner rather than inserting it
2 years ago
CptGibbon 43b9aefd70 Don't request frames from running threads
2 years ago
CptGibbon 8a7ba1c515 Only inspect valid threads
2 years ago
CptGibbon b554b95db4 Rename variable
2 years ago
CptGibbon 91688a28af Remove redundant frame select
2 years ago
Allison Fister 72ab4aa5e8 move tuple to global scope
2 years ago
Allison Fister 2ad4a024f1 add initial assignment
2 years ago
Allison Fister cd035a6ed0 fix formatting
2 years ago
Allison Fister 419975769c refactor symbol.py skipped exceptions
2 years ago
disconnect3d 85eb6c8bf9 fix arch ci tests
2 years ago
disconnect3d 92781b7cf9 fix arch ci
2 years ago
disconnect3d 8ca1dbf82f fix arch ci?
2 years ago
disconnect3d dd4c4f07cb Fix Arch Linux on CI
2 years ago
disconnect3d f37198df1d Fix #1878: skip frame err in symbol fetching
2 years ago
patryk4815 3e98c881b9 flake.nix: fix syntax error
2 years ago
disconnect3d ba33bff319 patch, patch_list: improve UX/display
2 years ago
disconnect3d 4af50b6e19 patch_list: don't display byte and offset values
2 years ago
disconnect3d ac306872a5 fix shlint
2 years ago
disconnect3d d4a3ba25bf flake.nix: add comment about distros
2 years ago
disconnect3d 5755aabaee Fixes 1777: update Pwntools to 4.11
2 years ago
Aaron Adams ee0377d3bf Update tests to gracefully handle multiple qemu processess running
2 years ago