How do I make LLDB break when the program exits with 0?
The program exits with code 0 when the checksum doesn't match (I guess) and I'm trying to find that checksum function.
I tried debugging it on Xcode too but still no luck.
How do I make LLDB break when the program exits with 0?
The program exits with code 0 when the checksum doesn't match (I guess) and I'm trying to find that checksum function.
I tried debugging it on Xcode too but still no luck.