CODE TOAST

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
HPAndroid
Posts: 67
Joined: Sun Mar 04, 2018 1:29 am

CODE TOAST

Post by HPAndroid »

How to see the Toast message in this code. I think it was encrypted and hidden somehow. Please help me how to view message Toast will display. Thanks a lot!
This is the code: http://www56.zippyshare.com/v/tCJ3LYkj/file.html
HPAndroid
Posts: 67
Joined: Sun Mar 04, 2018 1:29 am

Re: CODE TOAST

Post by HPAndroid »

Hope somebody can help me! :(
HPAndroid
Posts: 67
Joined: Sun Mar 04, 2018 1:29 am

Re: CODE TOAST

Post by HPAndroid »

I can not understand the smali file. I just want to delete that Toast message from my game. Hope somebody can help me! My purpose is to help the player not be bothered by Toast messages attached by someone. :(
Acewell
Posts: 706
Joined: Fri Aug 08, 2014 1:06 am

Re: CODE TOAST

Post by Acewell »

thats some kind of text file :)
on line 1260 is this

Code: Select all

    invoke-virtual {v2}, Landroid/widget/Toast;->show()V

i guess you could somehow disable the show() at the end.
HPAndroid
Posts: 67
Joined: Sun Mar 04, 2018 1:29 am

Re: CODE TOAST

Post by HPAndroid »

Acewell wrote:thats some kind of text file :)
on line 1260 is this

Code: Select all

    invoke-virtual {v2}, Landroid/widget/Toast;->show()V

i guess you could somehow disable the show() at the end.


Thank you! But I do not understand what the 1260 line means. I just want to see the content that will display that toast message on the screen. May you help me!
Here is an example:Image
Acewell
Posts: 706
Joined: Fri Aug 08, 2014 1:06 am

Re: CODE TOAST

Post by Acewell »

i mean if you open that file in Notepad++ and go to line 1260 you will see that.
i can't help further because i have no idea what this all is. :)
HPAndroid
Posts: 67
Joined: Sun Mar 04, 2018 1:29 am

Re: CODE TOAST

Post by HPAndroid »

Thank you for helping Acewell! :)