Log stdout and stderr from dynamic analysis process
Open
Nobody has claimed this yet.
dynamic analysis
enhancement
- Dominant language
- Go
- Stars
- 912
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
Currently only the last 4k bytes are logged as part of strace results during dynamic analysis, but ideally we want to have a full log of console output, both stdout and stderr interleaved and timestamped if possible.
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
Start by tracing how the dynamic analysis process currently captures and includes strace results. Determine where the last 4k bytes are selected and how process output is handled. Done means the full stdout and stderr are captured in an interleaved log, with timestamps if feasible, rather than only the truncated output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100