Are .pyds decompilable? - Python -
this question has answer here:
- how hard reverse engineer .pyd files? 2 answers
i wondering, if export game .exe , material imported, turning .pyd - can decompile .pyds? thanks!
thank people, got answer future people need help: .pyd files shared libraries tools allow people inspect or disassemble shared library work on them well. & more info : how hard reverse engineer .pyd files?
in simple terms, .pyd files shared libraries (.dlls on windows), different name. tools allow people inspect or disassemble shared library work on them well.
Comments
Post a Comment