Posted September 10, 20213 yr Experimental JIT I've been playing with jit recently and have created this crack me, try to find the correct key or unpack. File Information Submitter BataBo Submitted 09/10/2021 Category UnPackMe (.NET) View File Edited September 11, 20213 yr by BataBo
September 12, 20213 yr Author One user brought it to my attention that this assembly isn't running for him, do you have any issues executing it?
September 13, 20213 yr 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 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.
September 10, 20222 yr 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.
Create an account or sign in to comment