mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Disable stack canary by default
This commit is contained in:
parent
3ecd16c8bf
commit
789cd74516
4 changed files with 13 additions and 3 deletions
|
|
@ -183,6 +183,8 @@ The uvm32 memory size is set at compile time with `-DUVM32_MEMORY_SIZE=X` (in by
|
|||
|
||||
Define `UVM32_ERROR_STRINGS` to add an `errstr` field to `uvm32_evt_err_t` giving a printable error string.
|
||||
|
||||
Define `UVM32_STACK_PROTECTION` to enable a basic stack canary, to cause an early crash when the stack grows too large. Without this, the VM will normally crash (safely) in some other way which is less easily detected.
|
||||
|
||||
## Debugging
|
||||
|
||||
Binaries can be disassembled with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue