Skip to content

Commit

Permalink
Update HOW-TO-REPORT-A-BUG.md
Browse files Browse the repository at this point in the history
grammar typo
  • Loading branch information
rocky authored Oct 14, 2023
1 parent 77d7275 commit e9120ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HOW-TO-REPORT-A-BUG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ confidentiality. You may be asked about the authorship or claimed ownership of t

For many open-source projects bugs where the expectation is that bugs are rare, reporting bugs in a *thoughtful* way can be helpful. See also [How to Ask Questions the Smart Way](http://www.catb.org/~esr/faqs/smart-questions.html).

In this project though, most of the bug reports boil down to the something like: I have I am trying to reverse engineer some code that I am not the author/owner and that person doesn't want me to have access to. I am hitting a problem somewhere along the line which might have to do with decompilation, but it could be something else like how the bytecode was extracted, some problem in deliberately obfuscated code, or the use some kind of Python bytecode version that isn't supported by the decompiler.
In this project though, most of the bug reports boil down to the something like: I am trying to reverse engineer some code that I am not the author/owner and that person doesn't want me to have access to. I am hitting a problem somewhere along the line which might have to do with decompilation, but it could be something else like how the bytecode was extracted, some problem in deliberately obfuscated code, or the use some kind of Python bytecode version that isn't supported by the decompiler.

While you are free to report these, unless you sponsor the project, I may close them with about the same amount of effort spent that I think was used to open the report for them. And if you spent a considerable amount of time to create the bug report but didn't follow instructions given here and in the issue template, I am sorry in advance. Just go back, read, and follow instructions.

Expand Down

0 comments on commit e9120ea

Please sign in to comment.