"discord_memcpy_1337_crack_me_post" |
==> |
pass is "553", maybe i will write the solution |
==> |
YabbaD@bbaD0O47 |
==> |
AlonAlushAlonAlushAlonAlushAlonAlushAlonAlushAlonAlushAlonAlushAlonAlush |
==> |
cqt+r?9_)*lv0)+ex4rn2fpbh*?w0*50x?b1u?j*bjqv8bem564 |
==> |
arch |
==> |
KEY-01S and 5 symbols or letter whatever |
==> |
"lockcmpxchg8beax" - think it would be a bit harder, solved in 10min literally |
==> |
dCD11yGqoTJWxcwIZotS8AeOn |
==> |
0xJam3z |
==> |
Good cracke, keygen = https://pastebin.com/HVFAkByj |
==> |
good crackme, and patch guard also funny |
==> |
5b9c2b756e6d250dd780302802b5666590f1cfe32769ebbd26ddf4d65c6fad84 |
==> |
"meilovecats" allocated in 000002A79B8E0000 |
==> |
wdym? |
==> |
milk and cookies |
==> |
password - kb#fwj1P@bbfb2 |
==> |
there no vmp, only obfuscation like in vmp |
==> |
i screwed up, sorry |
==> |
password - eXcELlEnt |
==> |
password - :X_:U)XGIQ3K!DbiDyMbkmuWo!NlsNiWluweGy! |
==> |
omfg, im so sorry, i accidentally uploaded pathed exe by me, i’ll post correct one. |
==> |
cracked - https://prnt.sc/4j2z3sE8VVvk |
==> |
Eğer bunu görüyorsan şanslısın
cracked - https://prnt.sc/kG5REGZU2xod |
==> |
import time
import random
v1 = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
v0 = int(time.time())
random.seed(v0)
v1 = v1[:37] # set v1[0x25] (37th index) to null terminator
license_31810 = [''] * 10
i = 0
while i |
==> |
using System;
using System.Security.Cryptography;
using System.Text;
namespace Genuine_License_Service
{
class Program
{
static void Main(string[] args)
{
Console.Write("username: ");
string username = Console.ReadLine();
string licenseKey = GenerateSerialKey(username);
Console.WriteLine("ur key : " + licenseKey);
Console.ReadKey();
}
private static string GenerateSerialKey(string username)
{
byte[] hash = ComputeHash(username);
string key = BitConverter.ToString(hash)
.Replace("-", "")
.Substring(0, 15)
.Insert(5, "-")
.Insert(11, "-");
return key;
}
private static byte[] ComputeHash(string input)
{
using (SHA256 shA256 = SHA256.Create())
{
byte[] bytes = Encoding.UTF8.GetBytes(input);
return shA256.ComputeHash(bytes);
}
}
}
}
|
==> |