Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 committed Oct 11, 2023
1 parent bc4fcc0 commit cd8c33b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions malduck/procmem/binmem.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ def load_binaries_from_memory(cls: Type[T], procmem: ProcessMemory) -> Iterator[
"""
Looks for binaries in ProcessMemory object and yields specialized ProcessMemoryBinary objects
:param procmem: ProcessMemory object to search
.. versionchanged:: 4.4.0
In addition to image=False binaries, it also returns image=True versions.
In previous versions it was done by extractor, so it was working only
if memory-aligned version was also "valid".
"""
if cls.__magic__ is None:
raise NotImplementedError()
Expand Down

0 comments on commit cd8c33b

Please sign in to comment.