Skip to content

Enable dev menu & experiments for Instagram!

Notifications You must be signed in to change notification settings

salmanmemon7/IGexperiments

 
 

Repository files navigation

IGExperiments

Allow you to enable developer options in Instagram!

When the module is enabled, kill Instagram and long press home button. You will be able go to developer page and sometimes other stuff.

It might not work for all versions because classes name and methods name often change from update to another :/

You will need Lsposed/Xposed framework to use it.(Root devices)

LSPatch(Non-Root devices)

FAQ

How to support more Instagram versions ?

First you will need to use Jadx to decompile an Instagram apk.

  • Open Jadx and select your apk.
  • Click on the text search button at top, wait for decompiling (it can takes several times)
  • Search for "is_employee" or "("is_employee", Boolean.valueOf(" and find a line similar to:
r2.A0i("is_employee", Boolean.valueOf(C8WQ.A03(userSession)));

Double click on the method name, A03 and go at top. You will see a line like this:

/* renamed from: X.8WQ  reason: invalid class name */

You now know the class to hook: X.8WQ!

About

Enable dev menu & experiments for Instagram!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%