Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Chunk class into malloc_chunk command #1184

Merged
merged 8 commits into from
Oct 3, 2022
Merged

Integrate Chunk class into malloc_chunk command #1184

merged 8 commits into from
Oct 3, 2022

Conversation

CptGibbon
Copy link
Contributor

The Chunk class is complete enough for use in the malloc_chunk command, where it can simplify a little code and provide some gdb module efficiency.
The malloc_chunk command output remains the same.

@codecov-commenter
Copy link

Codecov Report

Merging #1184 (ceb735b) into dev (bddaa40) will increase coverage by 0.18%.
The diff coverage is 43.83%.

@@            Coverage Diff             @@
##              dev    #1184      +/-   ##
==========================================
+ Coverage   52.64%   52.82%   +0.18%     
==========================================
  Files         179      179              
  Lines       20102    20116      +14     
  Branches     1846     1845       -1     
==========================================
+ Hits        10582    10626      +44     
+ Misses       9117     9081      -36     
- Partials      403      409       +6     
Impacted Files Coverage Δ
pwndbg/commands/heap.py 61.87% <28.88%> (+0.88%) ⬆️
pwndbg/heap/ptmalloc.py 40.86% <67.85%> (+3.56%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@disconnect3d disconnect3d merged commit 4069400 into pwndbg:dev Oct 3, 2022
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.

None yet

3 participants