Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shinznatkid committed Mar 16, 2015
1 parent 8ffe201 commit ad2bf7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ SocketHook written in C#, Only support for Windows (32 bits application)
(bind_address can replace with 0.0.0.0, port can be blank)

### Example parameters
HookAPI.exe p=program.exe s=0.0.0.0 d=127.0.0.1
HookAPI.exe p=program.exe s=192.168.0.1 d=192.168.0.2
HookAPI.exe p=program.exe s=192.168.0.1:8000 d=192.168.0.2
HookAPI.exe p=program.exe s=192.168.0.1:8000 d=192.168.0.2:9000
HookAPI.exe p=program.exe s=0.0.0.0:8000 d=192.168.0.2:9000
* HookAPI.exe p=program.exe s=0.0.0.0 d=127.0.0.1
* HookAPI.exe p=program.exe s=192.168.0.1 d=192.168.0.2
* HookAPI.exe p=program.exe s=192.168.0.1:8000 d=192.168.0.2
* HookAPI.exe p=program.exe s=192.168.0.1:8000 d=192.168.0.2:9000
* HookAPI.exe p=program.exe s=0.0.0.0:8000 d=192.168.0.2:9000

0 comments on commit ad2bf7b

Please sign in to comment.