python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How Rider deals with C# external dependencies classes
I'm trying to access an external dependency class with Rider (cmd + click) and my code comments on original source code are disappearing during the decompile process by Rider. There is a way to avoid ...
Diego Freitas
Votes: 0
Answers: 0
How to decompile .mexw64
When I used the mexw64 file, I found that the result was not what I expected, so I wondered if I could decomcompile it into a readable file to see if that part was wrong.
However, I did not find a way...
moluzhui
Votes: 0
Answers: 0
How can I decompile .pyc files from Python 3.10?
I did try uncompyle6, decompyl3, and others, but none of them worked with 3.10. Is it even possible to do this right now?
Rana
Votes: 0
Answers: 2
How to decompile .pyc on python 3.10?
I tried uncompyle6, decompyl3, pycdc, but nothing worked with 3.10. Is it even possible to do this at the moment?
grogu
Votes: 0
Answers: 0