This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I am reading a book, Hacking: The Art of Exploitation 2nd Edition, and I'm at the chapter of format string vulnerability. I read the chapter multiple times but I'm unable to clearly understand it, even with some googling. So, in the book there is this vulnerable code: char text[1024]; ... [...] read more
My application works fine on all my devices. But it crashes on clients devices. Below is the crash log. Can anyone help.. I am lost... Incident Identifier: 8C60587C-4152-4E29-A1F1-AC780B63BB45 CrashReporter Key: 09cad4f13a4c6b81b63d81504cd8b58e5eea4fd7 Hardware Model: iPhone3,1 Process: cadoinpiedi [73] Path: /var/mobile/Applications/4074DCAE-E48F-443A-9215-1498C2940984/cadoinpiedi.app/cadoinpiedi Identifier: cadoinpiedi Version: ??? (???) Code Type: ARM (Native) Parent Process: [...] read more