Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Unsend msgs won't disappear from chat #25

Open
harry-osborn1 opened this issue Feb 1, 2025 · 8 comments
Open

feat: Unsend msgs won't disappear from chat #25

harry-osborn1 opened this issue Feb 1, 2025 · 8 comments
Labels
enhancement New feature or request

Comments

@harry-osborn1
Copy link

It would be great if we have a feature like when a person unsend(delete) any kind of message(text, audio & video) from our chat then it wouldn't disappear from my chat.

There is a Lsposed module called 'Wa Enhancer' for Whatsapp. It has this feature and works perfectly so I think it will also work for Instagram if we'll add this feature in InstaEclispe.

BY THE WAY! Love to your work❤️

@ReSo7200 ReSo7200 added the enhancement New feature or request label Feb 2, 2025
@VarunS2002
Copy link

I'm not sure how easy this will be as WhatsApp locally stores messages once received, instagram seems to cache them and usually lazy load them from the server afaik.
I guess it could work reliably when you're actively chatting with someone and the person unsends the text when the chat is open.

@harry-osborn1
Copy link
Author

I'm not sure how easy this will be as WhatsApp locally stores messages once received, instagram seems to cache them and usually lazy load them from the server afaik.
I guess it could work reliably when you're actively chatting with someone and the person unsends the text when the chat is open.

I think giving it a try will be worth it.

@ReSo7200
Copy link
Owner

Honista done that, I think it's doable, but it would take so much time.

I would reverse engineer the Honista app, but they done a good obfuscation : /

@VarunS2002
Copy link

@ReSo7200
Oh that's good to hear. Best of luck!!

Out of curiosity, what tool do you usually use the most to decompile and deobfuscate Instagram classes?

@ReSo7200
Copy link
Owner

@ReSo7200 Oh that's good to hear. Best of luck!!

Out of curiosity, what tool do you usually use the most to decompile and deobfuscate Instagram classes?

I use jadx, it has an inbuilt tool.

But tbh, I don't see it as a solution, you would have to manually search and track for the target...

@VarunS2002
Copy link

@ReSo7200 That sounds tedious, is there a source where you learned doing that from? I'm trynna improve my reverse engineering skills so I can start contributing hopefully

@ReSo7200
Copy link
Owner

ReSo7200 commented Mar 6, 2025

@ReSo7200 That sounds tedious, is there a source where you learned doing that from? I'm trynna improve my reverse engineering skills so I can start contributing hopefully

Sry for the late reply, i guess https://www.mobilehackinglab.com/

@VarunS2002
Copy link

@ReSo7200 That sounds tedious, is there a source where you learned doing that from? I'm trynna improve my reverse engineering skills so I can start contributing hopefully

Sry for the late reply, i guess https://www.mobilehackinglab.com/

No problem mate, thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants