decompile_all arg is mentioned in main.py but never accounted for
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 61
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Expectation: -decompile_all or --decompile_all is used as an argument with pydecipher and all pyc files are decompiled
Result: pydecipher: error: unrecognized arguments: --decompile_all
It's referenced on line 269 I'm not super savvy on why it's ignored at least on Windows but for right now you basically have to comment it out if you want to use this functionality.
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 in main.py at line 269 and inspect how pydecipher defines and parses command-line arguments. Reproduce the reported --decompile_all error, then verify that -decompile_all or --decompile_all is accepted and that the command decompiles all pyc files as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100