hojatsajadinia / AndRoPass

Android Root and Emulator Detection Bypass Tool
MIT License
58 stars 12 forks source link

WR & WOR #7

Closed Assia55 closed 1 month ago

Assia55 commented 2 months ago

I'm curious about the difference between the two output APK files. One is labeled 'WR' and the other 'WOR'. Could you explain what sets them apart

6fingerfist commented 2 months ago

With Resources/Without Resources

Assia55 commented 2 months ago

Which one do you recommend to use ? ( WR or WOR )

6fingerfist commented 2 months ago

Well if you have the resources for your phone go with wr and if you don't go wor.

On Mon, Jul 15, 2024 at 6:44 PM Assia55 @.***> wrote:

Which one do you recommend to use ? ( WR or WOR )

— Reply to this email directly, view it on GitHub https://github.com/hojatsajadinia/AndRoPass/issues/7#issuecomment-2229557697, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6QQIXRVHMOHLEHJCUPJISTZMRGFLAVCNFSM6AAAAABKL34T7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRZGU2TONRZG4 . You are receiving this because you commented.Message ID: @.***>

Assia55 commented 2 months ago

@6fingerfist what mean resources ? can u explain more , pLease :D

hojatsajadinia commented 1 month ago

Hi @6fingerfist and @Assia55,

Thank you for using AndRoPass! 😊

When decompiling an Android application, you need to handle two components: the source code (Java files) and the resources (images, XML files, etc.). Occasionally, decompiling and recompiling an application with the resources can result in runtime errors.

If you encounter issues with one version of AndRoPass's output (WR or WOR), you can try the other version. The outputs are identical except in how they handle resource decompilation, and there are no additional recommendations or differences between them.

Feel free to ask any questions if you need further assistance!