Why would purebasic.exe be listening on a UDP Port?

Everything else that doesn't fall into one of the other PB categories.
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Why would purebasic.exe be listening on a UDP Port?

Post by pdwyer »

:?:

I restarted it and it's not listening now. It was on a high port 60400 or something.

I wasn't doing anything with network programming and didn't have any source code open with network code in it...
Paul Dwyer

“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Maybe the debugger connects to the program that way?
freak
PureBasic Team
PureBasic Team
Posts: 5962
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

The debugger uses pipes for communication, not networking.
quidquid Latine dictum sit altum videtur
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Re: Why would purebasic.exe be listening on a UDP Port?

Post by Joakim Christiansen »

pdwyer wrote:I restarted it and it's not listening now. It was on a high port 60400 or something.
I always knew it! It's a trojan! :twisted: :lol:
I like logic, hence I dislike humans but love computers.
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post by pdwyer »

freak wrote:The debugger uses pipes for communication, not networking.
:? I'll keep an eye on it, see if I can get some more data.

Is there are CRC or MD5 for the 4.3 exe? (just in case)
Paul Dwyer

“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
Post Reply