alchemio·vor 7 Monaten·discussYou can use std containers in a no-exceptions environment. Just know that if an error occurs the program will terminate.
alchemio·vor 8 Monaten·discusschecksec is part of the pwntools suite. Along with other tools for finding ROP gadgets and shellcode generation.
alchemio·vor 8 Monaten·discussThe most shocking part is the absence of stack canaries. I know there are issues with them on microcontrollers, but still I would assume they’re enabled by default by the compiler.