TG Telegram Group Link
Channel: Infinity Creators
Back to Bottom
Should I continue the dumper project? (EG : Adding Features like vmorotect bypass)
Anonymous Poll
57%
Yes
43%
No
You got this while extracting hooks?


void sub_CBD78()
{
JUMPOUT(0x6EFD50797CLL);
}

No worries I'll help you get the original hook from that.

Paid ofc :')

DM : @Rhythm113
anogs + 0x1BD8E0 (Xor decryptor)

I saw some xerfs pointing to UE4 as well. Useful to decrypt every string.

The XOR Key used here is : 24
Here's the re-constructed function with example :

#include<string.h>

uintptr_t __fastcall sub_1BD8E0(uintptr_t result, int a2, char a3)
{
int i;

for ( i = 0; i < a2; ++i )
*(unsigned char *)(result + i) ^= a3;
return result;
}


int main(){
char v42[56];
strcpy(v42, "pllh\"77|wov6ii6{wu7q}|ky~}7[tq}vl7yv|jwq|"); //http://down.qq.com/iedsafe/Client/android
sub_1BD8E0(v42, strlen(v42), 24);
printf("%s",v42);

}
libanogs.so.c
18.6 MB
Most useless file to share.

libanogs.so latest (BGMI & Global) 64 bit.
Eid Mubarak to everyone.
Need AES key for PUBG Global 64 bit?
In the global version of PUBG Mobile libCrashSight.so is basically calling sigkill to make the game crash. All the crash commands are being redirected there.
Get ready. I'll be working on the safest kernel level communication project. (Opensource)

Support : @InfinityCreators1
Whenever I try to start working 🤧
Junk Code works !
Flag , Termination & offline ban mostly comes for Signature issues (Not apk signature). Just change the signature or hook an alt function.
cvutils-cfs-exporter.py
16 KB
IDA Plugin Credit : cra0
cvutils-cfs-importer.py
7.9 KB
IDA Plugin Credit : cra0
Wait what?!
Discussion group has been closed because it's hard to keep an eye there.
Sometimes braces are important to educate the illiterate
HTML Embed Code:
2024/05/18 03:26:42
Back to Top