How to find pack and index keys?

06/16/2021 21:02 kryty157#1
I am trying to unpack a client.
I tried to use padmak's bruter in order to find pack and index keys, but it didn't succeed.
Also, I can't inject any python loader into the client, because it seems to doesn't have a python module.

Any advices?
06/20/2021 00:50 MrCrisp#2
Reverse engineer it. The source code is available online, so it should be pretty easy.
Even if they don't use the original method for encrypting and decrypting the files, it should be pretty easy to find it using the source code.

Best
06/20/2021 14:20 kryty157#3
Where do I find online source code for encrypting?

I mean... where do I start?
06/21/2021 03:59 MrCrisp#4
You can start with this source code: [Only registered and activated users can see links. Click Here To Register...]
06/24/2021 13:16 kryty157#5
Quote:
Originally Posted by MrCrisp View Post
You can start with this source code: [Only registered and activated users can see links. Click Here To Register...]
So I managed to find s_adwEterPackIndexKey with some basic reverse engineering (I'm new into it), but i have no clue how to find the s_adwEterPackSecurityKey array.

Any clues?