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

Refactored malduck.extractor #100

Merged
merged 5 commits into from Jul 26, 2023
Merged

Refactored malduck.extractor #100

merged 5 commits into from Jul 26, 2023

Conversation

psrok1
Copy link
Member

@psrok1 psrok1 commented Jul 26, 2023

  • Revised overrides and ensured that they're handled correctly. It's rarely used feature even in CERT.pl, but I don't really want to drop it.
  • Possibly fixed Yara matches are incorrectly mapped to carved binaries #81. Previously we used yarav instead of yarap that was further remapped using p2v. Everything worked when initial imgbase=p=0, so it wasn't visible in most cases.
  • ExtractorModules and configuration utilities are in separate modules
  • ProcmemExtractManager is renamed to ExtractionContext
  • Splitted push_procmem into separate functions

@psrok1 psrok1 requested review from nazywam and msm-code July 26, 2023 14:27
malduck/extractor/extract_manager.py Outdated Show resolved Hide resolved
malduck/extractor/extract_manager.py Outdated Show resolved Hide resolved
malduck/extractor/extract_manager.py Outdated Show resolved Hide resolved
malduck/extractor/extract_manager.py Outdated Show resolved Hide resolved
malduck/extractor/extract_manager.py Outdated Show resolved Hide resolved
@psrok1 psrok1 force-pushed the refactor/malduck-extractor branch from 1a8482b to ed8c86f Compare July 26, 2023 16:13
@psrok1 psrok1 merged commit 930a999 into master Jul 26, 2023
2 checks passed
@psrok1 psrok1 deleted the refactor/malduck-extractor branch July 26, 2023 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Yara matches are incorrectly mapped to carved binaries
2 participants