Jump to content
Tuts 4 You

Experimental JIT


BataBo
Go to solution Solved by SHADOW_UA,

Recommended Posts

  • Solution

Code of Main method is pre-compiled (AOT) and stored in assembly resource. It is not possible to restore original MSIL code from this but since algorithm is very simple it can just be rewritten.

To get key we need to attach through x64dbg and analyze it dynamically. 

Spoiler

Laa8XZY.png.01e740ffc3cb9ed5b72fd6d8ba66124d.png

Final key is: 68 01 f6 c4 47 5b 04 ad ca 75 45 d2 2b f1 2c 28 or aAH2xEdbBK3KdUXSK/EsKA== in base64 format.

  • Like 2
  • Thanks 2
Link to comment
Share on other sites

  • 11 months later...
On 9/12/2021 at 6:01 PM, BataBo said:

One user brought it to my attention that this assembly isn't running for him, do you have any issues executing it?

same here. Tried to start it and it crashed. 

Screenshot 2022-09-10 194507.jpg

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...