Perfare

Results 25 comments of Perfare

Here are some sample files v24 android arm64 dumped, address is 0x7a22600000 https://mega.nz/file/KVkBSASY#VXQMV0qE6OkN_KAdGO3CxkoUKea1gluXfoTgy_RvvWc v24.3 pe, protected by Themida https://mega.nz/file/mB0lwISZ#jlxkyirby4C1DnbAMBKXOajVDWEkZLwRCRei7vz1OU0 v24.3 wasm https://mega.nz/file/SJlBSa4Q#ZvV-ElePoZ218mELlh9OEvYYb7_OyY4NPvjKuDMGkyo If you need more examples of dump files,...

Added note, you can load the dump file into ida using manual load, ida will prompt you to enter image base.

If you need to use GameGuardian, it seems to only support Nox or Bluestacks. RGCTX means runtime generic context, you can easily find it existence in the generic instance method....

I have used Mono.Cecil for a long time to modify Unity games in the mono environment, so I am more familiar with Mono.Cecil than Reflection.Emit. I can guarantee that Mono.Cecil...

This is great, I look forward to you implementing all the features.

The reason why there is no version 21 and below is because the structure of the old version is completely different from the new version, and more code needs to...

It looks like the obfuscation plugin is used, but unfortunately, I don’t have any plans to clear the obfuscation at the moment.

I can output the necessary information into a file such as json, and then write a new program to turn it into a dummy DLL. However, some necessary information cannot...

@david8557 I'm sorry I was traveling recently, I will start working in October.

Hi @david8557 ,I've restarted this work, as of now I can't guarantee that it will be done in the end, and it is foreseeable that some information cannot be recovered,...