Is it possible through delphi to open the desired port by TCP protocol automatically? If yes, then clearly explain.

  • one
    Vsmysle listen on a specific port or programmatically open it on the firewall? - Nofate

1 answer 1

to listen - TSocketServer. if a normal firewall programmatically open should not be possible

  • I suspect the windows firewall can be driven programmatically. ) - Nofate
  • if the firewall to steer programmatically, then this is not a firewall, but some kind of garbage. Imagine Trojan Takes boosts privileges to admin and programmatically via api writes itself into trusted applications ..... - cavinc