I am trying to decompile an executable through pyinstaller extractor.
I have decompile pyinstaller exe as image shows https://i.stack.imgur.com/x3r2X.jpg . I cannot seem to get it to work.
I'm getting """ SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 841-842: truncated \UXXXXXXXX escape.
I tried changing path. Any ideas?
I have tried changing the syntac using \\
and incorporating that but I have had no luck. I am happy to provide a video tutorial as evidence if needed but this is not the same question as it did not work.