-
Notifications
You must be signed in to change notification settings - Fork 56
Description
I have file.bin converted from exe to bin via Donut software.
I tried both commands:
python3 .\hellMaker.py ..\loader.bin JUtq1KIAObWWUw4jKleLHnxG2bmMjUWpJ5dvtknYxSkqH+bzhgL2tJUoe5hN+7Dg obfs.c
AND
python3 .\hellMaker.py ..\loader.bin JUtq1KIAObWWUw4jKleLHnxG2bmMjUWpJ5dvtknYxSkqH+bzhgL2tJUoe5hN+7Dg obfs.exe
First command I tried to compile with C and I got error:
$ gcc obfs.c -o obfs.exe
D:/Software/MSYS2/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/14.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\user\AppData\Local\Temp\ccHqtcP5.o:obfs.c:(.text+0xfe2): undefined reference to `__imp_UuidFromStringA'
collect2.exe: error: ld returned 1 exit status
With 2nd command, I got exe but when I run it on Windows 10 I get:
"This app cant run on your PC
To find a version for your PC check with a software publisher"
File from exe to bin is compiled both for x64 and x86 so its not problem. Its also compiled from x64 machine.