Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@feelfreelinux
Copy link
Contributor

Implements grep-like -B / --lines-before and -A / --lines-after option in vmmap. Closes #1766.

@codecov-commenter
Copy link

Codecov Report

Merging #1810 (a3c01dc) into dev (a676ce6) will decrease coverage by 56.55%.
The diff coverage is 0.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##              dev   #1810       +/-   ##
==========================================
- Coverage   60.39%   3.85%   -56.55%     
==========================================
  Files         177     180        +3     
  Lines       21451   21840      +389     
  Branches     1931    2013       +82     
==========================================
- Hits        12955     841    -12114     
- Misses       7853   20894    +13041     
+ Partials      643     105      -538     
Impacted Files Coverage Δ
gdbinit.py 0.00% <0.00%> (-40.33%) ⬇️
pwndbg/commands/checksec.py 0.00% <0.00%> (-100.00%) ⬇️
pwndbg/commands/got.py 0.00% <0.00%> (-86.49%) ⬇️
pwndbg/commands/heap.py 0.00% <0.00%> (-73.50%) ⬇️
pwndbg/commands/spray.py 0.00% <0.00%> (-45.00%) ⬇️
pwndbg/commands/vmmap.py 0.00% <0.00%> (-67.37%) ⬇️
pwndbg/gdblib/info.py 10.90% <0.00%> (-54.89%) ⬇️
pwndbg/glibc.py 0.00% <0.00%> (-78.19%) ⬇️
pwndbg/lib/version.py 0.00% <0.00%> (-81.25%) ⬇️
pwndbg/wrappers/checksec.py 0.00% <0.00%> (-74.29%) ⬇️
... and 1 more

... and 158 files with indirect coverage changes

@disconnect3d disconnect3d merged commit afd3839 into pwndbg:dev Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

vmmap <address/page>

3 participants