extremecoders-re / nuitka-extractor

Tool to extract nuitka compiled executables
MIT License
71 stars 6 forks source link

[!] Failed to locate Nuitka data in PE resources #9

Open wotb000 opened 4 months ago

wotb000 commented 4 months ago

hi. trying to disassemble some malware/stealer. can't get any further because of this error: image

content: image

extremecoders-re commented 4 months ago

From the last screenshot, you have grabbed this files from the temp directory I suppose.

123123.exe can't be extracted further. Note that nuitka-extractor can't extract pyc files as there are none inside. It is only for extracting DLLs, Pyds and other binary resources from nuitka onefile executables. In your case this is already extracted.

LogerKent commented 1 month ago

и как получить исходный код?

extremecoders-re commented 1 month ago

и как получить исходный код?

Невозможно получить исходный код, поскольку он скомпилирован в машинный код.