Add AMSI.dll to module list
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 411
- Forks
- 74
- Avg merge
- 13h 41m
- Merged PRs (30d)
- 1
Description
Summary
The current implementation of hashdb allows the user to add additional string to the wordlist, but it does not seems to allow users to add additional modules. As it stands, a few malware have added AMSI.dll to retrieve exports from AMSI, and hashdb would benefit from the adding the module to the modules list and its relevant exports.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the data structure or entry point that defines hashdb's module list and the existing module export records. Check how additional strings and modules are currently represented, then determine the expected AMSI.dll entry and its exports from the project's existing conventions. Done means AMSI.dll and the relevant exports are included and covered by the project's available verification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- reverse-engineering, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100