mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 05:00:07 +00:00
Update readmes
This commit is contained in:
parent
a42bef12d2
commit
efbd6570b0
@ -19,17 +19,17 @@
|
|||||||
|
|
||||||
TL;DR (too long; didn't read)
|
TL;DR (too long; didn't read)
|
||||||
|
|
||||||
* Don't do something illegal. And don't ask me to do something illegal or help you do something illegal
|
* Don't do something illegal. And don't ask me to do something illegal or help you do something illegal.
|
||||||
* We already have an infinite supply of decompilation bugs that need fixing, and an automated mechanism for finding more. Decompilation bugs get addressed by easiness to fix and by whim. If you expect yours to be fixed ahead of those, you need to justify why.
|
* We already have an infinite supply of decompilation bugs that need fixing, and an automated mechanism for finding more. Decompilation bugs get addressed by easiness to fix and by whim. If you expect yours to be fixed ahead of those, you need to justify why. You can ask for a hand-assisted decompilation, but that is expensive and beyond what most are willing to spend. A $100 fee is needed just to look at the bytecode.
|
||||||
* When asking for help, you may be asked for what you've tried on your own first. There are plenty of sources of information about this code.
|
* When asking for help, you may be asked for what you've tried on your own first. There are plenty of sources of information about this code.
|
||||||
* If you are looking for *timely* help or support, well, that is typically known as a _paid_ service. I don't really have a mechanism for that since I have a full-time job. But supporting the project is an approximation.
|
* Bugs get fixed, slowly. Sometimes on the order of months or years. If you are looking for *timely* help or support, that is typically known as a _paid_ service.
|
||||||
* Submitting a bug or issue report that is likely to get acted upon may require a bit of effort on your part to make it easy for the problem solver. If you are not willing to do that, please don't waste our time. As indicated above, supporting the project will increase the likelihood of your issue getting noticed and acted upon.
|
* Submitting a bug or issue report that is likely to get acted upon may require a bit of effort on your part to make it easy for the problem solver. If you are not willing to do that, please don't waste your or our time. Bug report may be closed with about as much thought and care as apparent in the effort to create the bug. Supporting the project however, does increase the likelihood of your issue getting noticed and acted upon.
|
||||||
|
|
||||||
# Ethics
|
# Ethics
|
||||||
|
|
||||||
I do not condone using this program for unethical or illegal purposes. More detestable, at least to me, is asking for help to assist you in something that might not legitimate.
|
Do not use this program for unethical or illegal purposes. More detestable, at least to me, is asking for help to assist you in something that might not legitimate.
|
||||||
|
|
||||||
Don't use the issue tracker for such solicitations. To try to stave off illegitimate behavior, you should note that the issue tracker, the code, and bugs mentioned in that are in the open: there is no
|
Don't use the issue tracker for such unethical or illegal solicitations. To try to stave off illegitimate behavior, you should note that the issue tracker, the code, and bugs mentioned in that are in the open: there is no
|
||||||
confidentiality. You may be asked about the authorship or claimed ownership of the bytecode. If I think something is not quite right, I may label the issue questionable which may make the it easier those who are looking for illegal activity.
|
confidentiality. You may be asked about the authorship or claimed ownership of the bytecode. If I think something is not quite right, I may label the issue questionable which may make the it easier those who are looking for illegal activity.
|
||||||
|
|
||||||
|
|
||||||
@ -37,13 +37,13 @@ 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).
|
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 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. Gee this stuff is complicated, here's an open source project, so maybe someone there will help me figure stuff out.
|
||||||
|
|
||||||
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.
|
While you are free to report bugs, 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.
|
||||||
|
|
||||||
This project already has an infinite supply of bugs that have been narrowed to the most minimal form and where I have source code to compare against. And in the unlikely event this supply runs out, I have automated means for generating *another* infinite supply.
|
This project already has an infinite supply of bugs that have been narrowed to the most minimal form and where I have source code to compare against. And in the unlikely event this supply runs out, I have automated means for generating *another* infinite supply.
|
||||||
|
|
||||||
In this project the task of justifying why addressing your bug is of use to the community, and why it should be prioritized over the others, is the bug reporter's responsibility.
|
The task of justifying why addressing your bug is of use to the community, and why it should be prioritized over the others, is the bug reporter's responsibility.
|
||||||
|
|
||||||
While in the abstract, I have no problem answering questions about how to read a Python traceback or install Python software, or trying to understand what is going wrong in your particular setup, I am not a paid support person and there other things I'd rather be doing with my limited volunteer time. So save us both time, effort, and aggravation: use other avenues like StackOverflow. Again, justifying why you should receive unpaid help is the help requester's responsibility.
|
While in the abstract, I have no problem answering questions about how to read a Python traceback or install Python software, or trying to understand what is going wrong in your particular setup, I am not a paid support person and there other things I'd rather be doing with my limited volunteer time. So save us both time, effort, and aggravation: use other avenues like StackOverflow. Again, justifying why you should receive unpaid help is the help requester's responsibility.
|
||||||
|
|
||||||
|
@ -162,7 +162,7 @@ the right bytecode for the Python interpreter that will be checking
|
|||||||
the syntax.
|
the syntax.
|
||||||
|
|
||||||
You can also cross compare the results with another version of
|
You can also cross compare the results with another version of
|
||||||
`uncompyle6` since there are sometimes regressions in decompiling
|
*uncompyle6* since there are sometimes regressions in decompiling
|
||||||
specific bytecode as the overall quality improves.
|
specific bytecode as the overall quality improves.
|
||||||
|
|
||||||
For Python 3.7 and 3.8, the code in decompyle3_ is generally
|
For Python 3.7 and 3.8, the code in decompyle3_ is generally
|
||||||
@ -265,7 +265,7 @@ be solved if one were to put in the time to do so. The problem is that
|
|||||||
there aren't that many people who have been working on bug fixing.
|
there aren't that many people who have been working on bug fixing.
|
||||||
|
|
||||||
Some of the bugs in 3.7 and 3.8 are simply a matter of back-porting
|
Some of the bugs in 3.7 and 3.8 are simply a matter of back-porting
|
||||||
the fixes in decompyle3. Volunteers are welcome to do so.
|
the fixes in *decompyle3*. Any volunteers?
|
||||||
|
|
||||||
You may run across a bug, that you want to report. Please do so after
|
You may run across a bug, that you want to report. Please do so after
|
||||||
reading `How to report a bug
|
reading `How to report a bug
|
||||||
@ -274,7 +274,10 @@ follow the `instructions when opening an issue <https://github.com/rocky/python-
|
|||||||
|
|
||||||
Be aware that it might not get my attention for a while. If you
|
Be aware that it might not get my attention for a while. If you
|
||||||
sponsor or support the project in some way, I'll prioritize your
|
sponsor or support the project in some way, I'll prioritize your
|
||||||
issues above the queue of other things I might be doing instead.
|
issues above the queue of other things I might be doing instead. In
|
||||||
|
rare situtations, I can do a hand decompilation of bytecode for a fee.
|
||||||
|
However this is expansive, usually beyond what most people are willing
|
||||||
|
to spend.
|
||||||
|
|
||||||
See Also
|
See Also
|
||||||
--------
|
--------
|
||||||
|
Loading…
Reference in New Issue
Block a user