You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work on the debugger build. The one that I was curious was when do you automatically load up hyperpwn-client and hyperpwn-server? I wanted to make sense of this and figure out when you could actually run both? Ideally I would just like to hit gdb on Hyper and both scripts will run off the bat. It seems arbitrary when/where you would start it.
The text was updated successfully, but these errors were encountered:
hyperpwn-server.sh should only need to be started once, then you can leave the Hyper there and never close it. (But I notice that sometimes hyperpwn-server.sh may be stopped by Ctrl-C, will try to make it robust in the future)
As for hyperpwn-client.sh, you can write it in your pwn script template.
Great work on the debugger build. The one that I was curious was when do you automatically load up hyperpwn-client and hyperpwn-server? I wanted to make sense of this and figure out when you could actually run both? Ideally I would just like to hit gdb on Hyper and both scripts will run off the bat. It seems arbitrary when/where you would start it.
The text was updated successfully, but these errors were encountered: