dotPY-hax / frankenstein-obfuscator

Obfuscate and run .exe files in a powershell script
13 stars 4 forks source link

PE platform doesn't match the architecture of the process it is being loaded in (32/64bit) #1

Open RVG-Nikeisfake0 opened 4 months ago

RVG-Nikeisfake0 commented 4 months ago

full error:

C:\Users\RetailAdmin\Downloads\frankenstein-obfuscator-main\frankenstein-obfuscator-main>powershell -file yesyes.ps1
PE platform doesn't match the architecture of the process it is being loaded in (32/64bit)
At C:\Users\RetailAdmin\Downloads\frankenstein-obfuscator-main\frankenstein-obfuscator-main\yesyes.ps1:2106 char:13
+             Throw "PE platform doesn't match the architecture of the  ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OperationStopped: (PE platform doe...d in (32/64bit):String) [], RuntimeException
    + FullyQualifiedErrorId : PE platform doesn't match the architecture of the process it is being loaded in (32/64bi
   t)
kvlx-alt commented 1 month ago

same here

tkgo11 commented 3 weeks ago

Me too