Issues And Requests
If you have encountered any issues/bugs or wish to request any additional feature while using the script, please open an issue on github
Issues Report
This is an example of an issue I've made: Blint Incorrect exe_type detection for ELF binaries in blint
In general, the format should be as follows:
Bug Description
A clear and concise description of what the bug is.
Steps to Reproduce
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected Behavior
A clear and concise description of what you expected to happen.
Actual Behavior
A clear and concise description of what actually happened.
Runtime Information
Command Used
# Paste the exact command that triggered the bug
e.g. ./scripts/installer.sh --target[x86_64 | arm]
Error Messages
# Paste any error messages, stack traces, or logs
Related Issues
- Previous Issues: [Link to any related issues]
- Similar Problems: [Describe any similar problems you've encountered]
Reproducibility
- [ ] Always: The bug occurs every time
- [ ] Sometimes: The bug occurs intermittently
- [ ] Rarely: The bug occurs occasionally
- [ ] Once: The bug occurred once and hasn't repeated
Impact Assessment
- [ ] Critical: Prevents basic functionality
- [ ] High: Significant functionality affected
- [ ] Medium: Minor functionality affected
- [ ] Low: Cosmetic or minor issue
Proposed Solution
If you have a suggested fix or workaround, please describe it here.
Additional Files
Please attach any relevant files:
- [ ] Build logs
- [ ] Error logs
- [ ] Screenshots (if applicable)
Feature Request
Summary of feature
A clear and concise description of what feature you'd like
Additional context Add any other context or screenshots about the feature request here.