3 comments (3 comments)0 reactions (0 reactions)1 assignee (1 assignee)Python3,469 stars (3,469 stars)481 forks (481 forks)batch import
help wanted
Description
This issue does not include a description.
Contributor guide
- Tech stack
- python
- Domain
- backendtooling
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 3-5 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Knowledge of Manticore's symbolic execution engineUnderstanding of x86 instruction semanticsFamiliarity with PythonAbility to read existing instruction implementations
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- Start by examining the existing implementation of similar x86 instructions in Manticore, likely in the platform/x86 directory. Look for functions that handle symbolic execution of instructions like MOV, ADD, etc. and use similar patterns to model LSL's behavior. Check the comments in the issue (if any) and the assignee's progress. Files to review include 'manticore/platforms/x86.py' and related modules.