mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[ion] Add Ion::stackSafe
This allows asserting the stack is within bounds
This commit is contained in:
committed by
LeaNumworks
parent
f4f567814e
commit
f1198d3c76
@@ -43,6 +43,9 @@ uint32_t random();
|
||||
// Decompress data
|
||||
void decompress(const uint8_t * src, uint8_t * dst, int srcSize, int dstSize);
|
||||
|
||||
// Tells wether the stack pointer is within acceptable bounds
|
||||
bool stackSafe();
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user