Dennis Goodlett
Dennis Goodlett
I was unaware of this behavior. This could lead to false positives/negatives or breaking sites. It could also be used to identify when Eval Villain is hooking eval in the...
IMO `strncpy` is more scary than `strcpy` because it's danger is subtler. I know `strcpy` is unsafe just from it's prototype. However, `strncpy` can cause leaks and even overflows if...
Inline functions would be a very welcome addition. For starters we could allow users to designate a set of basic blocks as an inline function. Then r2 would auto search...