Add get_gsbase()

This commit is contained in:
Justin C. Miller
2019-03-13 22:49:20 -07:00
parent 49bdf47514
commit 97e8f2c69a
3 changed files with 12 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ extern "C" {
uintptr_t get_rsp();
uintptr_t get_rip();
uintptr_t get_frame(int frame);
uintptr_t get_gsbase();
}