Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

捕捉进程IP并写入Windows路由表。Capture the process IPs and write it to the Windows route table.

Notifications You must be signed in to change notification settings

musva/RouteTableTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RouteTableTool

捕捉进程IP并写入Windows路由表,以管理员身份运行。 引用了CodeCowboyOrg/Ip4RouteTable项目代码。

Capture the process IPs and write it to the Windows route table, run as administrator. Referenced CodeCowboyOrg/Ip4RouteTable project code.

运行要求

  • .NET Framework 4.6

功能

  • 频率,每2秒捕捉进程远端IP地址。

  • 写入,写入当前列表IP至路由表,此功能需要以管理员身份运行程序。

  • 撤销,撤销上次写入的路由表,此功能需要以管理员身份运行程序。

  • 存储,保存当前列表IP地址至配置文件。

  • 导入,从配置文件中读取IP地址并追加至当前列表。

  • Frequency, captures the remote IP address of the process every 2 seconds.

  • Write, write the current list IP to the route table, this function needs to run the program as administrator.

  • Undo, undo the last written route table, this function needs to run the program as administrator.

  • Store, save the current list IP address to the configuration file.

  • Import, read IP addresses from the configuration file and append to the current list.

About

捕捉进程IP并写入Windows路由表。Capture the process IPs and write it to the Windows route table.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages