ivanitlearning / Juicy-Potato-x86

Juicy Potato for x86 Windows
https://ivanitlearning.wordpress.com/2019/07/20/potato-privilege-escalation-exploits-for-windows/
117 stars 35 forks source link

Unable to compile x86 version using fork from ohpe #3

Open CustosClarus opened 1 year ago

CustosClarus commented 1 year ago

First of all kudos and great effort in compiling the 32 bit version of this awesome tool. I following you, copied the source code from Ophe site, and made some changes as shown below:-

Image 1 Image 2 Image 3

Orginally when I compile making no changes to project properties I got .dll output, then I change into exe but the final exe when I try to run would give me "this app can't run on your pc".

I still manged to move the seemingly broken exe to victim computer and when I run the

c:\inetpub\wwwroot>test_clsid.bat
test_clsid.bat
{1F7D1BE9-7A50-40b6-A605-C4F3696F49C0} 10000

Either I didn't compile it right, perhaps didn't include the right resource file or something else, If you can help me fix this I be glad. Thank you.