aname on 11:02 AM 12/12/2024: password is decrypted in first part, decrypt print message and get input.
thed0ublec on 3:02 PM 12/12/2024: ```python
print("omg")
```
IWDFObject_AcquireLock on 5:02 PM 12/12/2024: This was a really interesting CrackMe, and was pretty fun too. Setting BreakPoints with your debugger and looking at the values of registers (and the addresses they point to) along with a little bit of function analysis does the trick.