Search the Community
Showing results for tags 'IDA'.
-
Hey guys, I asked for some help on how to mod Gamevil games, and a user "Aswag1", helped me out and posted a guide on it. This is courtesy of him and iOSCoderz.
-
Can anybody explain logic here It's ARM instruction set: Here dword_36BD38 is uninitialized variable in .bss section LDR R3, =(dword_36BD38 - 0x19D86C) ADD R3, PC, R3 ; dword_36BD38 CMP R0, #0 STR R0, [R3] MOVLT R2, #0x7FFFFFFF STRLT R2, [R3] I have a little idea what's happening here but couldn't understand whole logic!
-
Hi, so I have a question, why does Knights n Squires closes on connection screen. On the attached image I changed the highlighted part to MOV R1, #200 But after that the app closes on connection screen before tab to continue text. Some help? Thx Thanks