feature: print_stack working (dont use opti flags, else the stack is broken)
This commit is contained in:
8
headers/debug.h
Normal file
8
headers/debug.h
Normal file
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct stackframe {
|
||||
struct stackframe *ebp;
|
||||
uint32_t eip;
|
||||
};
|
||||
Reference in New Issue
Block a user