-
Notifications
You must be signed in to change notification settings - Fork 609
Issue #1761: handle new bin_attribute format for module sections #1773
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
Open
Abyss-W4tcher
wants to merge
29
commits into
volatilityfoundation:develop
Choose a base branch
from
Abyss-W4tcher:issue_1761_module_sect_attr_fix
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 24 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
735f593
make module_sect_attr and bin_attribute optional
Abyss-W4tcher ac4326f
determine sect_attrs.attrs subtype dynamically
Abyss-W4tcher 4f296f7
black formatting
Abyss-W4tcher 75e0d04
sections manual enumeration adjustment
Abyss-W4tcher 825cb32
sections manual enumeration adjustment
Abyss-W4tcher 9478d36
get_sections() sanity check
Abyss-W4tcher 70dfa09
add bin_attribute address virtual member
Abyss-W4tcher d8518b3
1774: consolidate module helpers
Abyss-W4tcher c223a12
handle None in _parse_sections caller
Abyss-W4tcher 522c2d4
rollback to already patched version
Abyss-W4tcher 9104882
add ATTRIBUTE_NAME_MAX_SIZE constant
Abyss-W4tcher a5d1641
use ATTRIBUTE_NAME_MAX_SIZE constant
Abyss-W4tcher 2cda8e3
make binary attributes iteration NULL terminated
Abyss-W4tcher 1c11791
add dynamically_sized_array_of_pointers() helper
Abyss-W4tcher 15a8af5
use dynamically_sized_array_of_pointers in _get_sect_count
Abyss-W4tcher b20da9c
correct type hinting
Abyss-W4tcher 4496909
lru_cache get_modules_memory_boundaries()
Abyss-W4tcher 6e67674
add section address sanity check
Abyss-W4tcher a5cc616
leverage the existing Array facility
Abyss-W4tcher c8d90cf
adjust to the new NULL-terminated processing
Abyss-W4tcher 5d50ad2
slight readability adjustment
Abyss-W4tcher c89c7c3
rollback to 635237b to prevent circular import
Abyss-W4tcher b8e12be
move ModuleExtract class in modules.py
Abyss-W4tcher e9ce095
black formatting
Abyss-W4tcher 32f37ee
remove hasattr check on bin_attribute
Abyss-W4tcher 8b132ea
extend _fix_sym_table's docstring
Abyss-W4tcher 89c5fc3
move iterator_guard_value down the parameters list
Abyss-W4tcher d7103a2
ensure that _parse_sections returns a constant number of None on failure
Abyss-W4tcher 0138aec
manually iterate over the pointers to detect OOB locally
Abyss-W4tcher File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.