Jump to content

Why is "operation not permitted" shown only on Tsum Tsum?


rarudo328
 Share

Recommended Posts

Hello.I'm a japanese who is not good at english, so  sorry for bad english.

 

I'm  using  game guardian  for many  games,  and  it'sworking.

But when  I  use it for  Line  Disney  Tsum  Tsum,  the error  is shown.

please help me !!

 

My phone is Xperia Z1  Android 5.1.1 14.6.A.1.246

Screenshot_2016-01-07-16-22-17.png

Link to comment
Share on other sites

  • 2 weeks later...
  • Administrators

You can debug it, but for disable defend you need inject shell code to this pid and run ptrace_detach in it. After that need stop this pid (kill -s STOP). If you do not stop it it kill main process after any pause on it.

After that you can hack main process in usual way.

Link to comment
Share on other sites

14 hours ago, Enyby said:

You can debug it, but for disable defend you need inject shell code to this pid and run ptrace_detach in it. After that need stop this pid (kill -s STOP). If you do not stop it it kill main process after any pause on it.

After that you can hack main process in usual way.

it sounds useful for DLL decryption. how can i run ptrace_detach?

Link to comment
Share on other sites

  • Administrators

1. I have already explained everything. This is complicated stuff.
2. This can not be done at the terminal or something else. This injection of shell code into the address space of other process. Without special knowledge, you will not be able to do so.
3. You often mention DLL and decrypt them that I have vague doubts that you have something to confuse. The android is no DLL. They are in Windows.
The android has .so - shared object (library). This is not the DLL.

Link to comment
Share on other sites

8 hours ago, Enyby said:

1. I have already explained everything. This is complicated stuff.
2. This can not be done at the terminal or something else. This injection of shell code into the address space of other process. Without special knowledge, you will not be able to do so.
3. You often mention DLL and decrypt them that I have vague doubts that you have something to confuse. The android is no DLL. They are in Windows.
The android has .so - shared object (library). This is not the DLL.

yes this is DLL. Unity3D games contains DLL files in the APK file, and .so files for runtime. some game companies encrypt the DLL file to prevent modding but it can be decrypted via the Terminal, but a problem is some games does not allow GDB debugging

Link to comment
Share on other sites

Thanks for many replies.

But I suppose the way u showed is difficult for me...

 

By the way, that error is occured on Android 5.1(included Xposed then)

and I downgrade my phone to 4.4, and uninstall Xposed, I can use GG as usual.

 

And one more thing I know is, the error is showed only when I start Tsumtsum after started GG

so maybe, pid? u said, can be bypassed by this way(Start GG after start Tsumtsum).

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.