devsoft on 4:58 PM 06/16/2023: Hint : Steganography
metalpetal on 5:57 PM 01/23/2024: I stuck at this:
Public Sub Main()
Try
Dim [class] As Class01 = New Class01()
Console.Write("Insert your key :")
Dim [string] As String = Encoding.UTF8.GetString(Convert.FromBase64String(Console.ReadLine()))
Dim array As Byte() = New WebClient().DownloadData("https://www.dropbox.com/s/qe5g92pzexyxpav/AOT.png?dl=1")
Dim bitmap As Bitmap = CType(Image.FromStream(New MemoryStream(array)), Bitmap)
MrGoodLife_Crackme.Main.NAAG_Msg = [class].doStuff01(bitmap, Convert.ToInt32([string].Split(New Char() { ","c })(0)), Convert.ToInt32([string].Split(New Char() { ","c })(1)))
Console.WriteLine(String.Format("Your output is = {0}", Encoding.UTF8.GetString(MrGoodLife_Crackme.Main.NAAG_Msg)))
Catch ex As Exception
Console.WriteLine(String.Format("Your output is = {0}", Encoding.UTF8.GetString(MrGoodLife_Crackme.Main.NAAG_Msg)))
End Try
Console.ReadLine()
End Sub
' Token: 0x04000012 RID: 18
Private NAAG_Msg As Byte() = Encoding.UTF8.GetBytes("That was a fine attempt, but no luck for you! Try harder next time!")
devsoft.soft on 11:48 AM 05/22/2024: You need to find the corrent Steganography EntryPoint.
Just make a console prg that inputs cordinates, and loop them until you find a diferent message. Post your cordinates ^^
potichek on 1:21 PM 05/23/2024: Please tell me where you find the application code?
bang1338 on 2:09 PM 08/22/2024: potichek, first you have to deal with vmprotect
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 ?