extract strings/bytes from pointer tables
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 726
- Avg merge
- 11d 11h
- Merged PRs (30d)
- 7
Description
Register is used as index into table of string pointers @ `mimikatz:0x44EE5A`:

The table of string pointers @ `mimikatz:0x4475ca0` contains pointers to four strings:

`capa` currently extracts the first string `INPUTEVENT` but it would be great if it extracted the other three strings too.
Contributor guide
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
No source file or test is named. Start by reproducing the current capa extraction for the pointer table at mimikatz:0x4475ca0 and compare it with the register-indexed table at mimikatz:0x44EE5A. Done means capa extracts all four strings from the pointer table rather than only INPUTEVENT.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- reverse-engineering
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100