REQUEST Application Name and P2P Package 6.2

Verx

Active member
Joined
Jun 17, 2023
Messages
30
Awards
3
Offline
Hello, could someone tell me where I can find to change the application name and package of P2P 6.2.

When I change only values > string, the application simply does not open. o_O

I couldn't find it in Smali either.
 

HORUSIPTV

Well-known member
Joined
Nov 6, 2021
Messages
107
Awards
4
Offline
Hello, could someone tell me where I can find to change the application name and package of P2P 6.2.

When I change only values > string, the application simply does not open. o_O

I couldn't find it in Smali either.
OK, first step is to remember that the package name and app name are encoded in base64,

second find the names that need to be changed,

third important detail, to decrypt the name, you need to decode it twice to find the correct name you want to change, just as to encode it you need to do it twice, from then on you should already have the idea of what to do

the correct path is in c/c/a/b/a/b.smali

the line depends on your app, but it is below lines 1244/1245

also remember that the p2p codes are divided into two parts, so line 1244/1245
they would be a name so joining the two codes and decoding 2 times will have the name of the current application


Take the test and tell me if you succeeded or not!
 

HORUSIPTV

Well-known member
Joined
Nov 6, 2021
Messages
107
Awards
4
Offline
also remember that not one app is the same as another, the idea would be for you to decrypt and join parts to form the information, this would also help you to understand more about p2p apps
Hello, could someone tell me where I can find to change the application name and package of P2P 6.2.

When I change only values > string, the application simply does not open. o_O

I couldn't find it in Smali either.
 

Verx

Active member
Joined
Jun 17, 2023
Messages
30
Awards
3
Offline
Unfortunately I couldn't find it, I encoded the app and package name twice in base64. But I can't find it in the smali folder.

That path you sent me c/c/a/b/a/b.smali only goes to smali\c\c\a\b.

I'll send you the p2p 6.2 base file, if you can find the location I'll be grateful.

P2P 6.2
 

livegames2011

Well-known member
Joined
Jan 28, 2022
Messages
142
Awards
4
Offline
Unfortunately I couldn't find it, I encoded the app and package name twice in base64. But I can't find it in the smali folder.

That path you sent me c/c/a/b/a/b.smali only goes to smali\c\c\a\b.

I'll send you the p2p 6.2 base file, if you can find the location I'll be grateful.

P2P 6.2
This base there has a problem with the reference declaration, I will adjust the base and send it here for you to test, because as far as I know this base there does not need to encode either the name or the package, other bases yes but this one does not need it so changing the name and package works fine.

 

HORUSIPTV

Well-known member
Joined
Nov 6, 2021
Messages
107
Awards
4
Offline
This base there has a problem with the reference declaration, I will adjust the base and send it here for you to test, because as far as I know this base there does not need to encode either the name or the package, other bases yes but this one does not need it so changing the name and package works fine.

*** Hidden text: cannot be quoted. ***
well, I spoke from experience with the p2p that I work with, like, all the applications that I post here are coded the same I said, but if you have a better base send it to us lolol to test us, another thing your works are very brave
 

livegames2011

Well-known member
Joined
Jan 28, 2022
Messages
142
Awards
4
Offline
well, I spoke from experience with the p2p that I work with, like, all the applications that I post here are coded the same I said, but if you have a better base send it to us lolol to test us, another thing your works are very brave
The corrected base is already attached to the message, just download and use it.
 

Verx

Active member
Joined
Jun 17, 2023
Messages
30
Awards
3
Offline
This base there has a problem with the reference declaration, I will adjust the base and send it here for you to test, because as far as I know this base there does not need to encode either the name or the package, other bases yes but this one does not need it so changing the name and package works fine.

*** Hidden text: cannot be quoted. ***
Fantastic! my friend, version 6.2 working perfectly, fast and without bugs. 😁
 

newkivo

Well-known member
Joined
Oct 9, 2023
Messages
28
Awards
2
Offline
This base there has a problem with the reference declaration, I will adjust the base and send it here for you to test, because as far as I know this base there does not need to encode either the name or the package, other bases yes but this one does not need it so changing the name and package works fine.

*** Hidden text: cannot be quoted. ***
Do I use the 6.1 panel for this base or is there a specific one?
 

davidrosseto1990

Active member
Joined
Jul 17, 2023
Messages
64
Awards
3
Offline
Unfortunately I couldn't find it, I encoded the app and package name twice in base64. But I can't find it in the smali folder.

That path you sent me c/c/a/b/a/b.smali only goes to smali\c\c\a\b.

I'll send you the p2p 6.2 base file, if you can find the location I'll be grateful.

P2P 6.2
Good morning, which panel are you using on this base? Is the panel location in c.c.a.b.v.smali?
 

JMLCarlos

New member
Joined
Aug 20, 2021
Messages
7
Offline
which decode you guys use to change? i'm using one but the name dont show correct
&`6!O' k'�i4cG7Zk<jZ*sxjeTd
appear like this

thanks
 
Top