R-Vision / winexe

Wrapper around the winexe and psexec
MIT License
9 stars 10 forks source link

Possible adapt in ARM (Raspberry pi) #11

Open Guims opened 5 years ago

Guims commented 5 years ago

Is it possible to adapt winexe for ARM architecture (raspberry pi)?

Thank you in advance for your answer.

Cordially.

NetBUG commented 5 years ago

Nothing is impossible. You can take https://github.com/R-Vision/winexe-smb2 and build it for ARM arch, and then use the binary compiled in ./bin folder of current repo. Unfortunately, we do not do anything with ARMs.