From 969ee91506518c4bb56d3d1b29e66c2c23e95e4c Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 3 Apr 2021 21:37:25 +0200 Subject: More work around stack alignement and frame pointer --- src/include/x64emu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/x64emu.h b/src/include/x64emu.h index f0ad24dd..21f435c8 100755 --- a/src/include/x64emu.h +++ b/src/include/x64emu.h @@ -37,6 +37,7 @@ void SetRIP(x64emu_t *emu, uint64_t v); void SetFS(x64emu_t *emu, uint16_t v); uint16_t GetFS(x64emu_t *emu); uint64_t GetRSP(x64emu_t *emu); +uint64_t GetRBP(x64emu_t *emu); void ResetFlags(x64emu_t *emu); void ResetSegmentsCache(x64emu_t *emu); const char* DumpCPURegs(x64emu_t* emu, uintptr_t ip); -- cgit 1.4.1