anyone can explain how to solve this? i dont understand much about this virtualization or shit Runtime.dll |
==> |
https://gist.github.com/sharpicx/b71a80dfdcf856ba9b4e0a454eecc7c2 |
==> |
https://gist.github.com/sharpicx/6f3cb76e15ea33008c0ad424c393f1aa |
==> |
fuck for
bool isAttached = Debugger.IsAttached;
ill drop my last script
import hashlib
import datetime
def generate_correct_key():
s = datetime.datetime.now().strftime("%Y%m%d%H%M%S")
sha = hashlib.sha256()
sha.update(s.encode('utf-8'))
return sha.hexdigest()[:16].upper()
key = generate_correct_key()
print(key)
then do
python a.py | ./CrackMe.exe
|
==> |