EaminX on 8:58 AM 08/09/2022: @dbuser share the solution post a video
HopefulCode on 11:10 AM 08/13/2022: it can be done using process hacker, though I am awaiting a solution video using ida
ReverseManiac on 12:13 PM 10/14/2022: You can follow the walkthrough : https://youtu.be/cjmYhRW1W38
EaminX on 7:07 AM 10/18/2022: @ReverseManiac try to deobfuscate string
metalpetal on 6:30 PM 01/23/2024: Dim text As String = .Initialization("ⷅⷀⷑⷣⷶⷀⶣⶪ", 1725115799)
Dim array As Byte() = Convert.FromBase64String(text)
Dim password As String = Encoding.ASCII.GetString(array)
'''' decrypt
public Function Initialization(A_0 As String, A_1 As Integer) As String
Dim flag As Boolean = Assembly.GetExecutingAssembly().FullName = Assembly.GetCallingAssembly().FullName
Dim text As String
If flag Then
Dim stringBuilder As StringBuilder = New StringBuilder()
For Each c As Char In A_0
stringBuilder.Append(CChar((CInt(c) Xor A_1)))
Next
text = stringBuilder.ToString()
Else
text = Nothing
End If
Return text
End Function
You must me logged to submit a solution
Write a comment
Share how awesome the crack me was or where you struggle to finish it! Stay polite and do not spoil the solution/flag!
Rate the difficulty
How would you rate the difficulty of this crackme ?