drk1wi / portspoof

Portspoof
http://drk1wi.github.io/portspoof/
Other
964 stars 147 forks source link

ARM compatibility #17

Closed h264 closed 9 years ago

h264 commented 9 years ago

As far as I know, Portspoof does not run on ARM devices at the moment.

Would it be possible to create a version of portspoof that runs on ARM, too?

drk1wi commented 9 years ago

I think that as long the OS will be Linux, then this shouldn't be a problem. What do you want to do?

h264 commented 9 years ago

I am running a linux-based router (OS: IPFire) on an ARM-board. To confuse attackers, I want to include portspoof so it is active on the network interface which is connected to the internet. On i686-systems, this is already working. The architecture of my system is armv7l (Wandboard Quad, see http://wandboard.org/ for details).

Note: There is a discussion about this on the IPFire Forum, but it is in German only: http://forum.ipfire.org/viewtopic.php?f=17&t=12399&p=85407

drk1wi commented 9 years ago

Did you try to compile the source code on the ARM box itself? The compiler (g++) should then produce a binary in the right, armv7l supported, format.

Wiadomość napisana przez h264 notifications@github.com w dniu 25 maj 2015, o godz. 18:15:

I am running a linux-based router (OS: IPFire) on an ARM-board. To confuse attackers, I want to include portspoof so it is active on the network interface which is connected to the internet. On i686-systems, this is already working, but not on ARM-boards. The architecture of my system is armv7l (Wandboard Quad, see http://wandboard.org/ http://wandboard.org/ for details).

Note: There is a discussion about this on the IPFire Forum, but it is in German only: http://forum.ipfire.org/viewtopic.php?f=17&t=12399&p=85407 http://forum.ipfire.org/viewtopic.php?f=17&t=12399&p=85407 — Reply to this email directly or view it on GitHub https://github.com/drk1wi/portspoof/issues/17#issuecomment-105259029.

h264 commented 9 years ago

Thanks for the hint, it worked fine. Portspoof is now running on ARM.