HackerTrans
TopNewTrendsCommentsPastAskShowJobs

alchemio

no profile record

comments

alchemio
·7개월 전·discuss
You can use std containers in a no-exceptions environment. Just know that if an error occurs the program will terminate.
alchemio
·8개월 전·discuss
checksec is part of the pwntools suite. Along with other tools for finding ROP gadgets and shellcode generation.
alchemio
·8개월 전·discuss
The 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.