I'm trying without success to patch iPhone calculator to replace the +
function with the -
function.
I do some stuff but when I try to launch it from my iPhone it crashes.
What I do is:
- Opening the .app file and looking for the file that contain the code.
- Do my work: patch it and then reload it into the phone.
- I open calculator.app and copy my executable file in that "folder".
But it does not work and my app crashes.
I try also to rename only some string (basic patch) but the result is always the same. My App always crashes. I think that my method is not correct.
What is my error?